| Index: runtime/dart-runtime.gyp
|
| diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
|
| index 915b5b48a876d541ba7fecc4510aff859664ab7b..f976190b2e3b92a967c260db6e8590d72665b8a0 100644
|
| --- a/runtime/dart-runtime.gyp
|
| +++ b/runtime/dart-runtime.gyp
|
| @@ -95,7 +95,7 @@
|
| 'target_name': 'libdart_precompiled_runtime',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - 'libdart_lib',
|
| + 'libdart_lib_precompiled_runtime',
|
| 'libdart_vm_precompiled_runtime',
|
| 'libdouble_conversion',
|
| 'generate_version_cc_file#host',
|
|
|