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

Unified Diff: dart.gyp

Issue 63363007: SDK build bits for dartfmt. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 32508)
+++ dart.gyp (working copy)
@@ -40,6 +40,7 @@
'runtime/dart-runtime.gyp:dart',
'utils/compiler/compiler.gyp:dart2js',
'utils/pub/pub.gyp:pub',
+ 'dartfmt',
'analyzer',
],
'actions': [
@@ -54,6 +55,7 @@
'<(SHARED_INTERMEDIATE_DIR)/utils_wrapper.dart.snapshot',
'<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
'<(PRODUCT_DIR)/dartanalyzer/dartanalyzer.jar',
+ '<(SHARED_INTERMEDIATE_DIR)/dartfmt.dart.snapshot',
'tools/VERSION'
],
'outputs': [
@@ -84,6 +86,13 @@
],
},
{
+ 'target_name': 'dartfmt',
+ 'type': 'none',
+ 'dependencies': [
+ 'utils/dartfmt/dartfmt.gyp:dartfmt',
+ ],
+ },
+ {
# This is the target that is built on the dart2dart bots.
# It must depend on anything that is required by dart2dart
# tests.
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698