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

Unified Diff: dart.gyp

Issue 1777173003: Add dev_compiler to the SDK build process. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rename dev_compiler -> dartdevc 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 9ac4105daded372ddb4fa7d5288196850b7bbdb6..b8d3e43f99e79998de4c9b684fcff65a59c28828 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -12,6 +12,7 @@
'create_sdk',
'dart2js',
'dartanalyzer',
+ 'dartdevc',
'packages',
'runtime',
'samples',
@@ -58,6 +59,13 @@
],
},
{
+ '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