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

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

Issue 1550443002: Pushed InkDropHost inheritence up to CustomButton. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed diff delta. Created 4 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
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',
11 'accessibility/native_view_accessibility_win.cc', 11 'accessibility/native_view_accessibility_win.cc',
12 'accessibility/native_view_accessibility_win.h', 12 'accessibility/native_view_accessibility_win.h',
13 'accessible_pane_view.cc', 13 'accessible_pane_view.cc',
14 'accessible_pane_view.h', 14 'accessible_pane_view.h',
15 'animation/bounds_animator.cc', 15 'animation/bounds_animator.cc',
16 'animation/bounds_animator.h', 16 'animation/bounds_animator.h',
17 'animation/button_ink_drop_delegate.cc', 17 'animation/button_ink_drop_delegate.cc',
18 'animation/button_ink_drop_delegate.h', 18 'animation/button_ink_drop_delegate.h',
19 'animation/ink_drop_animation.cc', 19 'animation/ink_drop_animation.cc',
20 'animation/ink_drop_animation.h', 20 'animation/ink_drop_animation.h',
21 'animation/ink_drop_animation_controller.h', 21 'animation/ink_drop_animation_controller.h',
22 'animation/ink_drop_animation_controller_factory.cc', 22 'animation/ink_drop_animation_controller_factory.cc',
23 'animation/ink_drop_animation_controller_factory.h', 23 'animation/ink_drop_animation_controller_factory.h',
24 'animation/ink_drop_animation_controller_impl.cc', 24 'animation/ink_drop_animation_controller_impl.cc',
25 'animation/ink_drop_animation_controller_impl.h', 25 'animation/ink_drop_animation_controller_impl.h',
26 'animation/ink_drop_animation_observer.cc', 26 'animation/ink_drop_animation_observer.cc',
27 'animation/ink_drop_animation_observer.h', 27 'animation/ink_drop_animation_observer.h',
28 'animation/ink_drop_delegate.h', 28 'animation/ink_drop_delegate.h',
29 'animation/ink_drop_host.cc',
29 'animation/ink_drop_host.h', 30 'animation/ink_drop_host.h',
30 'animation/ink_drop_painted_layer_delegates.cc', 31 'animation/ink_drop_painted_layer_delegates.cc',
31 'animation/ink_drop_painted_layer_delegates.h', 32 'animation/ink_drop_painted_layer_delegates.h',
32 'animation/ink_drop_state.cc', 33 'animation/ink_drop_state.cc',
33 'animation/ink_drop_state.h', 34 'animation/ink_drop_state.h',
34 'animation/scroll_animator.cc', 35 'animation/scroll_animator.cc',
35 'animation/scroll_animator.h', 36 'animation/scroll_animator.h',
36 'background.cc', 37 'background.cc',
37 'background.h', 38 'background.h',
38 'border.cc', 39 'border.cc',
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '../aura/aura.gyp:aura', 974 '../aura/aura.gyp:aura',
974 '../wm/wm.gyp:wm', 975 '../wm/wm.gyp:wm',
975 ], 976 ],
976 }], 977 }],
977 ], 978 ],
978 }, # target_name: macviews_interactive_ui_tests 979 }, # target_name: macviews_interactive_ui_tests
979 ], # targets 980 ], # targets
980 }], 981 }],
981 ], # conditions 982 ], # conditions
982 } 983 }
OLDNEW
« ui/views/animation/ink_drop_host.h ('K') | « ui/views/controls/button/custom_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698