summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-19 18:27:03 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-19 18:27:03 +0000
commit2f3b4a9df7677346e024e7d5b1bff693c5aed6fb (patch)
tree68d83f0c19e49a074e93aae791698b5f4010d017 /chrome/chrome.gyp
parent8d40941e03359f6f56c46c113e117d270dcb57a0 (diff)
downloadchromium_src-2f3b4a9df7677346e024e7d5b1bff693c5aed6fb.zip
chromium_src-2f3b4a9df7677346e024e7d5b1bff693c5aed6fb.tar.gz
chromium_src-2f3b4a9df7677346e024e7d5b1bff693c5aed6fb.tar.bz2
fix chrome/utility lacking dependency on chrome_strings
Fixes build break on official canaries. Only manifested on VS builds, only clobbers, and only "sometimes" because other projects build chrome_strings too, so depending on the build order, the build might succeed. This is why Chrome Win Official, etc. are still all green. TBR=jam@chromium.org R=karen@chromium.org BUG= Review URL: https://codereview.chromium.org/19775016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7711b86..32ea061 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -291,6 +291,7 @@
'../third_party/libxml/libxml.gyp:libxml',
'common',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
+ '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
],
'sources': [
'utility/chrome_content_utility_client.cc',