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

Side by Side Diff: views/views.gyp

Issue 6257017: views: Move standard_layout.h into the layout directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win 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
« no previous file with comments | « views/layout/layout_constants.h ('k') | views/window/dialog_client_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/box_layout.cc', 282 'layout/box_layout.cc',
283 'layout/box_layout.h', 283 'layout/box_layout.h',
284 'layout/fill_layout.cc', 284 'layout/fill_layout.cc',
285 'layout/fill_layout.h', 285 'layout/fill_layout.h',
286 'layout/layout_constants.h',
286 'layout/layout_manager.cc', 287 'layout/layout_manager.cc',
287 'layout/layout_manager.h', 288 'layout/layout_manager.h',
288 'mouse_watcher.cc', 289 'mouse_watcher.cc',
289 'mouse_watcher.h', 290 'mouse_watcher.h',
290 'painter.cc', 291 'painter.cc',
291 'painter.h', 292 'painter.h',
292 'repeat_controller.cc', 293 'repeat_controller.cc',
293 'repeat_controller.h', 294 'repeat_controller.h',
294 'screen.h', 295 'screen.h',
295 'screen_gtk.cc', 296 'screen_gtk.cc',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ], 575 ],
575 }, 576 },
576 ], 577 ],
577 } 578 }
578 579
579 # Local Variables: 580 # Local Variables:
580 # tab-width:2 581 # tab-width:2
581 # indent-tabs-mode:nil 582 # indent-tabs-mode:nil
582 # End: 583 # End:
583 # vim: set expandtab tabstop=2 shiftwidth=2: 584 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/layout/layout_constants.h ('k') | views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698