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

Unified Diff: build/all.gyp

Issue 59233012: Rename all_webkit to blink_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | build/all_android.gyp » ('j') | 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 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"', {
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698