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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 12388048: Cleanup two warning messages when running apidoc, and update the apidoc.gyp file to rerun the tool (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.gyp
===================================================================
--- utils/apidoc/apidoc.gyp (revision 19322)
+++ utils/apidoc/apidoc.gyp (working copy)
@@ -38,6 +38,9 @@
'../../sdk/bin/dart2js',
'../../sdk/bin/dart2js.bat',
],
+ 'inputs': [
ahe 2013/04/05 19:01:00 This overwrites the previous value of 'inputs'. N
devoncarew 2013/04/05 19:09:21 Sorry, my bad. I had noticed that it wasn't being
ahe 2013/04/05 19:13:38 No worries. GYP is so complicated, that's why I re
+ '<!@(["python", "../../tools/list_files.py", "\\.(css|png|dart)$", "."])',
+ ],
'outputs': [
'<(PRODUCT_DIR)/api_docs/index.html',
'<(PRODUCT_DIR)/api_docs/client-static.js',
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698