-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include web discovery bundles in the brave extension (uplift to 1.31.x) #10209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License file changes look good to me.
@@ -132,7 +137,7 @@ def AddBraveCredits(prune_paths, special_cases, prune_dirs, additional_paths): | |||
|
|||
def CheckBraveMissingLicense(target_os, path, error): | |||
if path.startswith('brave'): | |||
if (target_os == 'android'): | |||
if target_os == 'android': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guido would be proud :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol i think pylint did it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guido would be proud :)
And the linter happy!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uplift into 1.31.x
approved after deliberating with @brave/uplift-approvers. QA has verified the PR on Nightly as per #9381 (comment) & #10229 (comment).
Uplift of #9381 and #10229. The latter PR includes a description fix in settings.
Resolves brave/brave-browser#18166
Pre-approval checklist:
Pre-merge checklist:
Post-merge checklist: