Index: utils/apidoc/docgen.gyp |
=================================================================== |
--- utils/apidoc/docgen.gyp (revision 35289) |
+++ utils/apidoc/docgen.gyp (working copy) |
@@ -18,8 +18,7 @@ |
'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', |
], |
'includes': [ |
@@ -74,9 +73,7 @@ |
'../../tools/only_in_release_mode.py', |
'<@(_outputs)', |
'--', |
- '../../sdk/bin/dart', |
- '--package-root=<(PRODUCT_DIR)/packages', |
- '../../pkg/docgen/bin/docgen.dart', |
+ '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart-sdk/bin/docgen<(script_suffix)', |
ricow1
2014/04/23 11:38:01
why executable prefix here?
aam-me
2014/04/23 12:07:10
Removed.
|
'--out=<(PRODUCT_DIR)/api_docs/docgen', |
'--include-sdk', |
'--no-include-dependent-packages', |