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

Unified Diff: ash/ash.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 | « no previous file | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
===================================================================
--- ash/ash.gyp (revision 170620)
+++ ash/ash.gyp (working copy)
@@ -373,8 +373,6 @@
'wm/window_cycle_controller.h',
'wm/window_cycle_list.cc',
'wm/window_cycle_list.h',
- 'wm/window_modality_controller.cc',
- 'wm/window_modality_controller.h',
'wm/window_properties.cc',
'wm/window_properties.h',
'wm/window_resizer.cc',
@@ -459,10 +457,6 @@
'sources': [
'test/ash_test_base.cc',
'test/ash_test_base.h',
- 'test/capture_tracking_view.cc',
- 'test/capture_tracking_view.h',
- 'test/child_modal_window.cc',
- 'test/child_modal_window.h',
'test/cursor_manager_test_api.cc',
'test/cursor_manager_test_api.h',
'test/launcher_view_test_api.cc',
@@ -506,6 +500,7 @@
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_test_support',
'../ui/views/views.gyp:views',
+ '../ui/views/views.gyp:views_test_support',
'../ui/views/views.gyp:views_examples_with_content_lib',
'../ui/views/views.gyp:views_with_content_test_support',
'ash',
@@ -642,7 +637,6 @@
'../ui/views/views.gyp:views_test_support',
'ash',
'ash_resources',
- 'test_support_ash',
],
'sources': [
'shell/app_list.cc',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698