Index: sky/engine/tonic/BUILD.gn |
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn |
index fd6ca5e10551999c53916619ee39cb5273082083..4dbef168f4386531bf2818e044821e5b0b51c1ef 100644 |
--- a/sky/engine/tonic/BUILD.gn |
+++ b/sky/engine/tonic/BUILD.gn |
@@ -50,6 +50,7 @@ source_set("tonic") { |
] |
public_deps = [ |
- "//dart/runtime/bin:libdart_withcore", |
+ "//dart/runtime:libdart", |
+ "//dart/runtime/vm:libdart_platform", |
] |
} |