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

Unified Diff: tools/grit/resource_ids

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 | « chrome_frame/resources/chrome_frame_dialogs.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/resource_ids
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids
index affa258949d3a6733ca56954d147db13dfbfb9a7..b8d09ec708a4496273b36f9557efe6769fa9a774 100644
--- a/tools/grit/resource_ids
+++ b/tools/grit/resource_ids
@@ -97,9 +97,15 @@
# strings.
"chrome/app/generated_resources.grd": {
"structures": [10500],
- "includes": [10750],
"messages": [11000],
},
+ # The chrome frame dialogs are also in generated_resources.grd so they
+ # get included by the translation console. We make sure that the ids
+ # for structures here are the same as for generated_resources.grd.
+ "chrome_frame/resources/chrome_frame_dialogs.grd": {
+ "structures": [10500],
+ "includes": [10750],
+ },
"webkit/glue/inspector_strings.grd": {
"messages": [16000],
},
« no previous file with comments | « chrome_frame/resources/chrome_frame_dialogs.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698