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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8894018: Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/aura_shell/activation_controller_unittest.cc ('k') | ui/aura_shell/default_container_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
===================================================================
--- ui/aura_shell/aura_shell.gyp (revision 114022)
+++ ui/aura_shell/aura_shell.gyp (working copy)
@@ -33,6 +33,8 @@
],
'sources': [
# All .cc, .h under views, except unittests
+ 'activation_controller.cc',
+ 'activation_controller.h',
'always_on_top_controller.cc',
'always_on_top_controller.h',
'app_list.cc',
@@ -143,6 +145,7 @@
'aura_shell',
],
'sources': [
+ 'activation_controller_unittest.cc',
'default_container_layout_manager_unittest.cc',
'root_window_event_filter_unittest.cc',
'drag_drop_controller_unittest.cc',
@@ -155,11 +158,12 @@
'shadow_controller_unittest.cc',
'shell_accelerator_controller_unittest.cc',
'shell_unittest.cc',
- 'stacking_controller_unittest.cc',
'test_suite.cc',
'test_suite.h',
'test/aura_shell_test_base.cc',
'test/aura_shell_test_base.h',
+ 'test/test_activation_delegate.cc',
+ 'test/test_activation_delegate.h',
'toplevel_layout_manager_unittest.cc',
'toplevel_window_event_filter_unittest.cc',
'workspace_controller_unittest.cc',
« no previous file with comments | « ui/aura_shell/activation_controller_unittest.cc ('k') | ui/aura_shell/default_container_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698