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

Unified Diff: sky/shell/BUILD.gn

Issue 880443003: Plumb resize notifications around sky/shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git cl format 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
« no previous file with comments | « no previous file | sky/shell/gpu/rasterizer.h » ('j') | sky/shell/gpu/rasterizer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index 32b1c6a582bc1932fc49ef9c555a1acbc0f47e15..20ceed137fbd2c5ac92dd3bd4b7587abd90498d1 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -29,10 +29,8 @@ 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",
+ "gpu_delegate.cc",
+ "gpu_delegate.h",
"library_loader.cc",
"shell.cc",
"shell.h",
@@ -40,6 +38,12 @@ shared_library("sky_shell") {
"sky_main.h",
"sky_view.cc",
"sky_view.h",
+ "ui/engine.cc",
+ "ui/engine.h",
+ "ui/platform_impl.cc",
+ "ui/platform_impl.h",
+ "ui_delegate.cc",
+ "ui_delegate.h",
]
deps = [
« no previous file with comments | « no previous file | sky/shell/gpu/rasterizer.h » ('j') | sky/shell/gpu/rasterizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698