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

Unified Diff: ui/views/views.gyp

Issue 115453004: Moves management of transients out of Window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix MRUWindowTracker and MultiProfileMultiBrowserShelfLayoutChromeLauncherControllerTest Created 7 years 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index af835c22b96e996ab929e3aaf109a31e4dc91d9a..f22873ff76dbd1d7701b5e9bb95db8c77e427ddc 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -262,6 +262,8 @@
'corewm/tooltip_controller.h',
'corewm/tooltip_win.cc',
'corewm/tooltip_win.h',
+ 'corewm/transient_window_manager.cc',
+ 'corewm/transient_window_manager.h',
'corewm/transient_window_stacking_client.cc',
'corewm/transient_window_stacking_client.h',
'corewm/visibility_controller.cc',
@@ -761,6 +763,7 @@
'corewm/shadow_controller_unittest.cc',
'corewm/tooltip_aura_unittest.cc',
'corewm/tooltip_controller_unittest.cc',
+ 'corewm/transient_window_manager_unittest.cc',
'corewm/transient_window_stacking_client_unittest.cc',
'corewm/visibility_controller_unittest.cc',
'corewm/window_animations_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698