-
Notifications
You must be signed in to change notification settings - Fork 879
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
replaced a if check by assert statement #23876
replaced a if check by assert statement #23876
Conversation
Hi @sangwoo108! |
browser/extensions/BUILD.gn
Outdated
if (toolkit_views) { | ||
deps += [ "//brave/components/sidebar/browser" ] | ||
} | ||
deps += [ "//brave/components/sidebar/browser" ] |
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.
Please move this into deps = [] above. We don't need to add this with +=.
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.
Done!
That's right. I'm going to run CI 😄 |
CI complains about the formatting. Please run |
oh sorry! should have taken care of this. |
Security check seems to fail, but looking at the error
it doesn't seem related. @sangwoo108, what went wrong? |
Yeah, looks weird. Asking other folks. |
6790f78
to
5383a73
Compare
Hey! the tests passed, I guess we just need someone to review it and then it can be merged. |
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.
LGTM! Thanks for the patch
Resolves brave/brave-browser#29918
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: