Skip to content

Commit

Permalink
chrome_installer: Fixed canary icon paths to point to the new location.
Browse files Browse the repository at this point in the history
These files were copied into the 'mac' subdirectory and will be deleted
from the parent directory.

BUG=333751
NOTRY=true

Review URL: https://codereview.chromium.org/196423002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256547 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mgiuca@chromium.org committed Mar 12, 2014
1 parent 21b17d0 commit 8ba940f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/chrome_installer.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -1119,8 +1119,8 @@
}], # mac_keystone
['branding=="Chrome" and buildtype=="Official"', {
'files': [
'app/theme/google_chrome/app_canary.icns',
'app/theme/google_chrome/document_canary.icns',
'app/theme/google_chrome/mac/app_canary.icns',
'app/theme/google_chrome/mac/document_canary.icns',
'installer/mac/internal/chrome_canary_dmg_dsstore',
'installer/mac/internal/chrome_canary_dmg_icon.icns',
'installer/mac/internal/chrome_dmg_background.png',
Expand Down

0 comments on commit 8ba940f

Please sign in to comment.