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

Unified Diff: services/ui/view_manager/BUILD.gn

Issue 1552043002: Make Mozart view manager use the new compositor. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-12
Patch Set: apply review feedback Created 4 years, 11 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 | « services/ui/launcher/launcher_view_tree.cc ('k') | services/ui/view_manager/surface_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/view_manager/BUILD.gn
diff --git a/services/ui/view_manager/BUILD.gn b/services/ui/view_manager/BUILD.gn
index 833582bc4d2a37e8e0e1432d511e061d5360e5aa..0a1432559777b8a381cc2a75f5585bc151b38701 100644
--- a/services/ui/view_manager/BUILD.gn
+++ b/services/ui/view_manager/BUILD.gn
@@ -10,8 +10,8 @@ mojo_native_application("view_manager") {
sources = [
"main.cc",
- "surface_manager.cc",
- "surface_manager.h",
+ "view_associate_table.cc",
+ "view_associate_table.h",
"view_host_impl.cc",
"view_host_impl.h",
"view_layout_request.cc",
@@ -35,11 +35,13 @@ mojo_native_application("view_manager") {
"//mojo/application",
"//mojo/common",
"//mojo/common:tracing_impl",
- "//mojo/environment:chromium",
"//mojo/converters/geometry",
+ "//mojo/environment:chromium",
"//mojo/public/cpp/bindings:bindings",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
+ "//mojo/services/geometry/cpp",
+ "//mojo/services/gfx/composition/cpp",
+ "//mojo/services/gfx/composition/interfaces",
+ "//mojo/services/ui/views/cpp",
"//mojo/services/ui/views/interfaces",
]
}
« no previous file with comments | « services/ui/launcher/launcher_view_tree.cc ('k') | services/ui/view_manager/surface_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698