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

Unified Diff: build/all_android.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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index cf156881bb2db81443131dfc42d06cb53b70b6af..e30612f27cb5350f437875c7f2aa5f85f66eb8e6 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -31,7 +31,7 @@
],
}, # target_name: All
{
- 'target_name': 'all_webkit',
+ 'target_name': 'blink_tests',
'type': 'none',
'dependencies': [
'../third_party/WebKit/public/all.gyp:all_blink',
@@ -39,6 +39,15 @@
'../breakpad/breakpad.gyp:dump_syms#host',
'../breakpad/breakpad.gyp:minidump_stackwalk#host',
],
+ }, # 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
{
# The current list of tests for android. This is temporary
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698