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

Unified Diff: dart.gyp

Issue 1813983003: Revert "Add dev_compiler to the SDK build process." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « create_sdk.gyp ('k') | sdk/bin/dartdevc » ('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 b8d3e43f99e79998de4c9b684fcff65a59c28828..9ac4105daded372ddb4fa7d5288196850b7bbdb6 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -12,7 +12,6 @@
'create_sdk',
'dart2js',
'dartanalyzer',
- 'dartdevc',
'packages',
'runtime',
'samples',
@@ -59,13 +58,6 @@
],
},
{
- 'target_name': 'dartdevc',
- 'type': 'none',
- 'dependencies': [
- 'utils/dartdevc/dartdevc.gyp:dartdevc',
- ],
- },
- {
'target_name': 'dartfmt',
'type': 'none',
'dependencies': [
« no previous file with comments | « create_sdk.gyp ('k') | sdk/bin/dartdevc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698