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

Unified Diff: mash/wm/BUILD.gn

Issue 1950293003: mash: Add status area container to mash window manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 | « ash/mus/sysui_application.cc ('k') | mash/wm/property_util.h » ('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 3adc01b91c4045c6bb077563721a5a17cca130c6..656617543dcefc21dd1154cd4381498424c095a0 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -51,8 +51,12 @@ source_set("lib") {
"shadow.h",
"shadow_controller.cc",
"shadow_controller.h",
- "shelf_layout.cc",
- "shelf_layout.h",
+ "shelf_layout_impl.cc",
+ "shelf_layout_impl.h",
+ "shelf_layout_manager.cc",
+ "shelf_layout_manager.h",
+ "status_layout_manager.cc",
+ "status_layout_manager.h",
"user_window_controller_impl.cc",
"user_window_controller_impl.h",
"window_layout.cc",
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | mash/wm/property_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698