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

Unified Diff: mash/wm/BUILD.gn

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data deps 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 | « mash/test/mash_unittests.cc ('k') | mash/wm/bridge/wm_root_window_controller_mus.cc » ('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 cd8893343d6a01b88939219bd1783899c7521395..bf6d59819aad6371b854cbd7ba68502434fec58b 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -73,8 +73,6 @@ source_set("lib") {
"status_layout_manager.h",
"user_window_controller_impl.cc",
"user_window_controller_impl.h",
- "window_layout.cc",
- "window_layout.h",
"window_manager.cc",
"window_manager.h",
"window_manager_application.cc",
@@ -162,17 +160,25 @@ source_set("unittests") {
"app_launch_unittest.cc",
"frame/move_loop_unittest.cc",
"layout_manager_unittest.cc",
+ "test/wm_test_base.cc",
+ "test/wm_test_base.h",
+ "test/wm_test_helper.cc",
+ "test/wm_test_helper.h",
"test/wm_test_screen.cc",
"test/wm_test_screen.h",
"window_manager_unittest.cc",
+ "workspace/workspace_layout_manager_unittest.cc",
]
deps = [
":lib",
+ ":resources",
+ "//ash/wm/common:ash_wm_common",
"//base",
"//base/test:test_config",
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
+ "//components/mus/public/cpp/tests:test_support",
"//components/mus/public/cpp/tests:unittest_support",
"//components/mus/public/interfaces",
"//mash/wm/public/interfaces",
« no previous file with comments | « mash/test/mash_unittests.cc ('k') | mash/wm/bridge/wm_root_window_controller_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698