summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/aura_shell.gyp
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:20:18 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:20:18 +0000
commit488b420457ae3b003ba2cd9e9dd12fc4067833ec (patch)
tree0f70baea04a2a50ab27203a4b01a2a0d249e1851 /ui/aura_shell/aura_shell.gyp
parentf3fa076c5af0d1f384fa298bced8fddcac912a6e (diff)
downloadchromium_src-488b420457ae3b003ba2cd9e9dd12fc4067833ec.zip
chromium_src-488b420457ae3b003ba2cd9e9dd12fc4067833ec.tar.gz
chromium_src-488b420457ae3b003ba2cd9e9dd12fc4067833ec.tar.bz2
[Aura] Support always-on-top top level window.
BUG=97256,102582 TEST=AlwaysOnTop related tests in ShellTest should pass. Review URL: http://codereview.chromium.org/8387043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r--ui/aura_shell/aura_shell.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 9a9fb01..240f49b 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -33,6 +33,8 @@
],
'sources': [
# All .cc, .h under views, except unittests
+ 'always_on_top_controller.cc',
+ 'always_on_top_controller.h',
'default_container_event_filter.cc',
'default_container_event_filter.h',
'default_container_layout_manager.cc',
@@ -121,9 +123,12 @@
'launcher/view_model_unittest.cc',
'launcher/view_model_utils_unittest.cc',
'run_all_unittests.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',
'toplevel_layout_manager_unittest.cc',
'toplevel_window_event_filter_unittest.cc',
'workspace_controller_unittest.cc',