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

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: Changed where it's trying to upload to 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 | editor/build/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 228580c9c2c73c2bf532451231b0d649b8d7dc16..9bfc1d3b09942f37bd74b53ab3bac30f87ed5a4d 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -86,6 +86,9 @@
'dependencies': [
'create_sdk',
],
+ 'inputs': [
+ '<(PRODUCT_DIR)/dart-sdk/README',
+ ],
'actions': [
{
'action_name': 'upload_sdk_py',
@@ -155,7 +158,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',
],
},
{
« no previous file with comments | « no previous file | editor/build/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698