-
Notifications
You must be signed in to change notification settings - Fork 873
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
fix resource organization and dependencies #719
Conversation
"//chrome/browser:resources", | ||
"//chrome/common:resources", | ||
"//chrome/renderer:resources", | ||
+ "//brave:resources", |
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.
there are chromium_src overrides that use generated header files from the resources
@bridiver please fix linter |
@NejcZdovc not sure what you're referring to |
@bridiver We need a corresponding change in brave-browser for the rewards extension messages.json path https://github.com/brave/brave-browser/blob/master/lib/l10nUtil.js#L58 |
While we're here, 'brave_rewards/resources/ui' directory feels a little weird to me, since it's only 1 part of the ui. Yes it's the thing that renders at
|
@petemill yep, it's weird, but I didn't want to make even more changes in one PR |
mainly I just wanted to get everything grouped under |
I think braveComponentsResourcesPath also needs to change to use the string grd file? |
@bbondy anything else you see here for brave-browser changes? |
maybe the next change I'll make is to move that stuff from brave-browser to brave-core. These linked PRs across the repos really shouldn't be necessary |
I'd really like to expedite this if everything looks good to unblock @SergeyZhukovsky |
@bridiver can you please rebase |
…his is what brave_components_resources did so just sticking with that for now
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.
Builds and runs 👍
update paths for brave/brave-core#719
update paths for brave/brave-core#719
update paths for brave/brave-core#719
fix brave/brave-browser#1808
brave browser implementation: brave/brave-browser#1817
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: