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

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: Fixes from review 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..9db97a92c9f2a16984a41fb4ce40742df4df4291 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -155,7 +155,10 @@
'target_name': 'api_docs',
'type': 'none',
'dependencies': [
+ # TODO(alanknight) : Once we're fully switched over to the new
+ # viewer remove the old api_docs gyp file.
'utils/apidoc/apidoc.gyp:api_docs',
+ 'utils/apidoc/docgen.gyp:docgen',
kustermann 2013/11/18 09:57:08 I think this could cause issues. These two depende
Alan Knight 2013/11/18 20:34:50 Made docgen depend on the apidocs target. It seems
ahe 2013/11/18 20:56:44 Unfortunately, this is one of the biggest gotchas
],
},
{
« 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