diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 01:36:40 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 01:36:40 +0000 |
commit | 027448efcc1759509328d077458925a4878dee5e (patch) | |
tree | 269a54d9d355c059181bf639b3790a567cb3d771 /views | |
parent | 472e58a7d65088f589fc4fc064641fb40f0b34ab (diff) | |
download | chromium_src-027448efcc1759509328d077458925a4878dee5e.zip chromium_src-027448efcc1759509328d077458925a4878dee5e.tar.gz chromium_src-027448efcc1759509328d077458925a4878dee5e.tar.bz2 |
Revert "Switch to using .pak files for locale data on Windows." (r97941)
Revert "Fix a bug where windows can't find the locale paks." (r97951)
Revert "Fix the windows build." (r97954)
TBR=tony@chromium.org
Review URL: http://codereview.chromium.org/7717017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp index 786eac0..7e5ca8a 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -516,7 +516,7 @@ # TODO(jcivelli): ideally the resource needed by views would be # factored out. (for some reason it pulls in a bunch # unrelated things like v8, sqlite nss...). - '../chrome/chrome.gyp:packed_resources', + '../chrome/app/locales/locales.gyp:en-US', ], 'link_settings': { 'libraries': [ |