| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 2c9cb295d2ab1401edbfeb846bceeb0849a9c2e6..d6e0b2ecf2f5d8f8fa95833929d57de641b2b35f 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',
|
|
|