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
|
], |
}, |
{ |