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

Unified Diff: views/views.gyp

Issue 6374011: views: Move layout_manager.[cc,h] into layout directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: layout-manager 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
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 474d928bbfa9401f0cafb6ef1a60b6574799f381..854398797fbba0bcbed038093298a6ffad6751c7 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -279,12 +279,12 @@
'focus/view_storage.h',
'grid_layout.cc',
'grid_layout.h',
- 'layout_manager.cc',
- 'layout_manager.h',
'layout/box_layout.cc',
'layout/box_layout.h',
'layout/fill_layout.cc',
'layout/fill_layout.h',
+ 'layout/layout_manager.cc',
+ 'layout/layout_manager.h',
'mouse_watcher.cc',
'mouse_watcher.h',
'painter.cc',
« views/layout/layout_manager.h ('K') | « views/view.cc ('k') | views/widget/widget_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698