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

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 7 years 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 | sdk/bin/dartfmt » ('j') | sdk/bin/dartfmt » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 30995)
+++ dart.gyp (working copy)
@@ -46,6 +46,7 @@
'runtime/dart-runtime.gyp:dart',
'utils/compiler/compiler.gyp:dart2js',
'utils/pub/pub.gyp:pub',
+ 'dartfmt',
'analyzer',
],
'actions': [
@@ -60,6 +61,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': [
@@ -90,6 +92,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 | sdk/bin/dartfmt » ('j') | sdk/bin/dartfmt » ('J')

Powered by Google App Engine
This is Rietveld 408576698