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

Unified Diff: components/mus/ws/BUILD.gn

Issue 1775583002: Moves FrameDecorations from Display to WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: override Created 4 years, 9 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/mus_app.cc ('k') | components/mus/ws/connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 36d4aa90590dd01577e854af528087d59befbc1d..8543f976af6d9bc4de80a95a3932c4909397c8e7 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -49,6 +49,8 @@ source_set("lib") {
"server_window_surface_manager.cc",
"server_window_surface_manager.h",
"server_window_tracker.h",
+ "user_display_manager.cc",
+ "user_display_manager.h",
"user_id.h",
"user_id_tracker.cc",
"user_id_tracker.h",
@@ -152,6 +154,7 @@ test("window_manager_unittests") {
"test_utils.cc",
"test_utils.h",
"transient_windows_unittest.cc",
+ "user_display_manager_unittest.cc",
"window_coordinate_conversions_unittest.cc",
"window_finder_unittest.cc",
"window_tree_unittest.cc",
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698