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

Unified Diff: utils/apidoc/docgen.gyp

Issue 703203002: "Reverting 41571" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « 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 126e5496160618904e46deb2dc6660b25b133696..66a4fb60b9e27cac60013dca4a00874d1fa86675 100644
--- a/utils/apidoc/docgen.gyp
+++ b/utils/apidoc/docgen.gyp
@@ -15,7 +15,7 @@
],
'targets': [
{
- 'target_name': 'dartdocgen',
+ 'target_name': 'docgen',
'type': 'none',
'dependencies': [
'../../create_sdk.gyp:create_sdk_internal',
@@ -63,12 +63,8 @@
'../../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',
@@ -81,7 +77,7 @@
'../../tools/only_in_release_mode.py',
'<@(_outputs)',
'--',
- '<(PRODUCT_DIR)/dart-sdk/bin/dartdocgen<(script_suffix)',
+ '<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)',
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--include-sdk',
'--no-include-dependent-packages',
@@ -94,7 +90,7 @@
'--exclude-lib=try',
'../../pkg'
],
- 'message': 'Running dartdocgen: <(_action)',
+ 'message': 'Running docgen: <(_action)',
},
],
}
« no previous file with comments | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698