Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index b2dad99854aae92cf0e1475d0120e2c1ea59884c..7fc8ee5d0c5ab1a3d4ee3870945ef30f6dfa4cfa 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -368,7 +368,7 @@ |
['OS!="ios"', { |
'targets': [ |
{ |
- 'target_name': 'all_webkit', |
+ 'target_name': 'blink_tests', |
'type': 'none', |
'dependencies': [ |
'../third_party/WebKit/public/all.gyp:all_blink', |
@@ -386,6 +386,15 @@ |
], |
}], |
], |
+ }, # target_name: blink_tests |
+ { |
+ # TODO(jochen): Eventually remove this target after everybody and |
+ # the bots started to use blink_tests only. |
+ 'target_name': 'all_webkit', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'blink_tests', |
+ ], |
}, # target_name: all_webkit |
{ |
'target_name': 'chromium_builder_nacl_win_integration', |
@@ -531,7 +540,7 @@ |
'target_name': 'chromium_builder_perf_av', |
'type': 'none', |
'dependencies': [ |
- 'all_webkit', # to run layout tests |
+ 'blink_tests', # to run layout tests |
'chromium_builder_qa', # needed for perf pyauto tests |
], |
}, # target_name: chromium_builder_perf_av |
@@ -573,7 +582,7 @@ |
'dependencies': [ |
'../chrome/chrome.gyp:chrome', |
- # We refer to content_shell directly rather than all_webkit |
+ # We refer to content_shell directly rather than blink_tests |
# because we don't want the _unittests binaries. |
'../content/content_shell_and_tests.gyp:content_shell', |
], |
@@ -867,7 +876,7 @@ |
'target_name': 'webkit_builder_win', |
'type': 'none', |
'dependencies': [ |
- 'all_webkit', |
+ 'blink_tests', |
], |
}, |
], # targets |
@@ -948,7 +957,7 @@ |
'../ui/views/views.gyp:views_unittests', |
'../ui/keyboard/keyboard.gyp:*', |
'../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests', |
- 'all_webkit', |
+ 'blink_tests', |
], |
'conditions': [ |
['OS=="win"', { |