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

Unified Diff: dart/dart.gyp

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
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': [

Powered by Google App Engine
This is Rietveld 408576698