Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: sky/shell/BUILD.gn

Issue 873923003: sky/shell should link with sky/engine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 3494b85863d8f52e05b0788743069bfd3cc1ca11..6d688c9a7baac19339b26bffaf42ac5f74db9156 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,12 @@ shared_library("sky_shell") {
"sky_view.h",
]
- configs += [ "//third_party/khronos:khronos_headers" ]
-
deps = [
"//base",
"//build/config/sanitizers:deps",
+ "//mojo/edk/system",
"//skia",
+ "//sky/engine",
"//ui/gfx/geometry",
"//ui/gl",
":jni_headers",

Powered by Google App Engine
This is Rietveld 408576698