Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: chrome/app/theme/distribution_resources.rc

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/app/theme/theme_dll.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/distribution_resources.rc
diff --git a/chrome/app/theme/distribution_resources.rc b/chrome/app/theme/distribution_resources.rc
deleted file mode 100644
index b265faa0181be4fcdfc9bfe9d9828cf90dbc71b1..0000000000000000000000000000000000000000
--- a/chrome/app/theme/distribution_resources.rc
+++ /dev/null
@@ -1,28 +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_ABOUT_BACKGROUND BINDATA "google_chrome/about_background.png"
-IDR_ABOUT_BACKGROUND_RTL BINDATA "google_chrome/about_background_rtl.png"
-IDR_ABOUT_BACKGROUND_COLOR BINDATA "google_chrome/about_background_color.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_ABOUT_BACKGROUND_COLOR BINDATA "chromium/about_background_color.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
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/app/theme/theme_dll.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698