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

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: Created 4 years, 12 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: services/ui/view_manager/BUILD.gn
diff --git a/services/ui/view_manager/BUILD.gn b/services/ui/view_manager/BUILD.gn
index 833582bc4d2a37e8e0e1432d511e061d5360e5aa..d01064966fdb48bcf38e74b07c96879f44639ca9 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",
@@ -38,8 +38,10 @@ mojo_native_application("view_manager") {
"//mojo/environment:chromium",
"//mojo/converters/geometry",
"//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",
]
}

Powered by Google App Engine
This is Rietveld 408576698