diff options
Diffstat (limited to 'chrome/app')
21 files changed, 37 insertions, 27 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 4d25159..2e6c48d 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -142,7 +142,11 @@ END // the icon from the current module). We can perhaps work around this in the // future to get the icon from the .exe, which would save a copy. -IDR_MAINFRAME ICON "resources\\chrome.ico" +#if defined(GOOGLE_CHROME_BUILD) +IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" +#else +IDR_MAINFRAME ICON "theme\chromium\chromium.ico" +#endif ///////////////////////////////////////////////////////////////////////////// // diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index 1ce83f9..15763da 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -235,10 +235,6 @@ </File> </Filter> <File - RelativePath=".\resources\chrome.ico" - > - </File> - <File RelativePath=".\chrome_dll_main.cc" > </File> diff --git a/chrome/app/chrome_exe.rc b/chrome/app/chrome_exe.rc index 600b959..34fe345 100644 --- a/chrome/app/chrome_exe.rc +++ b/chrome/app/chrome_exe.rc @@ -61,7 +61,11 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDR_MAINFRAME ICON "resources\\chrome.ico" +#if defined(GOOGLE_CHROME_BUILD) +IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" +#else +IDR_MAINFRAME ICON "theme\chromium\chromium.ico" +#endif #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/chrome/app/resources/chrome.ico b/chrome/app/resources/chrome.ico Binary files differdeleted file mode 100644 index 64e8611..0000000 --- a/chrome/app/resources/chrome.ico +++ /dev/null diff --git a/chrome/app/theme/about_background.png b/chrome/app/theme/about_background.png Binary files differdeleted file mode 100644 index aebd3d7..0000000 --- a/chrome/app/theme/about_background.png +++ /dev/null diff --git a/chrome/app/theme/about_background_rtl.png b/chrome/app/theme/about_background_rtl.png Binary files differdeleted file mode 100644 index f7e7cce..0000000 --- a/chrome/app/theme/about_background_rtl.png +++ /dev/null diff --git a/chrome/app/theme/chromium/about_background.png b/chrome/app/theme/chromium/about_background.png Binary files differnew file mode 100644 index 0000000..479f320 --- /dev/null +++ b/chrome/app/theme/chromium/about_background.png diff --git a/chrome/app/theme/chromium/about_background_rtl.png b/chrome/app/theme/chromium/about_background_rtl.png Binary files differnew file mode 100644 index 0000000..42a31f5 --- /dev/null +++ b/chrome/app/theme/chromium/about_background_rtl.png diff --git a/chrome/app/theme/chromium/chromium.ico b/chrome/app/theme/chromium/chromium.ico Binary files differnew file mode 100644 index 0000000..f267ad8 --- /dev/null +++ b/chrome/app/theme/chromium/chromium.ico diff --git a/chrome/app/theme/chromium/product_logo.png b/chrome/app/theme/chromium/product_logo.png Binary files differnew file mode 100644 index 0000000..65ce343 --- /dev/null +++ b/chrome/app/theme/chromium/product_logo.png diff --git a/chrome/app/theme/chromium/wizard_icon.png b/chrome/app/theme/chromium/wizard_icon.png Binary files differnew file mode 100644 index 0000000..fba699c --- /dev/null +++ b/chrome/app/theme/chromium/wizard_icon.png diff --git a/chrome/app/theme/chromium/wizard_icon_rtl.png b/chrome/app/theme/chromium/wizard_icon_rtl.png Binary files differnew file mode 100644 index 0000000..755af89 --- /dev/null +++ b/chrome/app/theme/chromium/wizard_icon_rtl.png diff --git a/chrome/app/theme/distribution_resources.rc b/chrome/app/theme/distribution_resources.rc new file mode 100644 index 0000000..4952d42 --- /dev/null +++ b/chrome/app/theme/distribution_resources.rc @@ -0,0 +1,26 @@ +// Resources used by common/*.
+//
+// Paths in this file are relative to the current file.
+
+#include "theme_resources.h"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// data resources
+//
+
+#if defined(GOOGLE_CHROME_BUILD)
+IDR_ABOUT_BACKGROUND BINDATA "google_chrome/about_background.png"
+IDR_ABOUT_BACKGROUND_RTL BINDATA "google_chrome/about_background_rtl.png"
+IDR_DISTRIBUTOR_LOGO BINDATA "google_chrome/distributor_logo.png"
+IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "google_chrome/distributor_logo_light.png"
+IDR_PRODUCT_LOGO BINDATA "google_chrome/product_logo.png"
+IDR_WIZARD_ICON BINDATA "google_chrome/wizard_icon.png"
+IDR_WIZARD_ICON_RTL BINDATA "google_chrome/wizard_icon_rtl.png"
+#else
+IDR_ABOUT_BACKGROUND BINDATA "chromium/about_background.png"
+IDR_ABOUT_BACKGROUND_RTL BINDATA "chromium/about_background_rtl.png"
+IDR_PRODUCT_LOGO BINDATA "chromium/product_logo.png"
+IDR_WIZARD_ICON BINDATA "chromium/wizard_icon.png"
+IDR_WIZARD_ICON_RTL BINDATA "chromium/wizard_icon_rtl.png"
+#endif
diff --git a/chrome/app/theme/distributor_logo.png b/chrome/app/theme/distributor_logo.png Binary files differdeleted file mode 100644 index ebe8ad0..0000000 --- a/chrome/app/theme/distributor_logo.png +++ /dev/null diff --git a/chrome/app/theme/distributor_logo_light.png b/chrome/app/theme/distributor_logo_light.png Binary files differdeleted file mode 100644 index 8a2b067..0000000 --- a/chrome/app/theme/distributor_logo_light.png +++ /dev/null diff --git a/chrome/app/theme/google_theme_resources.rc b/chrome/app/theme/google_theme_resources.rc deleted file mode 100644 index 5c16eeb..0000000 --- a/chrome/app/theme/google_theme_resources.rc +++ /dev/null @@ -1,15 +0,0 @@ -// Resources used by common/*.
-//
-// Paths in this file are relative to the current file.
-
-#include "theme_resources.h"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// data resources
-//
-
-#if defined(GOOGLE_CHROME_BUILD)
-IDR_DISTRIBUTOR_LOGO BINDATA "distributor_logo.png"
-IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "distributor_logo_light.png"
-#endif
diff --git a/chrome/app/theme/product_logo.png b/chrome/app/theme/product_logo.png Binary files differdeleted file mode 100644 index 9d3c827..0000000 --- a/chrome/app/theme/product_logo.png +++ /dev/null diff --git a/chrome/app/theme/theme_dll.vcproj b/chrome/app/theme/theme_dll.vcproj index 66c7925..a0e2bf9 100644 --- a/chrome/app/theme/theme_dll.vcproj +++ b/chrome/app/theme/theme_dll.vcproj @@ -148,7 +148,7 @@ > </File> <File - RelativePath="google_theme_resources.rc" + RelativePath="distribution_resources.rc" > </File> </Files> diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc index a55f83a..18b6cef 100644 --- a/chrome/app/theme/theme_resources.rc +++ b/chrome/app/theme/theme_resources.rc @@ -238,7 +238,6 @@ IDR_CONSTRAINED_TOP_CENTER_V BINDATA "constrained_top_center_v.png" IDR_CONSTRAINED_TOP_LEFT_CORNER_V BINDATA "constrained_top_left_corner_v.png" IDR_CONSTRAINED_TOP_RIGHT_CORNER_V BINDATA "constrained_top_right_corner_v.png" IDR_LOCATION_BAR_KEYWORD_HINT_TAB BINDATA "keyword_hint_tab.png" -IDR_ABOUT_BACKGROUND BINDATA "about_background.png" IDR_SAD_FAVICON BINDATA "sadfavicon.png" IDR_TAB_DROP_UP BINDATA "tab_drop_up.png" IDR_TAB_DROP_DOWN BINDATA "tab_drop_down.png" @@ -258,15 +257,12 @@ IDR_INFO_BUBBLE_CORNER_TOP_LEFT BINDATA "bubble_corner_tl.png" IDR_INFO_BUBBLE_CORNER_TOP_RIGHT BINDATA "bubble_corner_tr.png" IDR_INFO_BUBBLE_CORNER_BOTTOM_LEFT BINDATA "bubble_corner_bl.png" IDR_INFO_BUBBLE_CORNER_BOTTOM_RIGHT BINDATA "bubble_corner_br.png" -IDR_WIZARD_ICON BINDATA "wizard_icon.png" IDR_MENU_MARKER BINDATA "menu_marker.png" IDR_FROZEN_TAB_ICON BINDATA "frozen_tab.png" IDR_FROZEN_PLUGIN_ICON BINDATA "frozen_plugin.png" IDR_UPDATE_AVAILABLE BINDATA "update_available.png" IDR_MENU_PAGE BINDATA "menu_page.png" IDR_MENU_CHROME BINDATA "menu_chrome.png" -IDR_ABOUT_BACKGROUND_RTL BINDATA "about_background_rtl.png" -IDR_WIZARD_ICON_RTL BINDATA "wizard_icon_rtl.png" IDR_LOCATIONBG_POPUPMODE_LEFT BINDATA "locationbg_readonly_left.png" IDR_LOCATIONBG_POPUPMODE_CENTER BINDATA "locationbg_readonly_center.png" IDR_LOCATIONBG_POPUPMODE_RIGHT BINDATA "locationbg_readonly_right.png" @@ -305,4 +301,3 @@ IDR_FIND_DLG_RIGHT_BB_BACKGROUND BINDATA "find_dlg_right_bb_bg.png" IDR_FIND_DLG_MIDDLE_BB_BACKGROUND BINDATA "find_dlg_middle_bb_bg.png" IDR_THROBBER_LIGHT BINDATA "throbber_light.png" IDR_OTR_ICON_STANDALONE BINDATA "otr_icon_standalone.png" -IDR_PRODUCT_LOGO BINDATA "product_logo.png" diff --git a/chrome/app/theme/wizard_icon.png b/chrome/app/theme/wizard_icon.png Binary files differdeleted file mode 100644 index 36eca6f..0000000 --- a/chrome/app/theme/wizard_icon.png +++ /dev/null diff --git a/chrome/app/theme/wizard_icon_rtl.png b/chrome/app/theme/wizard_icon_rtl.png Binary files differdeleted file mode 100644 index 10132b2..0000000 --- a/chrome/app/theme/wizard_icon_rtl.png +++ /dev/null |