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

Unified Diff: pkg/docgen/bin/dartdoc.py

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: Everything except the strictly snapshot-related pulled out to a different CL 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
« no previous file with comments | « no previous file | sdk/bin/dartdoc.bat » ('j') | tools/create_sdk.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/bin/dartdoc.py
diff --git a/pkg/docgen/bin/dartdoc.py b/pkg/docgen/bin/dartdoc.py
index 4971e3611e71f330b0864b95ba0b700702159b63..cca0aac8e55474e7b0e940498f2925fe243f04b1 100644
--- a/pkg/docgen/bin/dartdoc.py
+++ b/pkg/docgen/bin/dartdoc.py
@@ -87,7 +87,7 @@ def GenerateAllDocs(docgen_options):
# from the SDK and includes only the ones from pkg. So right now our only option
# is to do everything in one pass.
doc_dir = join(DART_DIR, 'pkg')
- cmd_lst = [DART_EXECUTABLE, '--old_gen_heap_size=1024',
+ cmd_lst = [DART_EXECUTABLE,
'--package-root=%s' % PACKAGE_ROOT, 'docgen.dart', '--include-sdk' ]
cmd_str = ' '.join(AddUserDocgenOptions(cmd_lst, docgen_options, True))
# Try to run all pkg docs together at once as it's fastest.
« no previous file with comments | « no previous file | sdk/bin/dartdoc.bat » ('j') | tools/create_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698