summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/aura_shell.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 16:57:14 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 16:57:14 +0000
commite93f787d7a717f5e545f3787380c5feb9712092e (patch)
treeaaa659002b37400b35f760549d6ef4a188694857 /ui/aura_shell/aura_shell.gyp
parent8518b7fe5785b8f3611abe546b6dfac2bfdcfb09 (diff)
downloadchromium_src-e93f787d7a717f5e545f3787380c5feb9712092e.zip
chromium_src-e93f787d7a717f5e545f3787380c5feb9712092e.tar.gz
chromium_src-e93f787d7a717f5e545f3787380c5feb9712092e.tar.bz2
Move the shadow type enumeration out of aura and into the shell.
BUG=none TEST=existing automation, make sure shadows show on normal frame windows, and not with the new window look Review URL: http://codereview.chromium.org/8970009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r--ui/aura_shell/aura_shell.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index f4d5ad6..2b38094 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -84,6 +84,8 @@
'shadow.h',
'shadow_controller.cc',
'shadow_controller.h',
+ 'shadow_types.cc',
+ 'shadow_types.h',
'shelf_layout_manager.cc',
'shelf_layout_manager.h',
'shell.cc',
@@ -113,6 +115,8 @@
'toplevel_window_event_filter.h',
'window_frame.cc',
'window_frame.h',
+ 'window_properties.cc',
+ 'window_properties.h',
'window_util.cc',
'window_util.h',
'workspace_controller.cc',