summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 05:22:34 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 05:22:34 +0000
commit05210443ba6a1c5144ae0e4918a2d178aae87be3 (patch)
treed193c1b3e4d1384e40b071d9139be904eee14d60 /chrome/app
parent86439bd4615434bbb631e6b97869a645309527a4 (diff)
downloadchromium_src-05210443ba6a1c5144ae0e4918a2d178aae87be3.zip
chromium_src-05210443ba6a1c5144ae0e4918a2d178aae87be3.tar.gz
chromium_src-05210443ba6a1c5144ae0e4918a2d178aae87be3.tar.bz2
Workaround to get Linux/ChromeOS building - it appears to not be picking up file adds to app/theme/google_chrome (product_logo_white.png was added, but the ChromeOS builder can't find it). We need to figure this out tomorrow for beta cutoff.
TBR=ben,brettw,nsylvain BUG=none TEST=none Review URL: http://codereview.chromium.org/160090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/theme_resources.grd2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 6e6d996..5af84e1 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -323,7 +323,7 @@
<include name="IDR_ABOUT_BACKGROUND_RTL" file="chromium/about_background_rtl.png" type="BINDATA" />
<include name="IDR_ABOUT_BACKGROUND_COLOR" file="chromium/about_background_color.png" type="BINDATA" />
<include name="IDR_PRODUCT_LOGO" file="chromium/product_logo.png" type="BINDATA" />
- <include name="IDR_PRODUCT_LOGO_WHITE" file="chromium/product_logo_white.png" type="BINDATA" />
+ <include name="IDR_PRODUCT_LOGO_WHITE" file="chromium/product_logo.png" type="BINDATA" />
<include name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />