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

Unified Diff: client/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 | « no previous file | client/tools/dartserver/bin/dartserver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dart.gyp
diff --git a/client/dart.gyp b/client/dart.gyp
index 22b7e7ad4034f3f2ba4f83426f17ee5d0fd7b02b..8636acd2dc217f14227b37cd781741cd7f9e6791 100644
--- a/client/dart.gyp
+++ b/client/dart.gyp
@@ -4,38 +4,16 @@
{
'includes': [
- 'dart_server.gypi',
'fling/fling.gypi',
],
'targets': [
{
- 'target_name': 'dartserver',
+ # this target is needed because gyp fails on Mac if there is a single
+ # target
+ 'target_name': 'noop',
'type': 'none',
- 'dependencies': ['../compiler/dart-compiler.gyp:dartc'],
- 'actions': [
- {
- 'action_name': 'Build DartServer',
- 'inputs': [
- 'dart_server.gypi',
- '<@(dart_server_sources)',
- '<@(dart_server_resources)',
- '<(PRODUCT_DIR)/dartc',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/dartserver/dartserver.jar',
- ],
- 'action' : [
- '../third_party/apache_ant/v1_7_1/bin/ant',
- '-f', 'tools/dartserver/build.xml',
- '-Dbuild.dir=<(PRODUCT_DIR)',
- 'clean',
- 'build'
- ],
- 'message': 'Running DartServer build actions.',
- },
- ],
+ 'actions': [],
},
-
{
'target_name': 'fling',
'type': 'none',
« no previous file with comments | « no previous file | client/tools/dartserver/bin/dartserver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698