summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 18:19:58 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 18:19:58 +0000
commit16a274f342161d245e7e37f9932726dfab951fd8 (patch)
tree54825eff3f2d791e5b44daf9e3239b3cfc69aa28 /build/all.gyp
parent99a2d1335cfd896c619b92da406d3a597a7b4ee4 (diff)
downloadchromium_src-16a274f342161d245e7e37f9932726dfab951fd8.zip
chromium_src-16a274f342161d245e7e37f9932726dfab951fd8.tar.gz
chromium_src-16a274f342161d245e7e37f9932726dfab951fd8.tar.bz2
Adding content_shell to the dependencies in the chromium_builder_tests target.
Some trybots bots, e.g. linux_clang, run webkit_tests, which use content_shell. The bot only builds chromium_builder_tests. Since content_shell wasn't part of this, webkit_tests didn't run an up-to-date content_shell binary on that bot, which led to problems e.g. in try run http://build.chromium.org/p/tryserver.chromium/builders/linux_clang/builds/117825/ on cl https://codereview.chromium.org/17420005/. Add content_shell to chromium_builder_tests to fix this. BUG=237249 R=thakis@chromium.org Review URL: https://codereview.chromium.org/17397011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index d554706..bf40d50 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -227,6 +227,7 @@
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
'../components/components.gyp:components_unittests',
'../content/content.gyp:content_browsertests',
+ '../content/content.gyp:content_shell',
'../content/content.gyp:content_unittests',
'../device/device.gyp:device_unittests',
'../gpu/gpu.gyp:gpu_unittests',