summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/aura_shell.gyp
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 20:32:53 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 20:32:53 +0000
commit151a212becb52428c3932cfb0928c35599466b86 (patch)
tree487992dcfeab76f82c4c5ce85a10552522519c4b /ui/aura_shell/aura_shell.gyp
parentf7d9ce25eb53f1211799de746a072639759ad4ec (diff)
downloadchromium_src-151a212becb52428c3932cfb0928c35599466b86.zip
chromium_src-151a212becb52428c3932cfb0928c35599466b86.tar.gz
chromium_src-151a212becb52428c3932cfb0928c35599466b86.tar.bz2
Revert r106508 "LayoutManager controls child bounds."
Added SetChildBounds and several listener methods to LayoutManager class. They will be used to implement more sophisticated behavior." This reverts commit 5d72aa923ebd1068319b67a1dbaa163a324c4b45. TBR=sadrul@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8360009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r--ui/aura_shell/aura_shell.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 429ae06..637534b 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -33,8 +33,6 @@
],
'sources': [
# All .cc, .h under views, except unittests
- 'default_container_layout_manager.cc',
- 'default_container_layout_manager.h',
'desktop_background_view.cc',
'desktop_background_view.h',
'desktop_layout_manager.cc',
@@ -75,17 +73,13 @@
'../../third_party/icu/icu.gyp:icuuc',
'../../views/views.gyp:views',
'../gfx/compositor/compositor.gyp:compositor',
- '../gfx/gl/gl.gyp:gl',
'../ui.gyp:gfx_resources',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
- '../aura/aura.gyp:aura',
- '../aura/aura.gyp:test_support_aura',
'aura_shell',
],
'sources': [
- 'default_container_layout_manager_unittest.cc',
'launcher/launcher_model_unittest.cc',
'launcher/view_model_unittest.cc',
'run_all_unittests.cc',