| Index: runtime/bin/bin.gypi
|
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
|
| index 3119ce0da94f1e746ef639b5aee2b2d4c7a4deeb..f5e2a631a761c1e8365c83de721583756f9611fc 100644
|
| --- a/runtime/bin/bin.gypi
|
| +++ b/runtime/bin/bin.gypi
|
| @@ -1000,8 +1000,9 @@
|
| 'tools/create_snapshot_bin.py',
|
| '--executable',
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)',
|
| + '--snapshot_kind', 'core',
|
| '--vm_output_bin', '<(vm_isolate_snapshot_bin_file)',
|
| - '--output_bin', '<(isolate_snapshot_bin_file)',
|
| + '--isolate_output_bin', '<(isolate_snapshot_bin_file)',
|
| '--target_os', '<(OS)',
|
| '--timestamp_file', '<(gen_snapshot_stamp_file)',
|
| ],
|
|
|