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"', { |