diff options
author | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 11:27:33 +0000 |
---|---|---|
committer | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 11:27:33 +0000 |
commit | 2baad60408b5450827bb642ae80f1df1a13e3a30 (patch) | |
tree | 25148c2f4f2dab68b93d221c5ae8c3328fefb1fd /chrome/app/theme/chrome_unscaled_resources.grd | |
parent | 7937d2402fe4876530ab057601dbbaabd5f17124 (diff) | |
download | chromium_src-2baad60408b5450827bb642ae80f1df1a13e3a30.zip chromium_src-2baad60408b5450827bb642ae80f1df1a13e3a30.tar.gz chromium_src-2baad60408b5450827bb642ae80f1df1a13e3a30.tar.bz2 |
Update references to Mac- and Win-specific icon files in official build.
In the internal repository, several Mac- and Windows-specific icon files
have been moved into 'mac' and 'win' subdirectories in
chrome/app/theme/google_chrome. This updates the references to those
icons to refer to their new location.
BUG=333751
Review URL: https://codereview.chromium.org/138553005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/chrome_unscaled_resources.grd')
-rw-r--r-- | chrome/app/theme/chrome_unscaled_resources.grd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/theme/chrome_unscaled_resources.grd b/chrome/app/theme/chrome_unscaled_resources.grd index 00e44f5..40db164 100644 --- a/chrome/app/theme/chrome_unscaled_resources.grd +++ b/chrome/app/theme/chrome_unscaled_resources.grd @@ -80,14 +80,14 @@ <!-- App Launcher icons for .app shim, dock icon. Unscaled, because the icon file built does not depend on UI scale factor. --> <if expr="pp_ifdef('_google_chrome')"> - <include name="IDR_APP_LIST_16" file="google_chrome/app_list_16.png" type="BINDATA" /> - <include name="IDR_APP_LIST_32" file="google_chrome/app_list_32.png" type="BINDATA" /> - <include name="IDR_APP_LIST_128" file="google_chrome/app_list_128.png" type="BINDATA" /> - <include name="IDR_APP_LIST_256" file="google_chrome/app_list_256.png" type="BINDATA" /> - <include name="IDR_APP_LIST_CANARY_16" file="google_chrome/app_list_canary_16.png" type="BINDATA" /> - <include name="IDR_APP_LIST_CANARY_32" file="google_chrome/app_list_canary_32.png" type="BINDATA" /> - <include name="IDR_APP_LIST_CANARY_128" file="google_chrome/app_list_canary_128.png" type="BINDATA" /> - <include name="IDR_APP_LIST_CANARY_256" file="google_chrome/app_list_canary_256.png" type="BINDATA" /> + <include name="IDR_APP_LIST_16" file="google_chrome/mac/app_list_16.png" type="BINDATA" /> + <include name="IDR_APP_LIST_32" file="google_chrome/mac/app_list_32.png" type="BINDATA" /> + <include name="IDR_APP_LIST_128" file="google_chrome/mac/app_list_128.png" type="BINDATA" /> + <include name="IDR_APP_LIST_256" file="google_chrome/mac/app_list_256.png" type="BINDATA" /> + <include name="IDR_APP_LIST_CANARY_16" file="google_chrome/mac/app_list_canary_16.png" type="BINDATA" /> + <include name="IDR_APP_LIST_CANARY_32" file="google_chrome/mac/app_list_canary_32.png" type="BINDATA" /> + <include name="IDR_APP_LIST_CANARY_128" file="google_chrome/mac/app_list_canary_128.png" type="BINDATA" /> + <include name="IDR_APP_LIST_CANARY_256" file="google_chrome/mac/app_list_canary_256.png" type="BINDATA" /> </if> <if expr="not pp_ifdef('_google_chrome')"> <include name="IDR_APP_LIST_16" file="chromium/mac/app_list_16.png" type="BINDATA" /> |