Skip to content

Commit

Permalink
Replace incognito marker svg file
Browse files Browse the repository at this point in the history
fix #5368
  • Loading branch information
simonhong committed Jan 23, 2020
1 parent e6d6be4 commit 507dd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const util = {
fileMap.add([path.join(braveAppVectorIconsDir, 'vector_icons', 'brave'), path.join(chromeAppDir, 'vector_icons', 'brave')])
// Copy chrome-logo-faded.png for replacing chrome logo of welcome page with brave's on Win8.
fileMap.add([path.join(braveBrowserResourcesDir, 'chrome-logo-faded.png'), path.join(chromeBrowserResourcesDir, 'chrome-logo-faded.png')])
fileMap.add([path.join(braveBrowserResourcesDir, 'downloads', 'images', 'incognito_marker.svg'), path.join(chromeBrowserResourcesDir, 'downloads', 'images', 'incognito_marker.svg')])
// Copy to make our ${branding_path_component}_behaviors.cc
fileMap.add([path.join(config.projects['brave-core'].dir, 'chromium_src', 'chrome', 'installer', 'setup', 'brave_behaviors.cc'),
path.join(config.srcDir, 'chrome', 'installer', 'setup', 'brave_behaviors.cc')])
Expand Down
1 change: 1 addition & 0 deletions scripts/updatePatches.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const chromiumPathFilter = (s) => s.length > 0 &&
!s.startsWith('chrome/app/theme/chromium') &&
!s.endsWith('.png') && !s.endsWith('.xtb') &&
!s.endsWith('.grd') && !s.endsWith('.grdp') &&
!s.endsWith('.svg') &&
!s.endsWith('new_tab_page_view.xml') &&
!s.endsWith('channel_constants.xml') &&
!s.includes('google_update_idl')
Expand Down

0 comments on commit 507dd9c

Please sign in to comment.