Index: sky/shell/BUILD.gn |
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn |
index 3494b85863d8f52e05b0788743069bfd3cc1ca11..32b1c6a582bc1932fc49ef9c555a1acbc0f47e15 100644 |
--- a/sky/shell/BUILD.gn |
+++ b/sky/shell/BUILD.gn |
@@ -29,6 +29,10 @@ shared_library("sky_shell") { |
"gpu/ganesh_surface.h", |
"gpu/rasterizer.cc", |
"gpu/rasterizer.h", |
+ "ui/engine.cc", |
+ "ui/engine.h", |
+ "ui/platform_impl.cc", |
+ "ui/platform_impl.h", |
"library_loader.cc", |
"shell.cc", |
"shell.h", |
@@ -38,12 +42,13 @@ shared_library("sky_shell") { |
"sky_view.h", |
] |
- configs += [ "//third_party/khronos:khronos_headers" ] |
- |
deps = [ |
"//base", |
+ "//base:i18n", |
"//build/config/sanitizers:deps", |
+ "//mojo/edk/system", |
"//skia", |
+ "//sky/engine", |
"//ui/gfx/geometry", |
"//ui/gl", |
":jni_headers", |