Index: utils/apidoc/apidoc.gyp |
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp |
index b27cceb48439b096e966664b6f0756f6e31d410c..2fd7366a14e8f09a99d2b2e3f5d978c03300ff5c 100644 |
--- a/utils/apidoc/apidoc.gyp |
+++ b/utils/apidoc/apidoc.gyp |
@@ -46,6 +46,7 @@ |
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)', |
'apidoc.dart', |
'--out=<(PRODUCT_DIR)/api_docs', |
+ '--version=<!@(["python", "../../tools/list_version.py"])', |
ahe
2013/02/09 11:54:20
The value is captured when you run GYP, not when y
Jacob
2013/02/11 01:44:11
I think it should be fine for print_version.py to
ahe
2013/02/11 07:27:56
Correct. This is why we shouldn't list list_versio
|
'--pkg=<(PRODUCT_DIR)/packages/', |
ahe
2013/02/09 11:54:20
I think I spotted a problem here. We are not listi
Jacob
2013/02/11 01:44:11
Interesting but unrelated to this cl. I'll follow
|
'--mode=static', |
'--exclude-lib=dartdoc', |