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

Unified Diff: dart/utils/apidoc/apidoc.gyp

Issue 10140021: Revert "Use 'frog' in apidoc. Also fix broken dependencies." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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 | « dart/utils/apidoc/apidoc.dart ('k') | dart/utils/apidoc/scripts/list_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/apidoc/apidoc.gyp
diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
index b438042cb0f55d661bf3575c262365157f3d094f..5ce55f83ab543ca565bd7755f5adf4a5cefb89c9 100644
--- a/dart/utils/apidoc/apidoc.gyp
+++ b/dart/utils/apidoc/apidoc.gyp
@@ -15,20 +15,17 @@
{
'action_name': 'run_apidoc',
'inputs': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/frog/bin/frog',
+ '<(PRODUCT_DIR)/dart',
'<!@(["python", "scripts/list_files.py"])',
],
'outputs': [
- '<(PRODUCT_DIR)/api_docs/index.html',
- '<(PRODUCT_DIR)/api_docs/client-live-nav.js',
+ '<(PRODUCT_DIR)/api_docs',
],
'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/dart',
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
- '--mode=live-nav',
- '--compiler=<(PRODUCT_DIR)/frog/bin/frog',
+ '--mode=live-nav'
],
},
],
« no previous file with comments | « dart/utils/apidoc/apidoc.dart ('k') | dart/utils/apidoc/scripts/list_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698