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

Unified Diff: dart.gyp

Issue 10545048: Reverts r8373 "Renamed the 'dartc' launch script to 'dart_analysis'" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('j') | 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 6f3d29d87ef91f5cd10345b8e465d15a87370ccb..0ad0deb744fea1182700e301add9f03e2d6df2d3 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -8,7 +8,7 @@
'target_name': 'compiler',
'type': 'none',
'dependencies': [
- 'compiler/dart-compiler.gyp:dart_analyzer',
+ 'compiler/dart-compiler.gyp:dartc',
],
'actions': []
},
@@ -30,7 +30,6 @@
'dependencies': [
'runtime/dart-runtime.gyp:dart',
'dart2js',
- 'compiler',
],
'actions': [
{
@@ -55,13 +54,6 @@
'message': 'Creating SDK.',
},
],
- 'conditions' : [
- ['OS=="linux"', {
- 'dependencies': [
- 'compiler',
- ],
- }],
- ],
},
{
# Upload the SDK. This target is separate from create_sdk as the
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698