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

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: use all_webkit target 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..7043a0aa8a24fea07747babd01bbacd5f306b466 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -414,9 +414,8 @@
'target_name': 'chromium_builder_perf_av',
'type': 'none',
'dependencies': [
+ 'all_webkit', # to run layout tests
'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
{
@@ -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',
+ 'all_webkit',
],
},
{
@@ -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',
+ 'all_webkit',
],
},
], # 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',
+ 'all_webkit',
],
'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