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)', |