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

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

Issue 1411833006: Refactoring to make adding ink drop animations easier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor ink drop animations (nits in ui/views/ 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
« no previous file with comments | « ui/views/view_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',
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',
18 'animation/button_ink_drop_delegate.h',
17 'animation/ink_drop_animation.cc', 19 'animation/ink_drop_animation.cc',
18 'animation/ink_drop_animation.h', 20 'animation/ink_drop_animation.h',
19 'animation/ink_drop_animation_controller.h', 21 'animation/ink_drop_animation_controller.h',
20 'animation/ink_drop_animation_controller_factory.cc', 22 'animation/ink_drop_animation_controller_factory.cc',
21 'animation/ink_drop_animation_controller_factory.h', 23 'animation/ink_drop_animation_controller_factory.h',
22 'animation/ink_drop_animation_controller_impl.cc', 24 'animation/ink_drop_animation_controller_impl.cc',
23 'animation/ink_drop_animation_controller_impl.h', 25 'animation/ink_drop_animation_controller_impl.h',
24 'animation/ink_drop_animation_observer.cc', 26 'animation/ink_drop_animation_observer.cc',
25 'animation/ink_drop_animation_observer.h', 27 'animation/ink_drop_animation_observer.h',
28 'animation/ink_drop_delegate.h',
26 'animation/ink_drop_host.h', 29 'animation/ink_drop_host.h',
27 'animation/ink_drop_painted_layer_delegates.cc', 30 'animation/ink_drop_painted_layer_delegates.cc',
28 'animation/ink_drop_painted_layer_delegates.h', 31 'animation/ink_drop_painted_layer_delegates.h',
29 'animation/ink_drop_state.cc', 32 'animation/ink_drop_state.cc',
30 'animation/ink_drop_state.h', 33 'animation/ink_drop_state.h',
31 'animation/scroll_animator.cc', 34 'animation/scroll_animator.cc',
32 'animation/scroll_animator.h', 35 'animation/scroll_animator.h',
33 'background.cc', 36 'background.cc',
34 'background.h', 37 'background.h',
35 'border.cc', 38 'border.cc',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'native_cursor_mac.mm', 265 'native_cursor_mac.mm',
263 'native_theme_delegate.h', 266 'native_theme_delegate.h',
264 'painter.cc', 267 'painter.cc',
265 'painter.h', 268 'painter.h',
266 'rect_based_targeting_utils.cc', 269 'rect_based_targeting_utils.cc',
267 'rect_based_targeting_utils.h', 270 'rect_based_targeting_utils.h',
268 'repeat_controller.cc', 271 'repeat_controller.cc',
269 'repeat_controller.h', 272 'repeat_controller.h',
270 'round_rect_painter.cc', 273 'round_rect_painter.cc',
271 'round_rect_painter.h', 274 'round_rect_painter.h',
275 'scoped_target_handler.cc',
276 'scoped_target_handler.h',
272 'shadow_border.cc', 277 'shadow_border.cc',
273 'shadow_border.h', 278 'shadow_border.h',
274 'style/mac/dialog_button_border_mac.cc', 279 'style/mac/dialog_button_border_mac.cc',
275 'style/mac/dialog_button_border_mac.h', 280 'style/mac/dialog_button_border_mac.h',
276 'style/platform_style.cc', 281 'style/platform_style.cc',
277 'style/platform_style.h', 282 'style/platform_style.h',
278 'style/platform_style_mac.cc', 283 'style/platform_style_mac.cc',
279 'view.cc', 284 'view.cc',
280 'view.h', 285 'view.h',
281 'view_constants.cc', 286 'view_constants.cc',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 '../aura/aura.gyp:aura', 970 '../aura/aura.gyp:aura',
966 '../wm/wm.gyp:wm', 971 '../wm/wm.gyp:wm',
967 ], 972 ],
968 }], 973 }],
969 ], 974 ],
970 }, # target_name: macviews_interactive_ui_tests 975 }, # target_name: macviews_interactive_ui_tests
971 ], # targets 976 ], # targets
972 }], 977 }],
973 ], # conditions 978 ], # conditions
974 } 979 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698