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

Side by Side Diff: views/views.gyp

Issue 6380010: views: Move box_layout.[cc,h] into the new layout directory. (Closed)
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
« no previous file with comments | « views/layout/box_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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'accelerator.h', 75 'accelerator.h',
76 'accessibility/accessibility_types.h', 76 'accessibility/accessibility_types.h',
77 'accessibility/view_accessibility.cc', 77 'accessibility/view_accessibility.cc',
78 'accessibility/view_accessibility.h', 78 'accessibility/view_accessibility.h',
79 'animation/bounds_animator.cc', 79 'animation/bounds_animator.cc',
80 'animation/bounds_animator.h', 80 'animation/bounds_animator.h',
81 'background.cc', 81 'background.cc',
82 'background.h', 82 'background.h',
83 'border.cc', 83 'border.cc',
84 'border.h', 84 'border.h',
85 'box_layout.h',
86 'box_layout.cc',
87 'controls/button/button.cc', 85 'controls/button/button.cc',
88 'controls/button/button.h', 86 'controls/button/button.h',
89 'controls/button/button_dropdown.cc', 87 'controls/button/button_dropdown.cc',
90 'controls/button/button_dropdown.h', 88 'controls/button/button_dropdown.h',
91 'controls/button/checkbox.cc', 89 'controls/button/checkbox.cc',
92 'controls/button/checkbox.h', 90 'controls/button/checkbox.h',
93 'controls/button/custom_button.cc', 91 'controls/button/custom_button.cc',
94 'controls/button/custom_button.h', 92 'controls/button/custom_button.h',
95 'controls/button/image_button.cc', 93 'controls/button/image_button.cc',
96 'controls/button/image_button.h', 94 'controls/button/image_button.h',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'focus/focus_search.cc', 276 'focus/focus_search.cc',
279 'focus/focus_search.h', 277 'focus/focus_search.h',
280 'focus/focus_util_win.cc', 278 'focus/focus_util_win.cc',
281 'focus/focus_util_win.h', 279 'focus/focus_util_win.h',
282 'focus/view_storage.cc', 280 'focus/view_storage.cc',
283 'focus/view_storage.h', 281 'focus/view_storage.h',
284 'grid_layout.cc', 282 'grid_layout.cc',
285 'grid_layout.h', 283 'grid_layout.h',
286 'layout_manager.cc', 284 'layout_manager.cc',
287 'layout_manager.h', 285 'layout_manager.h',
286 'layout/box_layout.cc',
287 'layout/box_layout.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '../testing/gtest.gyp:gtest', 445 '../testing/gtest.gyp:gtest',
446 '../third_party/icu/icu.gyp:icui18n', 446 '../third_party/icu/icu.gyp:icui18n',
447 '../third_party/icu/icu.gyp:icuuc', 447 '../third_party/icu/icu.gyp:icuuc',
448 'views', 448 'views',
449 ], 449 ],
450 'include_dirs': [ 450 'include_dirs': [
451 '..', 451 '..',
452 ], 452 ],
453 'sources': [ 453 'sources': [
454 'animation/bounds_animator_unittest.cc', 454 'animation/bounds_animator_unittest.cc',
455 'box_layout_unittest.cc',
456 'controls/label_unittest.cc', 455 'controls/label_unittest.cc',
457 'controls/progress_bar_unittest.cc', 456 'controls/progress_bar_unittest.cc',
458 'controls/single_split_view_unittest.cc', 457 'controls/single_split_view_unittest.cc',
459 'controls/tabbed_pane/tabbed_pane_unittest.cc', 458 'controls/tabbed_pane/tabbed_pane_unittest.cc',
460 'controls/table/table_view_unittest.cc', 459 'controls/table/table_view_unittest.cc',
461 'controls/textfield/native_textfield_views_unittest.cc', 460 'controls/textfield/native_textfield_views_unittest.cc',
462 'controls/textfield/textfield_views_model_unittest.cc', 461 'controls/textfield/textfield_views_model_unittest.cc',
463 'focus/accelerator_handler_gtk_unittest.cc', 462 'focus/accelerator_handler_gtk_unittest.cc',
464 'focus/focus_manager_unittest.cc', 463 'focus/focus_manager_unittest.cc',
465 'grid_layout_unittest.cc', 464 'grid_layout_unittest.cc',
465 'layout/box_layout_unittest.cc',
466 'test/views_test_base.h', 466 'test/views_test_base.h',
467 'run_all_unittests.cc', 467 'run_all_unittests.cc',
468 'test/test_views_delegate.h', 468 'test/test_views_delegate.h',
469 'view_unittest.cc', 469 'view_unittest.cc',
470 'widget/widget_win_unittest.cc', 470 'widget/widget_win_unittest.cc',
471 471
472 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 472 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
473 ], 473 ],
474 'conditions': [ 474 'conditions': [
475 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 475 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 ], 569 ],
570 }, 570 },
571 ], 571 ],
572 } 572 }
573 573
574 # Local Variables: 574 # Local Variables:
575 # tab-width:2 575 # tab-width:2
576 # indent-tabs-mode:nil 576 # indent-tabs-mode:nil
577 # End: 577 # End:
578 # vim: set expandtab tabstop=2 shiftwidth=2: 578 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/layout/box_layout_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698