diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll.rc | 4 | ||||
-rw-r--r-- | chrome/app/chrome_exe.rc | 14 | ||||
-rw-r--r-- | chrome/app/theme/chrome_unscaled_resources.grd | 16 |
3 files changed, 17 insertions, 17 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 797e5b8..8537801 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -162,8 +162,8 @@ END // future to get the icon from the .exe, which would save a copy. #if defined(GOOGLE_CHROME_BUILD) -IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" -IDR_SXS ICON "theme\google_chrome\chrome_sxs.ico" +IDR_MAINFRAME ICON "theme\google_chrome\win\chrome.ico" +IDR_SXS ICON "theme\google_chrome\win\chrome_sxs.ico" #else IDR_MAINFRAME ICON "theme\chromium\win\chromium.ico" #endif diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc index 9183541..137d022 100644 --- a/chrome/app/chrome_exe.rc +++ b/chrome/app/chrome_exe.rc @@ -36,13 +36,13 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // icons. To avoid breaking existing shortcuts, add new icons at the end // (following the ordering described above). #if defined(GOOGLE_CHROME_BUILD) -IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" -IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico" -IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico" -IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico" +IDR_MAINFRAME ICON "theme\google_chrome\win\chrome.ico" +IDR_MAINFRAME_2 ICON "theme\google_chrome\win\chrome2.ico" +IDR_MAINFRAME_3 ICON "theme\google_chrome\win\chrome3.ico" +IDR_MAINFRAME_4 ICON "theme\google_chrome\win\chrome4.ico" // The SXS icon must have an index of 4, the constant is used in Chrome code to // identify it. -IDR_SXS ICON "theme\google_chrome\chrome_sxs.ico" +IDR_SXS ICON "theme\google_chrome\win\chrome_sxs.ico" #else IDR_MAINFRAME ICON "theme\chromium\win\chromium.ico" #endif @@ -51,8 +51,8 @@ IDR_MAINFRAME ICON "theme\chromium\win\chromium.ico // alphabetically after IDR_SXS. #if defined(GOOGLE_CHROME_BUILD) // The App Launcher icon must have an index of 5 in Chrome, and 6 for SXS. -IDR_X_APP_LIST ICON "theme\\google_chrome\\app_list.ico" -IDR_X_APP_LIST_SXS ICON "theme\\google_chrome\\app_list_sxs.ico" +IDR_X_APP_LIST ICON "theme\\google_chrome\\win\\app_list.ico" +IDR_X_APP_LIST_SXS ICON "theme\\google_chrome\\win\\app_list_sxs.ico" #else // The App Launcher icon must have an index of 1 for Chromium. IDR_X_APP_LIST ICON "theme\\chromium\\win\\app_list.ico" 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" /> |