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

Unified Diff: utils/compiler/compiler.gyp

Issue 10809035: Several new features and improvements for dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 years, 5 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 | « utils/compiler/build_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/compiler.gyp
diff --git a/utils/compiler/compiler.gyp b/utils/compiler/compiler.gyp
index 5b914fafcfe70f79421041a0eedadad3a9db106b..d419a5f5d912dbefbe0990e29f0d7aa3108d92d4 100644
--- a/utils/compiler/compiler.gyp
+++ b/utils/compiler/compiler.gyp
@@ -26,6 +26,8 @@
'<(PRODUCT_DIR)/dart2js.bat',
'<(PRODUCT_DIR)/dart2js_developer',
'<(PRODUCT_DIR)/dart2js_developer.bat',
+ '<(PRODUCT_DIR)/dartdoc',
+ '<(PRODUCT_DIR)/dartdoc.bat',
],
'action': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
@@ -39,6 +41,7 @@
'<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'dart2js',
'dart2js_developer',
+ 'dartdoc',
'<(dart_dir)',
],
},
« no previous file with comments | « utils/compiler/build_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698