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

Unified Diff: ui/aura/BUILD.gn

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Reword comment. Created 3 years, 11 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 | « services/ui/ws/window_tree.cc ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index a170f53aafb0dc3573ff784b02eadea4d83f4551..b20a690dbdf6bc6c344d9188f7479b124252ef61 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -110,6 +110,7 @@ component("aura") {
"mus/window_tree_client_delegate.cc",
"mus/window_tree_client_delegate.h",
"mus/window_tree_client_observer.h",
+ "mus/window_tree_client_test_observer.h",
"mus/window_tree_host_mus.cc",
"mus/window_tree_host_mus.h",
"mus/window_tree_host_mus_delegate.h",
@@ -233,6 +234,8 @@ static_library("test_support") {
"test/event_generator_delegate_aura.h",
"test/input_method_glue.cc",
"test/input_method_glue.h",
+ "test/mus/change_completion_waiter.cc",
+ "test/mus/change_completion_waiter.h",
"test/mus/test_window_tree.cc",
"test/mus/test_window_tree.h",
"test/mus/test_window_tree_client_setup.cc",
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698