diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 22:31:37 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 22:31:37 +0000 |
commit | 6e935f9dc3bd5a3fba995a667d264f78ff2ef135 (patch) | |
tree | 725ee5f60d5e5baed97f051b407af4a201105c5b /chrome/chrome_exe.gypi | |
parent | b89bc86c5c27d59d61f38d92e778c3171488265c (diff) | |
download | chromium_src-6e935f9dc3bd5a3fba995a667d264f78ff2ef135.zip chromium_src-6e935f9dc3bd5a3fba995a667d264f78ff2ef135.tar.gz chromium_src-6e935f9dc3bd5a3fba995a667d264f78ff2ef135.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.
BUG=92724
Review URL: http://codereview.chromium.org/7677004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 83b6e98..e6aac7b 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -433,11 +433,11 @@ 'chrome_version_resources', 'installer_util', 'installer_util_strings', + 'packed_resources', '../base/base.gyp:base', '../breakpad/breakpad.gyp:breakpad_handler', '../breakpad/breakpad.gyp:breakpad_sender', '../sandbox/sandbox.gyp:sandbox', - 'app/locales/locales.gyp:*', 'app/policy/cloud_policy_codegen.gyp:policy', ], 'sources': [ |