Index: views/views.gyp |
diff --git a/views/views.gyp b/views/views.gyp |
index 3a1f92a6783eab3ed066f7e87567e8e10e9932e6..c4c5654624b020d3af2d6595b534194b277576f3 100644 |
--- a/views/views.gyp |
+++ b/views/views.gyp |
@@ -277,12 +277,12 @@ |
'focus/focus_util_win.h', |
'focus/view_storage.cc', |
'focus/view_storage.h', |
- 'grid_layout.cc', |
- 'grid_layout.h', |
'layout/box_layout.cc', |
'layout/box_layout.h', |
'layout/fill_layout.cc', |
'layout/fill_layout.h', |
+ 'layout/grid_layout.cc', |
+ 'layout/grid_layout.h', |
'layout/layout_constants.h', |
'layout/layout_manager.cc', |
'layout/layout_manager.h', |
@@ -462,7 +462,7 @@ |
'controls/textfield/textfield_views_model_unittest.cc', |
'focus/accelerator_handler_gtk_unittest.cc', |
'focus/focus_manager_unittest.cc', |
- 'grid_layout_unittest.cc', |
+ 'layout/grid_layout_unittest.cc', |
'layout/box_layout_unittest.cc', |
'test/views_test_base.h', |
'run_all_unittests.cc', |