diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 20:22:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 20:22:46 +0000 |
commit | 375620718e8bc5779b46252c5e06ac093bb88af1 (patch) | |
tree | 07f88790d19958bad1138592df5198fc7e80abcb /build | |
parent | c9f6b607d3bf1911d847e9428a340fe232aa4ee1 (diff) | |
download | chromium_src-375620718e8bc5779b46252c5e06ac093bb88af1.zip chromium_src-375620718e8bc5779b46252c5e06ac093bb88af1.tar.gz chromium_src-375620718e8bc5779b46252c5e06ac093bb88af1.tar.bz2 |
Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.
- Remove app/locales.gyp (used on win to generate the locale
dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to
resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources,
GetLocalizedString, LoadLocaleResources) and delete the
corresponding functions from resource_bundle_win.cc.
Fixes from previous patch:
- Made dependencies of packed_resources explicit (MSVS can't figure
it out from the inputs).
- Removed a couple cases where we were looking for dlls on Windows
(in l10n_util.cc and l10n_util_unittest.cc).
BUG=92724
TBR=cpu
Review URL: http://codereview.chromium.org/7714028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index d93347c..cc8e292 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -115,7 +115,6 @@ 'dependencies': [ '../aura/aura.gyp:*', '../breakpad/breakpad.gyp:*', - '../chrome/app/locales/locales.gyp:*', '../chrome_frame/chrome_frame.gyp:*', '../cloud_print/virtual_driver/virtual_driver.gyp:*', '../courgette/courgette.gyp:*', @@ -525,7 +524,6 @@ 'target_name': 'chrome_official_builder', 'type': 'none', 'dependencies': [ - '../chrome/app/locales/locales.gyp:*', '../chrome/chrome.gyp:chromedriver', '../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:crash_service_win64', |