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

Unified Diff: ui/views/views.gyp

Issue 11316287: Move WindowModalityController to CoreWm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « ui/views/test/child_modal_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 170620)
+++ ui/views/views.gyp (working copy)
@@ -265,6 +265,8 @@
'corewm/visibility_controller.h',
'corewm/window_animations.cc',
'corewm/window_animations.h',
+ 'corewm/window_modality_controller.cc',
+ 'corewm/window_modality_controller.h',
'corewm/window_util.cc',
'corewm/window_util.h',
'debug_utils.cc',
@@ -571,6 +573,10 @@
'..',
],
'sources': [
+ 'test/capture_tracking_view.cc',
+ 'test/capture_tracking_view.h',
+ 'test/child_modal_window.cc',
+ 'test/child_modal_window.h',
'test/desktop_test_views_delegate.cc',
'test/desktop_test_views_delegate.h',
'test/test_views_delegate.cc',
@@ -578,6 +584,19 @@
'test/views_test_base.cc',
'test/views_test_base.h',
],
+ 'conditions': [
+ ['use_aura==1', {
+ 'dependencies': [
+ '../aura/aura.gyp:test_support_aura',
+ '../compositor/compositor.gyp:compositor',
+ ],
+ }, { # use_aura==0
+ 'sources!': [
+ 'test/child_modal_window.cc',
+ 'test/child_modal_window.h',
+ ],
+ }],
+ ],
}, # target_name: views_test_support
{
'target_name': 'views_with_content_test_support',
« no previous file with comments | « ui/views/test/child_modal_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698