summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 00:46:38 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 00:46:38 +0000
commitb232f5b8282e981a95e0363ad856b700475c9272 (patch)
tree2129dd31688c8e182ecc43a600fc8f4dade92263 /views/views.gyp
parentb1ce29b16fb9782d53dcae3fb523996b337e5805 (diff)
downloadchromium_src-b232f5b8282e981a95e0363ad856b700475c9272.zip
chromium_src-b232f5b8282e981a95e0363ad856b700475c9272.tar.gz
chromium_src-b232f5b8282e981a95e0363ad856b700475c9272.tar.bz2
views: Move fill_layout.[cc,h] into layout directory.
The other layout files under views directory will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6360014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp
index cc17b09..474d928 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -261,8 +261,6 @@
'event_gtk.cc',
'event_win.cc',
'event_x.cc',
- 'fill_layout.cc',
- 'fill_layout.h',
'focus/accelerator_handler.h',
'focus/accelerator_handler_gtk.cc',
'focus/accelerator_handler_touch.cc',
@@ -285,6 +283,8 @@
'layout_manager.h',
'layout/box_layout.cc',
'layout/box_layout.h',
+ 'layout/fill_layout.cc',
+ 'layout/fill_layout.h',
'mouse_watcher.cc',
'mouse_watcher.h',
'painter.cc',