| Index: runtime/bin/bin.gypi
|
| ===================================================================
|
| --- runtime/bin/bin.gypi (revision 45661)
|
| +++ runtime/bin/bin.gypi (working copy)
|
| @@ -354,7 +354,7 @@
|
| 'toolsets':['target','host'],
|
| 'dependencies': [
|
| 'libdart_lib_withcore',
|
| - 'libdart_vm',
|
| + 'libdart_nosnapshot_vm',
|
| 'libdouble_conversion',
|
| 'generate_version_cc_file#host',
|
| ],
|
| @@ -721,7 +721,7 @@
|
| 'target_name': 'run_vm_tests',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| - 'libdart_withcore',
|
| + 'libdart',
|
| 'libdart_builtin',
|
| 'libdart_io',
|
| 'generate_snapshot_file#host',
|
|
|