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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 12217077: Generate separate json files for each library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: PTAL Created 7 years, 10 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
« tools/list_version.py ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« tools/list_version.py ('K') | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698