diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 20:26:47 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 20:26:47 +0000 |
commit | 6377a003e5948a14cf79bf6433e4c89dbc9354e0 (patch) | |
tree | b84cc5488c90e4b3ef85bba3f61a7613a2d4579d /ui/aura/aura.gyp | |
parent | 90c5032fb8beef603812ac47769184ae526abaf8 (diff) | |
download | chromium_src-6377a003e5948a14cf79bf6433e4c89dbc9354e0.zip chromium_src-6377a003e5948a14cf79bf6433e4c89dbc9354e0.tar.gz chromium_src-6377a003e5948a14cf79bf6433e4c89dbc9354e0.tar.bz2 |
Rid the world of TopLevelWindowContainer, and "toplevel" concept from Window entirely.
- Creates StackingController in aura_shell to manage stacking and implement aura::StackingClient.
- Moves DesktopEventFilter to shell, since it's mostly shell-related anyway.
- Move relevant tests to shell, requiring some refactoring to move test utils around.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8505049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 144069c..96712f4 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -44,8 +44,6 @@ 'layout_manager.h', 'screen_aura.cc', 'screen_aura.h', - 'toplevel_window_container.cc', - 'toplevel_window_container.h', 'window.cc', 'window.h', 'window_delegate.h', @@ -73,6 +71,8 @@ 'test/event_generator.h', 'test/test_stacking_client.cc', 'test/test_stacking_client.h', + 'test/test_windows.cc', + 'test/test_windows.h', 'test/test_window_delegate.cc', 'test/test_window_delegate.h', ], @@ -126,7 +126,6 @@ 'test/run_all_unittests.cc', 'test/test_suite.cc', 'test/test_suite.h', - 'desktop_unittest.cc', 'event_filter_unittest.cc', 'window_unittest.cc', '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |