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

Unified Diff: views/views.gyp

Issue 6380010: views: Move box_layout.[cc,h] into the new layout directory. (Closed)
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/box_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 34013a6881107e7ce32f00a596cbadc0b3c32f4b..b3ab405e48f20b0beeace7c9ac244a832d1b9f12 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -82,8 +82,6 @@
'background.h',
'border.cc',
'border.h',
- 'box_layout.h',
- 'box_layout.cc',
'controls/button/button.cc',
'controls/button/button.h',
'controls/button/button_dropdown.cc',
@@ -285,6 +283,8 @@
'grid_layout.h',
'layout_manager.cc',
'layout_manager.h',
+ 'layout/box_layout.cc',
+ 'layout/box_layout.h',
'mouse_watcher.cc',
'mouse_watcher.h',
'painter.cc',
@@ -452,7 +452,6 @@
],
'sources': [
'animation/bounds_animator_unittest.cc',
- 'box_layout_unittest.cc',
'controls/label_unittest.cc',
'controls/progress_bar_unittest.cc',
'controls/single_split_view_unittest.cc',
@@ -463,6 +462,7 @@
'focus/accelerator_handler_gtk_unittest.cc',
'focus/focus_manager_unittest.cc',
'grid_layout_unittest.cc',
+ 'layout/box_layout_unittest.cc',
'test/views_test_base.h',
'run_all_unittests.cc',
'test/test_views_delegate.h',
« no previous file with comments | « views/layout/box_layout_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698