diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn index 33204212df5b2f115963e470f75525b6b9de927f..22714d1819d710fe442afad86b6494db6ab7c346 100644 --- a/sdk/BUILD.gn +++ b/sdk/BUILD.gn @@ -119,11 +119,13 @@ dart_pkg("sdk") { "pubspec.yaml", ] + # List of mojom targets that the sky pkg exports deps = [ - "//sky/services/testing:bindings", + "//sky/services/viewport", ] datadeps = [ + "//sky/services/testing:bindings", "//sky/engine/bindings", ]