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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 10383129: remove dart dom from docs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « utils/apidoc/apidoc.dart ('k') | utils/apidoc/app_engine/app.yaml » ('j') | 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 15cdb357b94c664d927aca28f3f9ea2cc49299d1..b7ed9e5a3244677787258a78ba83302e8fa50803 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -17,7 +17,7 @@
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/frog/bin/frog',
- '<!@(["python", "../../tools/list_files.py", "\\.(css|dart|ico|js|json|png|sh|txt)$", ".", "../../lib/dartdoc"])',
+ '<!@(["python", "../../tools/list_files.py", "\\.(css|dart|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../lib/dartdoc"])',
],
'outputs': [
'<(PRODUCT_DIR)/api_docs/index.html',
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | utils/apidoc/app_engine/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698