diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 12:44:26 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 12:44:26 +0000 |
commit | bc1bac2e6b62fdeb16337f497891bbca01f778b6 (patch) | |
tree | 173a1b6df32d785988e35d55c321cce49cc7150d /build/all.gyp | |
parent | adf40fef375413c32259deea178813bc8c824283 (diff) | |
download | chromium_src-bc1bac2e6b62fdeb16337f497891bbca01f778b6.zip chromium_src-bc1bac2e6b62fdeb16337f497891bbca01f778b6.tar.gz chromium_src-bc1bac2e6b62fdeb16337f497891bbca01f778b6.tar.bz2 |
Add content_shell to builder targets that also build DRT
BUG=111316
R=mkwst@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14670012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 3839a4a..14d4888 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -402,6 +402,7 @@ 'type': 'none', 'dependencies': [ 'chromium_builder_qa', # needed for perf pyauto tests + '../content/content.gyp:content_shell', '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests ], }, # target_name: chromium_builder_perf_av @@ -523,6 +524,7 @@ 'dependencies': [ '../chrome/chrome.gyp:chrome', '../net/net.gyp:dns_fuzz_stub', + '../content/content.gyp:content_shell', '../webkit/webkit.gyp:pull_in_DumpRenderTree', ], }, @@ -682,6 +684,7 @@ 'dependencies': [ '../webkit/webkit.gyp:test_shell', '../webkit/webkit.gyp:pull_in_webkit_unit_tests', + '../content/content.gyp:content_shell', '../webkit/webkit.gyp:pull_in_DumpRenderTree', ], }, |