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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 12613008: Remove pkg from 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..729e68713589c81e8163ff7d8a15239f853b50ea 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -50,17 +50,9 @@
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
'--version=<!@(["python", "../../tools/print_version.py"])',
- '--pkg=<(PRODUCT_DIR)/packages/',
'--mode=static',
'--exclude-lib=dartdoc',
- '--exclude-lib=http',
- '--exclude-lib=oauth2',
- '--exclude-lib=pathos',
- '--exclude-lib=webdriver',
- '--exclude-lib=yaml',
- '--include-lib=matcher',
- '--include-lib=mock',
- '--include-lib=scheduled_test',
+ '--exclude-lib=metadata',
],
'message': 'Running apidoc: <(_action)',
},

Powered by Google App Engine
This is Rietveld 408576698