summaryrefslogtreecommitdiffstats
path: root/tools/grit
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 23:08:18 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 23:08:18 +0000
commit6624610ce6dff8cf77bc4161d5f2c089c0f4cf30 (patch)
tree8bdcf4fda57a863f1b8fe23f463037c9c1c2d248 /tools/grit
parent294a6fa775b0a49fb020e3365474ee5d72f49adb (diff)
downloadchromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.zip
chromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.tar.gz
chromium_src-6624610ce6dff8cf77bc4161d5f2c089c0f4cf30.tar.bz2
Only put the chrome frame resources in the locale dlls.
Chrome Frame needs 2 dialogs and an icon in the locale dlls. The rest of the strings and resources can be pulled from the locale pak files. This also removes the icon from the pak files and moves them into the dlls. BUG=94362 Review URL: http://codereview.chromium.org/7766007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/grit')
-rw-r--r--tools/grit/resource_ids8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids
index affa258..b8d09ec 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],
},