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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 13102003: Add a library for manipulating stack traces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes 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
« no previous file with comments | « pkg/stack_trace/test/trace_test.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 8c6cc70613b87fb1f7ebe90f7f9b6dbdc353cdf1..52cb9189cf90f4bb52c5b55736a37e32c265a131 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -58,11 +58,12 @@
'--exclude-lib=http',
'--exclude-lib=oauth2',
'--exclude-lib=pathos',
+ '--exclude-lib=scheduled_test',
+ '--exclude-lib=stack_trace',
'--exclude-lib=webdriver',
'--exclude-lib=yaml',
'--include-lib=matcher',
'--include-lib=mock',
- '--include-lib=scheduled_test',
],
'message': 'Running apidoc: <(_action)',
},
« no previous file with comments | « pkg/stack_trace/test/trace_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698