| Index: sky/engine/core/BUILD.gn
|
| diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
|
| index 5a18a2dc40f4a087e6eb45e03c0e6ce8cadb3142..1e9375e44a0bff35d8421e3597fae0d9d5cdc9d7 100644
|
| --- a/sky/engine/core/BUILD.gn
|
| +++ b/sky/engine/core/BUILD.gn
|
| @@ -81,7 +81,8 @@ static_library("core") {
|
| "//sky/engine/platform",
|
| "//sky/engine/bindings",
|
| "//dart/runtime/bin:embedded_dart_io",
|
| - "//dart/runtime/bin:libdart_withcore",
|
| + "//dart/runtime:libdart",
|
| + "//dart/runtime/vm:libdart_platform",
|
| ]
|
|
|
| sources = sky_core_files
|
|
|