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

Unified Diff: dart.gyp

Issue 9705088: Generate API docs during build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Port list_files back to python. Created 8 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 | « no previous file | frog/reader.dart » ('j') | utils/apidoc/apidoc.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 2adf963c1967a9d1f9b089068939ba8c83eca4bd..6bf020eda476f8dcf1dd01cadc22b2d499b91af5 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -105,5 +105,12 @@
'frog/dart-frog.gyp:frogsh',
],
},
+ {
+ 'target_name': 'api_docs',
+ 'type': 'none',
+ 'dependencies': [
+ 'utils/apidoc/apidoc.gyp:api_docs',
+ ],
+ }
],
}
« no previous file with comments | « no previous file | frog/reader.dart » ('j') | utils/apidoc/apidoc.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698