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

Unified Diff: runtime/bin/bin.gypi

Issue 2655173002: Create an app snapshot of the Dart front end. (Closed)
Patch Set: Created 3 years, 11 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: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index d5466386345da3cd2d50002b6bd5c7d5401f2fa3..b6df98737055428a9aa11240174387eb568c7646 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1021,7 +1021,7 @@
{
'action_name': 'generate_snapshot_file',
'inputs': [
- '../tools/create_snapshot_file.py',
+ '../tools/create_snapshot_cc.py',
'<(gen_snapshot_stamp_file)',
'<(snapshot_in_cc_file)',
],
@@ -1030,7 +1030,7 @@
],
'action': [
'python',
- 'tools/create_snapshot_file.py',
+ 'tools/create_snapshot_cc.py',
'--vm_input_bin', '<(vm_isolate_snapshot_bin_file)',
'--input_bin', '<(isolate_snapshot_bin_file)',
'--input_cc', '<(snapshot_in_cc_file)',

Powered by Google App Engine
This is Rietveld 408576698