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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 12448006: Lots of little changes for dartdoc/apidoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index dd5d3a7e5671ae3ced97949d7c017138aeea496a..eda99a852d7913d430fb70d02694b7beb5e57cdc 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -50,8 +50,10 @@
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
'--version=<!@(["python", "../../tools/print_version.py"])',
- '--pkg=<(PRODUCT_DIR)/packages/',
+ '--pkg=<(PRODUCT_DIR)/packages',
'--mode=static',
+ '--exclude-lib=analyzer-experimental',
+ '--exclude-lib=browser',
Jacob 2013/03/11 19:05:09 why are you excluding "browser"
Andrei Mouravski 2013/03/11 19:36:46 Because the browser package only includes a js fil
'--exclude-lib=dartdoc',
'--exclude-lib=http',
'--exclude-lib=oauth2',

Powered by Google App Engine
This is Rietveld 408576698