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

Unified Diff: dart/utils/apidoc/apidoc.gyp

Issue 10308006: Share a tool for listing dependencies thus fixing a dependency problem on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Spotted another Windows bug Created 8 years, 8 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: dart/utils/apidoc/apidoc.gyp
diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
index b438042cb0f55d661bf3575c262365157f3d094f..15cdb357b94c664d927aca28f3f9ea2cc49299d1 100644
--- a/dart/utils/apidoc/apidoc.gyp
+++ b/dart/utils/apidoc/apidoc.gyp
@@ -17,7 +17,7 @@
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/frog/bin/frog',
- '<!@(["python", "scripts/list_files.py"])',
+ '<!@(["python", "../../tools/list_files.py", "\\.(css|dart|ico|js|json|png|sh|txt)$", ".", "../../lib/dartdoc"])',
],
'outputs': [
'<(PRODUCT_DIR)/api_docs/index.html',

Powered by Google App Engine
This is Rietveld 408576698