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

Unified Diff: mash/wm/BUILD.gn

Issue 1954933002: Initial cut of ash/wm/common classes for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 7 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 | « components/mus/public/interfaces/window_manager_constants.mojom ('k') | mash/wm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 656617543dcefc21dd1154cd4381498424c095a0..8d7d5fba99116cb85f17c8ad06d96e2cb85f2e05 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -14,6 +14,16 @@ source_set("lib") {
"accelerator_registrar_impl.h",
"background_layout.cc",
"background_layout.h",
+ "bridge/mus_layout_manager_adapter.cc",
+ "bridge/mus_layout_manager_adapter.h",
+ "bridge/wm_globals_mus.cc",
+ "bridge/wm_globals_mus.h",
+ "bridge/wm_lookup_mus.cc",
+ "bridge/wm_lookup_mus.h",
+ "bridge/wm_root_window_controller_mus.cc",
+ "bridge/wm_root_window_controller_mus.h",
+ "bridge/wm_window_mus.cc",
+ "bridge/wm_window_mus.h",
"disconnected_app_handler.cc",
"disconnected_app_handler.h",
"fill_layout.cc",
@@ -68,6 +78,7 @@ source_set("lib") {
]
deps = [
+ "//ash/wm/common:ash_wm_common",
"//base",
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
@@ -85,6 +96,7 @@ source_set("lib") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/mojo/display",
"//ui/resources",
"//ui/strings",
"//ui/views",
« no previous file with comments | « components/mus/public/interfaces/window_manager_constants.mojom ('k') | mash/wm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698