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

Unified Diff: dart.gyp

Issue 8341078: Archive dartserver code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « client/tools/generate_build.py ('k') | 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 49b7e82a19d016d441871f95dda45d9229fa032f..ca5a94df1292ffef6d97f40c2eef983a1ff96c76 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -22,15 +22,14 @@
'runtime/dart-runtime.gyp:process_test',
],
},
- {
- 'target_name': 'client',
- 'type': 'none',
- 'dependencies': [
- # TODO(ngeoffray): Fling does not have proper dependencies,
- # so don't build it for now.
- # 'client/dart.gyp:fling',
- 'client/dart.gyp:dartserver',
- ],
- },
+ # TODO(ngeoffray): Fling does not have proper dependencies,
+ # so don't build it for now.
+ #{
+ # 'target_name': 'client',
+ # 'type': 'none',
+ # 'dependencies': [
+ # 'client/dart.gyp:fling',
+ # ],
+ #},
],
}
« no previous file with comments | « client/tools/generate_build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698