summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 22:31:37 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 22:31:37 +0000
commit6e935f9dc3bd5a3fba995a667d264f78ff2ef135 (patch)
tree725ee5f60d5e5baed97f051b407af4a201105c5b /build
parentb89bc86c5c27d59d61f38d92e778c3171488265c (diff)
downloadchromium_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 'build')
-rw-r--r--build/all.gyp2
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',