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

Side by Side Diff: views/views.gyp

Issue 6382009: views: Move grid_layout files into layout directory. Final Part. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/layout/grid_layout_unittest.cc ('k') | no next file » | 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'focus/focus_manager_gtk.cc', 270 'focus/focus_manager_gtk.cc',
271 'focus/focus_manager_win.cc', 271 'focus/focus_manager_win.cc',
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',
281 'grid_layout.h',
282 'layout/box_layout.cc', 280 'layout/box_layout.cc',
283 'layout/box_layout.h', 281 'layout/box_layout.h',
284 'layout/fill_layout.cc', 282 'layout/fill_layout.cc',
285 'layout/fill_layout.h', 283 'layout/fill_layout.h',
284 'layout/grid_layout.cc',
285 'layout/grid_layout.h',
286 'layout/layout_constants.h', 286 'layout/layout_constants.h',
287 'layout/layout_manager.cc', 287 'layout/layout_manager.cc',
288 'layout/layout_manager.h', 288 'layout/layout_manager.h',
289 'mouse_watcher.cc', 289 'mouse_watcher.cc',
290 'mouse_watcher.h', 290 'mouse_watcher.h',
291 'painter.cc', 291 'painter.cc',
292 'painter.h', 292 'painter.h',
293 'repeat_controller.cc', 293 'repeat_controller.cc',
294 'repeat_controller.h', 294 'repeat_controller.h',
295 'screen.h', 295 'screen.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'animation/bounds_animator_unittest.cc', 455 'animation/bounds_animator_unittest.cc',
456 'controls/label_unittest.cc', 456 'controls/label_unittest.cc',
457 'controls/progress_bar_unittest.cc', 457 'controls/progress_bar_unittest.cc',
458 'controls/single_split_view_unittest.cc', 458 'controls/single_split_view_unittest.cc',
459 'controls/tabbed_pane/tabbed_pane_unittest.cc', 459 'controls/tabbed_pane/tabbed_pane_unittest.cc',
460 'controls/table/table_view_unittest.cc', 460 'controls/table/table_view_unittest.cc',
461 'controls/textfield/native_textfield_views_unittest.cc', 461 'controls/textfield/native_textfield_views_unittest.cc',
462 'controls/textfield/textfield_views_model_unittest.cc', 462 'controls/textfield/textfield_views_model_unittest.cc',
463 'focus/accelerator_handler_gtk_unittest.cc', 463 'focus/accelerator_handler_gtk_unittest.cc',
464 'focus/focus_manager_unittest.cc', 464 'focus/focus_manager_unittest.cc',
465 'grid_layout_unittest.cc', 465 'layout/grid_layout_unittest.cc',
466 'layout/box_layout_unittest.cc', 466 'layout/box_layout_unittest.cc',
467 'test/views_test_base.h', 467 'test/views_test_base.h',
468 'run_all_unittests.cc', 468 'run_all_unittests.cc',
469 'test/test_views_delegate.h', 469 'test/test_views_delegate.h',
470 'view_unittest.cc', 470 'view_unittest.cc',
471 'widget/widget_win_unittest.cc', 471 'widget/widget_win_unittest.cc',
472 472
473 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 473 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
474 ], 474 ],
475 'conditions': [ 475 'conditions': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ], 575 ],
576 }, 576 },
577 ], 577 ],
578 } 578 }
579 579
580 # Local Variables: 580 # Local Variables:
581 # tab-width:2 581 # tab-width:2
582 # indent-tabs-mode:nil 582 # indent-tabs-mode:nil
583 # End: 583 # End:
584 # vim: set expandtab tabstop=2 shiftwidth=2: 584 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/layout/grid_layout_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698