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

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: Fix SDK dartdoc/frog. 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
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index 0b5668174eff41d9dacbef0d98763a87f1c0c0e8..94936c57cbd7c8d4dc838ca7a78aa1f7167907c6 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': [
@@ -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') | utils/compiler/compiler.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698