diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:08:18 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:08:18 +0000 |
commit | 6624610ce6dff8cf77bc4161d5f2c089c0f4cf30 (patch) | |
tree | 8bdcf4fda57a863f1b8fe23f463037c9c1c2d248 /tools/grit | |
parent | 294a6fa775b0a49fb020e3365474ee5d72f49adb (diff) | |
download | chromium_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_ids | 8 |
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], }, |