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

Unified Diff: utils/apidoc/docgen.gyp

Issue 116043013: Add a snapshot for docgen and use it in the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Previous version could pass the default text as markdown instead of converting to html Created 6 years, 11 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
Index: utils/apidoc/docgen.gyp
diff --git a/utils/apidoc/docgen.gyp b/utils/apidoc/docgen.gyp
index 27cc69d1feb500e1a21ff7b6a45fcf25d41dfdd4..51889c027eeda451fbb51745e4e1e0e6b5ced181 100644
--- a/utils/apidoc/docgen.gyp
+++ b/utils/apidoc/docgen.gyp
@@ -63,6 +63,8 @@
'../../sdk/bin/dart.bat',
'../../sdk/bin/dart2js',
'../../sdk/bin/dart2js.bat',
+ '../../sdk/bin/docgen',
+ '../../sdk/bin/docgen.bat',
'../../tools/only_in_release_mode.py',
# We sit inside the api_docs directory, so make sure it has run
# before we do. Otherwise it might run later and delete us.
@@ -76,10 +78,7 @@
'../../tools/only_in_release_mode.py',
'<@(_outputs)',
'--',
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '--old_gen_heap_size=1024',
- '--package-root=<(PRODUCT_DIR)/packages/',
- '../../pkg/docgen/bin/docgen.dart',
+ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart-sdk/bin/docgen<(script_suffix)',
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--json',
'--include-sdk',
« tools/create_sdk.py ('K') | « tools/create_sdk.py ('k') | utils/compiler/compiler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698