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

Unified Diff: dart/dart.gyp

Issue 9454026: Skeleton dartdoc launcher. (Closed) Base URL: ssh://aaricia.aar/home/ahe/Dart/all/dart.googlecode.com.git@master
Patch Set: Created 8 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 | dart/utils/dartdoc/build_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index 03621ed0765b644b4276e88c665b62ca6abc822d..90010f164ed7567ae1acab6f2d11454cc07f9b22 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -106,6 +106,31 @@
],
},
],
- }
+ },
+ {
+ 'target_name': 'dartdoc',
+ 'type': 'none',
+ 'dependencies': [
+ 'runtime/dart-runtime.gyp:dart',
+ ],
+ 'actions': [
+ {
+ 'action_name': 'build_dartdoc',
+ 'inputs': [
+ '<(PRODUCT_DIR)/dart',
+ 'utils/dartdoc/build_helper.dart',
+ ],
+ 'outputs': [
+ '<(PRODUCT_DIR)/dartdoc',
+ ],
+ 'action': [
+ '<(PRODUCT_DIR)/dart',
+ 'utils/dartdoc/build_helper.dart',
+ '<(PRODUCT_DIR)',
+ '<(PRODUCT_DIR)/dartdoc',
+ ],
+ },
+ ],
+ },
],
}
« no previous file with comments | « no previous file | dart/utils/dartdoc/build_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698