summaryrefslogtreecommitdiffstats
path: root/ui/aura/aura.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 01:51:10 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 01:51:10 +0000
commitee1e1a242b97671a1bb0d0c8b5b2ab2adc40ca15 (patch)
treef9619508e0a258a073ce1b45f1d5e866578d451d /ui/aura/aura.gyp
parent6ecf2b9599dca0403a485cbf56bf6c9763681148 (diff)
downloadchromium_src-ee1e1a242b97671a1bb0d0c8b5b2ab2adc40ca15.zip
chromium_src-ee1e1a242b97671a1bb0d0c8b5b2ab2adc40ca15.tar.gz
chromium_src-ee1e1a242b97671a1bb0d0c8b5b2ab2adc40ca15.tar.bz2
Second attempt at moving the StackingClient to a property on the RootWindow.
This time, we allow the StackingClient to be optional. If not specified, unparented windows will just be added to the RootWindow. BUG=none TEST=existing automation Review URL: http://codereview.chromium.org/8916020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r--ui/aura/aura.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 9ac8248..4e420da 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -32,6 +32,7 @@
'client/aura_constants.cc',
'client/aura_constants.h',
'client/drag_drop_client.h',
+ 'client/stacking_client.cc',
'client/stacking_client.h',
'client/tooltip_client.h',
'client/window_drag_drop_delegate.h',
@@ -79,8 +80,6 @@
'test/test_activation_client.h',
'test/test_event_filter.cc',
'test/test_event_filter.h',
- 'test/test_stacking_client.cc',
- 'test/test_stacking_client.h',
'test/test_windows.cc',
'test/test_windows.h',
'test/test_window_delegate.cc',