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

Unified Diff: build/all.gyp

Issue 214703003: Remove "all_webkit" target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 39e9ed34d17eb677ad07856ea0687ed185726a16..ae07b2e8d1d5810db08f1338a4240d919bfbeb43 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -446,15 +446,6 @@
}],
],
}, # 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
],
}], # OS!=ios
['OS!="ios" and OS!="android"', {
« 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