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

Unified Diff: services/ui/launcher/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/input_manager/main.cc ('k') | services/ui/launcher/launcher_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/launcher/BUILD.gn
diff --git a/services/ui/launcher/BUILD.gn b/services/ui/launcher/BUILD.gn
index e85fda3d3118ac675946e134fec8ae43a355e800..554c08e93ef3ec1c26c82f746bec70a846fabe28 100644
--- a/services/ui/launcher/BUILD.gn
+++ b/services/ui/launcher/BUILD.gn
@@ -20,9 +20,11 @@ mojo_native_application("launcher") {
"//mojo/common:tracing_impl",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings:bindings",
+ "//mojo/services/gfx/composition/cpp",
+ "//mojo/services/gfx/composition/interfaces",
"//mojo/services/native_viewport/interfaces",
- "//mojo/services/surfaces/cpp",
- "//mojo/services/surfaces/interfaces",
+ "//mojo/services/ui/input/interfaces",
+ "//mojo/services/ui/views/cpp",
"//mojo/services/ui/views/interfaces",
]
}
« no previous file with comments | « services/ui/input_manager/main.cc ('k') | services/ui/launcher/launcher_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698