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

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: no change 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
« no previous file with comments | « no previous file | frog/scripts/bootstrap/build_frogpad_js.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/dart-frog.gyp
diff --git a/frog/dart-frog.gyp b/frog/dart-frog.gyp
index b9de64693a7f6e4342c5452cc8bddd8dd84191e7..506829e952a18215e4dc4db1637e522ad17ebd7d 100644
--- a/frog/dart-frog.gyp
+++ b/frog/dart-frog.gyp
@@ -86,19 +86,19 @@
'action_name': 'generate_frogsh',
'inputs': [
'<!@(["python", "scripts/list_frog_files.py"])',
- 'scripts/bootstrap/frogsh_bootstrap_wrapper.py',
- 'minfrog.dart',
+ 'scripts/bootstrap/build_frogpad_js.py',
+ '../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',
+ 'scripts/bootstrap/build_frogpad_js.py',
'<(PRODUCT_DIR)',
],
- 'message': 'Generating frogsh file'
+ 'message': 'Generating frogpad.js file'
},
],
},
« no previous file with comments | « no previous file | frog/scripts/bootstrap/build_frogpad_js.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698