From 2baad60408b5450827bb642ae80f1df1a13e3a30 Mon Sep 17 00:00:00 2001 From: "mgiuca@chromium.org" Date: Tue, 21 Jan 2014 11:27:33 +0000 Subject: 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 --- chrome/app/chrome_dll.rc | 4 ++-- chrome/app/chrome_exe.rc | 14 +++++++------- chrome/app/theme/chrome_unscaled_resources.grd | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'chrome/app') 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 @@ - - - - - - - - + + + + + + + + -- cgit v1.1