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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 10548047: Remove frog from the repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp. Created 8 years, 6 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 | « tools/create_sdk.py ('k') | utils/compiler/compiler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index 0b5668174eff41d9dacbef0d98763a87f1c0c0e8..b03af87998379cad4d7ca307507dfa8747c32b6d 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -8,7 +8,7 @@
'target_name': 'api_docs',
'type': 'none',
'dependencies': [
- '../../frog/dart-frog.gyp:frog',
+ '../../utils/compiler/compiler.gyp:dart2js',
'../../runtime/dart-runtime.gyp:dart',
],
'includes': [
@@ -19,7 +19,7 @@
'action_name': 'run_apidoc',
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/frog/bin/frog',
+ '<(PRODUCT_DIR)/dart2js',
'<!@(["python", "../../tools/list_files.py", "\\.(css|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../lib/dartdoc"])',
'<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../lib", "../../runtime/lib", "../../runtime/bin"])',
'<@(_sources)',
@@ -33,7 +33,7 @@
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
'--mode=live-nav',
- '--compiler=<(PRODUCT_DIR)/frog/bin/frog',
+ '--compiler=<(PRODUCT_DIR)/dart2js',
],
},
],
« no previous file with comments | « tools/create_sdk.py ('k') | utils/compiler/compiler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698