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

Unified Diff: chrome_frame/resources/chrome_frame_dialogs.grd

Issue 7790011: Move the Chrome/Chromium icon from the locale dlls into npchrome_frame.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/resources/chrome_frame_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/resources/chrome_frame_dialogs.grd
diff --git a/chrome_frame/resources/chrome_frame_dialogs.grd b/chrome_frame/resources/chrome_frame_dialogs.grd
index be368102a217461a620c06a7807632505831f72c..19f71e39f32bb133b84efa6fb596cb54154e2e8b 100644
--- a/chrome_frame/resources/chrome_frame_dialogs.grd
+++ b/chrome_frame/resources/chrome_frame_dialogs.grd
@@ -3,7 +3,7 @@
source_lang_id="en" enc_check="möl">
<outputs>
<output filename="grit/chrome_frame_dialogs.h" type="rc_header">
- <emit emit_type='prepend'></emit>
+ <emit emit_type='prepend'>#include "grit/chrome_frame_resources.h"</emit>
</output>
<output filename="chrome_frame_dialogs_am.rc" type="rc_all" lang="am" />
<output filename="chrome_frame_dialogs_ar.rc" type="rc_all" lang="ar" />
@@ -115,14 +115,6 @@
<file path="../../chrome/app/resources/generated_resources_zh-TW.xtb" lang="zh-TW" />
</translations>
<release seq="1" allow_pseudo="false">
- <includes>
- <if expr="pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/google_chrome/chrome.ico" type="ICON" />
- </if>
- <if expr="not pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/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="../../chrome/app/cf_resources.rc" type="dialog" >
« no previous file with comments | « no previous file | chrome_frame/resources/chrome_frame_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698