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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'focus/focus_manager.cc', 272 'focus/focus_manager.cc',
273 'focus/focus_manager.h', 273 'focus/focus_manager.h',
274 'focus/focus_search.cc', 274 'focus/focus_search.cc',
275 'focus/focus_search.h', 275 'focus/focus_search.h',
276 'focus/focus_util_win.cc', 276 'focus/focus_util_win.cc',
277 'focus/focus_util_win.h', 277 'focus/focus_util_win.h',
278 'focus/view_storage.cc', 278 'focus/view_storage.cc',
279 'focus/view_storage.h', 279 'focus/view_storage.h',
280 'grid_layout.cc', 280 'grid_layout.cc',
281 'grid_layout.h', 281 'grid_layout.h',
282 'layout_manager.cc',
283 'layout_manager.h',
284 'layout/box_layout.cc', 282 'layout/box_layout.cc',
285 'layout/box_layout.h', 283 'layout/box_layout.h',
286 'layout/fill_layout.cc', 284 'layout/fill_layout.cc',
287 'layout/fill_layout.h', 285 'layout/fill_layout.h',
286 'layout/layout_manager.cc',
287 'layout/layout_manager.h',
288 'mouse_watcher.cc', 288 'mouse_watcher.cc',
289 'mouse_watcher.h', 289 'mouse_watcher.h',
290 'painter.cc', 290 'painter.cc',
291 'painter.h', 291 'painter.h',
292 'repeat_controller.cc', 292 'repeat_controller.cc',
293 'repeat_controller.h', 293 'repeat_controller.h',
294 'screen.h', 294 'screen.h',
295 'screen_gtk.cc', 295 'screen_gtk.cc',
296 'screen_win.cc', 296 'screen_win.cc',
297 'standard_layout.h', 297 'standard_layout.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ], 574 ],
575 }, 575 },
576 ], 576 ],
577 } 577 }
578 578
579 # Local Variables: 579 # Local Variables:
580 # tab-width:2 580 # tab-width:2
581 # indent-tabs-mode:nil 581 # indent-tabs-mode:nil
582 # End: 582 # End:
583 # vim: set expandtab tabstop=2 shiftwidth=2: 583 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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