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

Unified Diff: chrome/app/generated_resources.grd

Issue 7766007: Only put the chrome frame resources in the locale dlls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove include Created 9 years, 4 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 | « no previous file | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bd2a7259a7f0a54975d740ad3c19f0673022ec81..78b6dc7331a8ba2451adbada44c3023f8337f0ef 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13515,15 +13515,8 @@ Keep your key file in a safe place. You will need it to create new versions of y
Tracing
</message>
</messages>
- <includes>
- <if expr="pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.ico" type="ICON" />
- </if>
- <if expr="not pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico" type="ICON" />
- </if>
- </includes>
<structures fallback_to_english="true">
+ <!-- Make sure these stay in sync with the structures in generated_resources.grd. -->
<structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type="dialog" >
</structure>
<structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" type="dialog" >
« no previous file with comments | « no previous file | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698