summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 01:14:54 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 01:14:54 +0000
commitc8460fb06137d6cd925da0abd6069e8fed9804ba (patch)
tree3e87fe4b4bba70842381cde65c7aac9984fcdb49
parentbbd839220b54dcde08a873c50f2e66bc5894aa10 (diff)
downloadchromium_src-c8460fb06137d6cd925da0abd6069e8fed9804ba.zip
chromium_src-c8460fb06137d6cd925da0abd6069e8fed9804ba.tar.gz
chromium_src-c8460fb06137d6cd925da0abd6069e8fed9804ba.tar.bz2
Putting dependency on locales from chrome_exe.
This will allow people to hit f5 to build chrome.exe and get the locales too. BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/112091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17457 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index d089394..905ced7 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2390,6 +2390,7 @@
'../sandbox/sandbox.gyp:sandbox',
'../views/views.gyp:views',
'worker',
+ 'app/locales/locales.gyp:*',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -3579,7 +3580,6 @@
'target_name': 'pull_in_all',
'type': 'none',
'dependencies': [
- 'app/locales/locales.gyp:*',
'installer/installer.gyp:*',
'../app/app.gyp:*',
'../base/base.gyp:*',