Index: dart/dart.gyp |
diff --git a/dart/dart.gyp b/dart/dart.gyp |
index 70d9da664490ae9d209e05fa24f9e659dca7a08a..12d86040de50061d4a6600217e264df71fee1c24 100644 |
--- a/dart/dart.gyp |
+++ b/dart/dart.gyp |
@@ -9,7 +9,6 @@ |
'type': 'none', |
'dependencies': [ |
'analyzer', |
- 'compiler', |
'create_sdk', |
'dart2js', |
'editor', |
@@ -20,14 +19,6 @@ |
], |
}, |
{ |
- 'target_name': 'compiler', |
- 'type': 'none', |
- 'dependencies': [ |
- 'compiler/dart-compiler.gyp:dart_analyzer', |
- ], |
- 'actions': [] |
- }, |
- { |
# This is the target that is built on the VM build bots. It |
# must depend on anything that is required by the VM test |
# suites. |
@@ -59,7 +50,6 @@ |
'utils/compiler/compiler.gyp:dart2js', |
'utils/pub/pub.gyp:pub', |
'analyzer', |
- 'compiler', |
], |
'actions': [ |
{ |
@@ -72,7 +62,6 @@ |
'<(SHARED_INTERMEDIATE_DIR)/dart2js.dart.snapshot', |
'<(SHARED_INTERMEDIATE_DIR)/utils_wrapper.dart.snapshot', |
'<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot', |
- '<(PRODUCT_DIR)/analyzer/bin/dart_analyzer', |
'<(PRODUCT_DIR)/dartanalyzer/dartanalyzer.jar', |
], |
'outputs': [ |