summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 12:18:51 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 12:18:51 +0000
commit7d754b0c3f04087aad0931141cdbdfbf1a82ba41 (patch)
tree085e58853a56add4b16befda76a314fb02d3ce54
parentfdd14bcebc46848b9e58e1ed927f2f0d52153829 (diff)
downloadchromium_src-7d754b0c3f04087aad0931141cdbdfbf1a82ba41.zip
chromium_src-7d754b0c3f04087aad0931141cdbdfbf1a82ba41.tar.gz
chromium_src-7d754b0c3f04087aad0931141cdbdfbf1a82ba41.tar.bz2
Add dependencies for locales to TSan/Win build target
BUG=43603 Review URL: http://codereview.chromium.org/2006006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47267 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/all.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 00410de..d98a16c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -259,6 +259,10 @@
'type': 'none',
'dependencies': [
'../app/app.gyp:app_unittests',
+ # TODO(bradnelson): app_unittests should depend on locales.
+ # However, we can't add dependencies on chrome/ to app/
+ # See http://crbug.com/43603
+ '../chrome/app/locales/locales.gyp:*',
'../base/base.gyp:base_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
'../net/net.gyp:net_unittests',