Skip to content

Commit

Permalink
Override password manager icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Oct 5, 2023
1 parent 0ff6e24 commit 0b140d6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions build/commands/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ const util = {
path.join(config.srcDir, 'ui', 'webui', 'resources', 'images',
'chrome_logo_dark.svg')])

// Override Password Manager icons
fileMap.add([
path.join(braveBrowserResourcesDir, 'password_manager', 'images', 'password_manager_logo.svg'),
path.join(chromeBrowserResourcesDir, 'password_manager', 'images', 'password_manager_logo.svg')
])

let explicitSourceFiles = new Set()
if (config.getTargetOS() === 'mac') {
// Set proper mac app icon for channel to chrome/app/theme/mac/app.icns.
Expand Down

0 comments on commit 0b140d6

Please sign in to comment.