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

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

Issue 1478303003: Converted all Views to use an InkDropDelegate instead of a InkDropAnimationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed explicit deletes of the ink drop delegates. Created 5 years 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
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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'test/ui_controls_factory_desktop_aurax11.cc', 535 'test/ui_controls_factory_desktop_aurax11.cc',
536 'test/ui_controls_factory_desktop_aurax11.h', 536 'test/ui_controls_factory_desktop_aurax11.h',
537 ], 537 ],
538 'views_unittests_sources': [ 538 'views_unittests_sources': [
539 'accessibility/native_view_accessibility_unittest.cc', 539 'accessibility/native_view_accessibility_unittest.cc',
540 'accessibility/native_view_accessibility_win_unittest.cc', 540 'accessibility/native_view_accessibility_win_unittest.cc',
541 'accessible_pane_view_unittest.cc', 541 'accessible_pane_view_unittest.cc',
542 'animation/bounds_animator_unittest.cc', 542 'animation/bounds_animator_unittest.cc',
543 'animation/ink_drop_animation_controller_factory_unittest.cc', 543 'animation/ink_drop_animation_controller_factory_unittest.cc',
544 'animation/ink_drop_animation_unittest.cc', 544 'animation/ink_drop_animation_unittest.cc',
545 'animation/ink_drop_delegate_unittest.cc',
546 'bubble/bubble_border_unittest.cc', 545 'bubble/bubble_border_unittest.cc',
547 'bubble/bubble_delegate_unittest.cc', 546 'bubble/bubble_delegate_unittest.cc',
548 'bubble/bubble_frame_view_unittest.cc', 547 'bubble/bubble_frame_view_unittest.cc',
549 'bubble/bubble_window_targeter_unittest.cc', 548 'bubble/bubble_window_targeter_unittest.cc',
550 'cocoa/bridged_native_widget_unittest.mm', 549 'cocoa/bridged_native_widget_unittest.mm',
551 'cocoa/cocoa_mouse_capture_unittest.mm', 550 'cocoa/cocoa_mouse_capture_unittest.mm',
552 'controls/button/blue_button_unittest.cc', 551 'controls/button/blue_button_unittest.cc',
553 'controls/button/custom_button_unittest.cc', 552 'controls/button/custom_button_unittest.cc',
554 'controls/button/image_button_unittest.cc', 553 'controls/button/image_button_unittest.cc',
555 'controls/button/label_button_unittest.cc', 554 'controls/button/label_button_unittest.cc',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../aura/aura.gyp:aura', 970 '../aura/aura.gyp:aura',
972 '../wm/wm.gyp:wm', 971 '../wm/wm.gyp:wm',
973 ], 972 ],
974 }], 973 }],
975 ], 974 ],
976 }, # target_name: macviews_interactive_ui_tests 975 }, # target_name: macviews_interactive_ui_tests
977 ], # targets 976 ], # targets
978 }], 977 }],
979 ], # conditions 978 ], # conditions
980 } 979 }
OLDNEW
« ui/views/controls/button/custom_button.cc ('K') | « ui/views/controls/button/menu_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698