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

Unified Diff: dart.gyp

Issue 73113002: Generate docgen output along with api_docs as part of the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | pkg/docgen/bin/docgen.dart » ('j') | pkg/docgen/bin/docgen.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 228580c9c2c73c2bf532451231b0d649b8d7dc16..794113e38ec0f93d80a314132508e3bf4163a31d 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -156,6 +156,7 @@
'type': 'none',
'dependencies': [
'utils/apidoc/apidoc.gyp:api_docs',
Bob Nystrom 2013/11/14 22:43:04 Do you have a plan for when you'll remove this? M
Alan Knight 2013/11/15 18:49:56 Done.
+ 'utils/apidoc/docgen.gyp:docgen',
],
},
{
« no previous file with comments | « no previous file | pkg/docgen/bin/docgen.dart » ('j') | pkg/docgen/bin/docgen.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698