diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 17:56:06 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 17:56:06 +0000 |
commit | 7e52ea6b9fef37ceb75f55ec6a1485d107889d0b (patch) | |
tree | 5290b362dbfc85c16771b3056f4d5d1b636be344 /chrome_frame/chrome_frame.gyp | |
parent | cf9f2ee2654a53038c8d6b3c458b267bd6c66f82 (diff) | |
download | chromium_src-7e52ea6b9fef37ceb75f55ec6a1485d107889d0b.zip chromium_src-7e52ea6b9fef37ceb75f55ec6a1485d107889d0b.tar.gz chromium_src-7e52ea6b9fef37ceb75f55ec6a1485d107889d0b.tar.bz2 |
Generate locale dlls as a dependency of Chrome Frame.
Chrome frame has dialogs in generated_resources.grd that are
not included in the pak files. They should continue to use the
locale dlls.
BUG=94362
Review URL: http://codereview.chromium.org/7760002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 47154cf..63862cd 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -32,6 +32,7 @@ 'target_defaults': { 'dependencies': [ # locales need to be built for the chrome frame binaries to be loadable. + 'locales/locales.gyp:*', '../chrome/chrome.gyp:chrome_resources', '../chrome/chrome.gyp:chrome_strings', '../chrome/chrome.gyp:packed_resources', |