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

Unified Diff: build/all.gyp

Issue 16010005: Use the all_blink target instead of specifying particular targets inside Blink (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 5260100ea31db5d806de5ef01185471a8640f3ee..55021bfab0c4bb2d1cad442454d3aa4785af8716 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -415,8 +415,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
+ '../third_party/WebKit/public/all.gyp:all_blink', # to run layout tests
abarth-chromium 2013/05/28 07:46:18 This doesn't pull in content_shell, so you might n
jamesr 2013/05/28 07:55:09 Ooh, good call. I had thought all_blink depended o
],
}, # target_name: chromium_builder_perf_av
{
@@ -554,8 +553,7 @@
'dependencies': [
'../chrome/chrome.gyp:chrome',
'../net/net.gyp:dns_fuzz_stub',
- '../content/content.gyp:content_shell',
- '../webkit/webkit.gyp:pull_in_DumpRenderTree',
+ '../third_party/WebKit/public/all.gyp:all_blink',
],
},
{
@@ -712,9 +710,7 @@
'target_name': 'webkit_builder_win',
'type': 'none',
'dependencies': [
- '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
- '../content/content.gyp:content_shell',
- '../webkit/webkit.gyp:pull_in_DumpRenderTree',
+ '../third_party/WebKit/public/all.gyp:all_blink',
],
},
], # targets
@@ -804,7 +800,7 @@
'../ui/views/views.gyp:views_unittests',
'../ui/keyboard/keyboard.gyp:*',
'../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
- '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
+ '../third_party/WebKit/public/all.gyp:all_blink',
],
'conditions': [
['OS=="win"', {
« 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