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

Unified Diff: frog/dart-frog.gyp

Issue 9610002: remove node.js dependency by running the frog compiler in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: language status Created 8 years, 9 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: frog/dart-frog.gyp
diff --git a/frog/dart-frog.gyp b/frog/dart-frog.gyp
index b9de64693a7f6e4342c5452cc8bddd8dd84191e7..e9521e49cc5c4b1551b90d46b7290876fdc4eb5c 100644
--- a/frog/dart-frog.gyp
+++ b/frog/dart-frog.gyp
@@ -87,18 +87,18 @@
'inputs': [
'<!@(["python", "scripts/list_frog_files.py"])',
'scripts/bootstrap/frogsh_bootstrap_wrapper.py',
- 'minfrog.dart',
+ '../tools/testing/frogpad/frogpad.dart',
'<(PRODUCT_DIR)/dart',
],
'outputs': [
- '<(PRODUCT_DIR)/frog/bin/frogsh',
+ '<(PRODUCT_DIR)/frog/bin/frogpad.js',
],
'action': [
'python',
'scripts/bootstrap/frogsh_bootstrap_wrapper.py',
'<(PRODUCT_DIR)',
],
- 'message': 'Generating frogsh file'
+ 'message': 'Generating frogpad.js file'
},
],
},
« no previous file with comments | « no previous file | frog/scripts/bootstrap/frogsh_bootstrap_wrapper.py » ('j') | frog/scripts/bootstrap/frogsh_bootstrap_wrapper.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698