diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:02:01 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-20 20:02:01 +0000 |
commit | a5d8fac6d37dec61810f55c6f49790644053e88f (patch) | |
tree | 963004a074c6d8625fcea032d6eb93b14421c5d0 /views/views.gyp | |
parent | da1d2295239c4eeffab4983e5a3751da40777fe8 (diff) | |
download | chromium_src-a5d8fac6d37dec61810f55c6f49790644053e88f.zip chromium_src-a5d8fac6d37dec61810f55c6f49790644053e88f.tar.gz chromium_src-a5d8fac6d37dec61810f55c6f49790644053e88f.tar.bz2 |
Make views/ use strings from app_strings.
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113612
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index fa36e1e..d65a102 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -43,6 +43,7 @@ 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', 'dependencies': [ '../app/app.gyp:app_base', + '../app/app.gyp:app_strings', '../skia/skia.gyp:skia', '../third_party/icu38/icu38.gyp:icui18n', '../third_party/icu38/icu38.gyp:icuuc', |