summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 22:48:57 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 22:48:57 +0000
commit9823481646ee68ca96b77099ba3ebc12ade27f58 (patch)
tree909b6ea3b680656d27b19d049d9a816911100106 /views/views.gyp
parent82987d6363d1a724b12575a9167752ad3baa3e27 (diff)
downloadchromium_src-9823481646ee68ca96b77099ba3ebc12ade27f58.zip
chromium_src-9823481646ee68ca96b77099ba3ebc12ade27f58.tar.gz
chromium_src-9823481646ee68ca96b77099ba3ebc12ade27f58.tar.bz2
Create a new aura client API dir and move constants and desktop delegate to it.
Rename DesktopDelegate to StackingClient. BUG=none TEST=none Review URL: http://codereview.chromium.org/8508020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp
index e72e5be..805da08 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -607,8 +607,6 @@
'widget/native_widget_unittest.cc',
'widget/native_widget_win_unittest.cc',
'widget/widget_unittest.cc',
- '../ui/aura/test/test_desktop_delegate.cc',
- '../ui/aura/test/test_desktop_delegate.h',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
@@ -656,6 +654,9 @@
],
}],
[ 'use_aura==1', {
+ 'dependencies': [
+ '../ui/aura/aura.gyp:test_support_aura',
+ ],
'sources/': [
['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng):
['exclude', 'widget/native_widget_win_unittest.cc'],