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

Unified Diff: views/views.gyp

Issue 6360014: views: Move fill_layout.[cc,h] into layout directory. (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/fill_layout.cc ('k') | views/widget/root_view.cc » ('j') | 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 cc17b09f92d428af893cf1a9b01266401fd54a95..474d928bbfa9401f0cafb6ef1a60b6574799f381 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',
« no previous file with comments | « views/layout/fill_layout.cc ('k') | views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698