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

Unified Diff: mash/wm/BUILD.gn

Issue 1907153002: mash/wm: Fix detecting container windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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 | « no previous file | mash/wm/disconnected_app_handler.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 7438e4fab5c589d24c7559e8fd3d3571e70a3f6c..3c6372f80f67d2f4e7b2056baeeab2d665f7c8eb 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -14,6 +14,8 @@ source_set("lib") {
"accelerator_registrar_impl.h",
"background_layout.cc",
"background_layout.h",
+ "disconnected_app_handler.cc",
+ "disconnected_app_handler.h",
"fill_layout.cc",
"fill_layout.h",
"frame/caption_buttons/caption_button_types.h",
@@ -151,6 +153,7 @@ source_set("unittests") {
"//components/mus/public/cpp",
"//components/mus/public/cpp/tests:unittest_support",
"//components/mus/public/interfaces",
+ "//mash/wm/public/interfaces",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/edk/system",
« no previous file with comments | « no previous file | mash/wm/disconnected_app_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698