Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: views/views.gyp

Issue 6382009: views: Move grid_layout files into layout directory. Final Part. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/layout/grid_layout_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « views/layout/grid_layout_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698