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

Unified Diff: ui/aura/BUILD.gn

Issue 2453953003: Moves TransientWindowClient to ui/aura/client and adds observer (Closed)
Patch Set: merge Created 4 years, 2 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 | « content/shell/browser/shell_views.cc ('k') | ui/aura/client/transient_window_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 f9ae50223df507b60aa18c15dfe2984c96870ac8..5862a40220d4854d4a0e6605bbd4462a0682c7fd 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -25,8 +25,6 @@ component("aura") {
"../wm/public/scoped_tooltip_disabler.h",
"../wm/public/tooltip_client.cc",
"../wm/public/tooltip_client.h",
- "../wm/public/transient_window_client.cc",
- "../wm/public/transient_window_client.h",
"../wm/public/window_move_client.cc",
"../wm/public/window_move_client.h",
"../wm/public/window_types.h",
@@ -50,6 +48,9 @@ component("aura") {
"client/focus_client.h",
"client/screen_position_client.cc",
"client/screen_position_client.h",
+ "client/transient_window_client.cc",
+ "client/transient_window_client.h",
+ "client/transient_window_client_observer.h",
"client/visibility_client.cc",
"client/visibility_client.h",
"client/window_parenting_client.cc",
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | ui/aura/client/transient_window_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698