Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4281)

Unified Diff: build/all.gyp

Issue 14670012: Add content_shell to builder targets that also build DRT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 3839a4a889f3ec223ccd537107aa0774e185d4e3..14d4888e72d4f7ffda7239e54c6fbc8b42ea8a96 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',
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698