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

Unified Diff: utils/apidoc/docgen.gyp

Issue 246563005: Fixes docgen build step on Windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/docgen.gyp
===================================================================
--- utils/apidoc/docgen.gyp (revision 35289)
+++ utils/apidoc/docgen.gyp (working copy)
@@ -18,9 +18,9 @@
'target_name': 'docgen',
'type': 'none',
'dependencies': [
- '../../utils/compiler/compiler.gyp:dart2js',
- '../../runtime/dart-runtime.gyp:dart',
+ '../../create_sdk.gyp:create_sdk_internal',
'../../pkg/pkg.gyp:pkg_packages',
+ '../../pkg/pkg_files.gyp:pkg_files_stamp',
],
'includes': [
'../../sdk/lib/core/corelib_sources.gypi',
@@ -65,6 +65,8 @@
'../../sdk/bin/docgen',
'../../sdk/bin/docgen.bat',
'../../tools/only_in_release_mode.py',
+ '<(PRODUCT_DIR)/dart-sdk/README',
+ '<(SHARED_INTERMEDIATE_DIR)/pkg_files.stamp',
],
'outputs': [
'<(PRODUCT_DIR)/api_docs/docgen/index.json',
@@ -74,9 +76,7 @@
'../../tools/only_in_release_mode.py',
'<@(_outputs)',
'--',
- '../../sdk/bin/dart',
- '--package-root=<(PRODUCT_DIR)/packages',
- '../../pkg/docgen/bin/docgen.dart',
+ '<(PRODUCT_DIR)/dart-sdk/bin/docgen<(script_suffix)',
'--out=<(PRODUCT_DIR)/api_docs/docgen',
'--include-sdk',
'--no-include-dependent-packages',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698