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

Unified Diff: utils/apidoc/docgen.gyp

Issue 696123005: Rename snapshot, other user-visible parts of docgen to dartdocgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make the old docgen files just call the new ones Created 6 years, 1 month 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
« editor/build/build.py ('K') | « tools/create_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/docgen.gyp
diff --git a/utils/apidoc/docgen.gyp b/utils/apidoc/docgen.gyp
index 0cdd4ea4f7908e6141c6c9838b6227d2d6ba752e..f9fc55aaef20ad7f77f10551424ba5cdbe829f46 100644
--- a/utils/apidoc/docgen.gyp
+++ b/utils/apidoc/docgen.gyp
@@ -63,8 +63,12 @@
'../../sdk/bin/dart.bat',
'../../sdk/bin/dart2js',
'../../sdk/bin/dart2js.bat',
+ # TODO(alanknight): The docgen name is deprecated in favour of
+ # dartdocgen, and should be removed eventually.
'../../sdk/bin/docgen',
+ '../../sdk/bin/dartdocgen',
'../../sdk/bin/docgen.bat',
+ '../../sdk/bin/dartdocgen.bat',
'../../tools/only_in_release_mode.py',
'<(PRODUCT_DIR)/dart-sdk/README',
'<(SHARED_INTERMEDIATE_DIR)/pkg_files.stamp',
@@ -77,7 +81,7 @@
'../../tools/only_in_release_mode.py',
'<@(_outputs)',
'--',
- '<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)',
+ '<(PRODUCT_DIR)/dart-sdk/bin/dartdocgen<(script_suffix)',
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--include-sdk',
'--no-include-dependent-packages',
@@ -90,7 +94,7 @@
'--exclude-lib=try',
'../../pkg'
],
- 'message': 'Running docgen: <(_action)',
+ 'message': 'Running dartdocgen: <(_action)',
},
],
}
« editor/build/build.py ('K') | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698