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

Unified Diff: dart.gyp

Issue 14222008: Removed "everything" target (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 3b097b0f12290c72d644b97c2743825abd31ef35..b4f7aa46d0b2fc214c0c4bd6cb2f5cf7b186aeb8 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -5,20 +5,6 @@
{
'targets': [
{
- # Contains all dependencies.
- 'target_name': 'everything',
- 'type': 'none',
- 'dependencies': [
- # Most dependencies.
- 'most',
- # All other targets.
- 'api_docs',
- 'dartc_bot',
- 'dart2js_bot',
- 'dart2dart_bot',
- ],
- },
- {
'target_name': 'most',
'type': 'none',
'dependencies': [
« 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