-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Rebranding password_manager_strings.grdp #6778
Conversation
e61eac7
to
4b125b1
Compare
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
4b125b1
to
838d506
Compare
lib/l10nUtil.js
Outdated
@@ -40,7 +40,9 @@ const braveBookmarksBarStringsPartPath = path.resolve(path.join(srcDir, 'brave', | |||
|
|||
// src/components/components_strings.grd and any of its parts files. | |||
const chromiumManagementStringsPartPath = path.resolve(path.join(srcDir, 'components', 'management_strings.grdp')) | |||
const braveManagementStringsPartPath = path.resolve(path.join(srcDir, 'brave', 'chromium_src', 'components', 'management_strings.grdp')) | |||
const braveManagementStringsPartPath = path.resolve(path.join(srcDir, 'brave', 'app', 'management_strings.grdp')) |
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.
these files should stay in components
, they don't belong or make sense in app
Also, store generated management_strings.grpd to //brave/components
838d506
to
02dcecb
Compare
lib/util.js
Outdated
autoGeneratedBraveToChromiumMapping[path.join(braveComponentsDir, 'components_brave_strings.grd')] = path.join(config.srcDir, 'components', 'components_brave_strings.grd') | ||
autoGeneratedBraveToChromiumMapping[path.join(braveComponentsDir, 'components_strings.grd')] = path.join(config.srcDir, 'components', 'components_strings.grdp') | ||
autoGeneratedBraveToChromiumMapping[path.join(braveComponentsDir, 'management_strings.grdp')] = path.join(config.srcDir, 'components', 'management_strings.grdp') | ||
autoGeneratedBraveToChromiumMapping[path.join(braveComponentsDir, 'password_manager_strings.grdp')] = path.join(config.srcDir, 'components', 'password_manager_strings.grdp') | ||
autoGeneratedBraveToChromiumMapping[path.join(braveComponentsDir, 'bookmark_bar_strings.grdp')] = path.join(config.srcDir, 'components', 'bookmark_bar_strings.grdp') |
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.
Nit: chromeComponentsDir
is defined above.
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.
Fixed.
1c92cfd
to
0b6151c
Compare
Rebranding password_manager_strings.grdp
Rebranding password_manager_strings.grdp
Also, store generated management_strings.grpd to //brave/app.
fix #629
Submitter Checklist:
git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.