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

Side by Side Diff: ui/views/views.gyp

Issue 1517463003: Added comprehensive tests for views::Border. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 6 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
« ui/views/border_unittest.cc ('K') | « ui/views/border_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'accessibility/native_view_accessibility_unittest.cc', 572 'accessibility/native_view_accessibility_unittest.cc',
573 'accessibility/native_view_accessibility_win_unittest.cc', 573 'accessibility/native_view_accessibility_win_unittest.cc',
574 'accessible_pane_view_unittest.cc', 574 'accessible_pane_view_unittest.cc',
575 'animation/bounds_animator_unittest.cc', 575 'animation/bounds_animator_unittest.cc',
576 'animation/flood_fill_ink_drop_ripple_unittest.cc', 576 'animation/flood_fill_ink_drop_ripple_unittest.cc',
577 'animation/ink_drop_factory_unittest.cc', 577 'animation/ink_drop_factory_unittest.cc',
578 'animation/ink_drop_highlight_unittest.cc', 578 'animation/ink_drop_highlight_unittest.cc',
579 'animation/ink_drop_impl_unittest.cc', 579 'animation/ink_drop_impl_unittest.cc',
580 'animation/ink_drop_ripple_unittest.cc', 580 'animation/ink_drop_ripple_unittest.cc',
581 'animation/square_ink_drop_ripple_unittest.cc', 581 'animation/square_ink_drop_ripple_unittest.cc',
582 'border_unittest.cc',
582 'bubble/bubble_border_unittest.cc', 583 'bubble/bubble_border_unittest.cc',
583 'bubble/bubble_dialog_delegate_unittest.cc', 584 'bubble/bubble_dialog_delegate_unittest.cc',
584 'bubble/bubble_frame_view_unittest.cc', 585 'bubble/bubble_frame_view_unittest.cc',
585 'bubble/bubble_window_targeter_unittest.cc', 586 'bubble/bubble_window_targeter_unittest.cc',
586 'cocoa/bridged_native_widget_unittest.mm', 587 'cocoa/bridged_native_widget_unittest.mm',
587 'cocoa/cocoa_mouse_capture_unittest.mm', 588 'cocoa/cocoa_mouse_capture_unittest.mm',
588 'cocoa/drag_drop_client_mac_unittest.mm', 589 'cocoa/drag_drop_client_mac_unittest.mm',
589 'controls/button/blue_button_unittest.cc', 590 'controls/button/blue_button_unittest.cc',
590 'controls/button/custom_button_unittest.cc', 591 'controls/button/custom_button_unittest.cc',
591 'controls/button/image_button_unittest.cc', 592 'controls/button/image_button_unittest.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 '../aura/aura.gyp:aura', 1044 '../aura/aura.gyp:aura',
1044 '../wm/wm.gyp:wm', 1045 '../wm/wm.gyp:wm',
1045 ], 1046 ],
1046 }], 1047 }],
1047 ], 1048 ],
1048 }, # target_name: macviews_interactive_ui_tests 1049 }, # target_name: macviews_interactive_ui_tests
1049 ], # targets 1050 ], # targets
1050 }], 1051 }],
1051 ], # conditions 1052 ], # conditions
1052 } 1053 }
OLDNEW
« ui/views/border_unittest.cc ('K') | « ui/views/border_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698