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

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

Issue 1951593002: Add MD Ink Drop to host only when a ripple/hover is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Replaced unique_ptr with scoped_ptr. Created 4 years, 7 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 | « ui/views/animation/test/test_ink_drop_hover_observer.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 14 matching lines...) Expand all
25 'animation/ink_drop_animation_controller_impl.h', 25 'animation/ink_drop_animation_controller_impl.h',
26 'animation/ink_drop_animation_ended_reason.cc', 26 'animation/ink_drop_animation_ended_reason.cc',
27 'animation/ink_drop_animation_ended_reason.h', 27 'animation/ink_drop_animation_ended_reason.h',
28 'animation/ink_drop_animation_observer.h', 28 'animation/ink_drop_animation_observer.h',
29 'animation/ink_drop_delegate.h', 29 'animation/ink_drop_delegate.h',
30 'animation/ink_drop_host.h', 30 'animation/ink_drop_host.h',
31 'animation/ink_drop_host_view.cc', 31 'animation/ink_drop_host_view.cc',
32 'animation/ink_drop_host_view.h', 32 'animation/ink_drop_host_view.h',
33 'animation/ink_drop_hover.cc', 33 'animation/ink_drop_hover.cc',
34 'animation/ink_drop_hover.h', 34 'animation/ink_drop_hover.h',
35 'animation/ink_drop_hover_observer.h',
35 'animation/ink_drop_painted_layer_delegates.cc', 36 'animation/ink_drop_painted_layer_delegates.cc',
36 'animation/ink_drop_painted_layer_delegates.h', 37 'animation/ink_drop_painted_layer_delegates.h',
37 'animation/ink_drop_state.cc', 38 'animation/ink_drop_state.cc',
38 'animation/ink_drop_state.h', 39 'animation/ink_drop_state.h',
39 'animation/scroll_animator.cc', 40 'animation/scroll_animator.cc',
40 'animation/scroll_animator.h', 41 'animation/scroll_animator.h',
41 'animation/flood_fill_ink_drop_animation.cc', 42 'animation/flood_fill_ink_drop_animation.cc',
42 'animation/flood_fill_ink_drop_animation.h', 43 'animation/flood_fill_ink_drop_animation.h',
43 'animation/square_ink_drop_animation.cc', 44 'animation/square_ink_drop_animation.cc',
44 'animation/square_ink_drop_animation.h', 45 'animation/square_ink_drop_animation.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'animation/test/ink_drop_animation_controller_impl_test_api.h', 498 'animation/test/ink_drop_animation_controller_impl_test_api.h',
498 'animation/test/ink_drop_hover_test_api.cc', 499 'animation/test/ink_drop_hover_test_api.cc',
499 'animation/test/ink_drop_hover_test_api.h', 500 'animation/test/ink_drop_hover_test_api.h',
500 'animation/test/square_ink_drop_animation_test_api.cc', 501 'animation/test/square_ink_drop_animation_test_api.cc',
501 'animation/test/square_ink_drop_animation_test_api.h', 502 'animation/test/square_ink_drop_animation_test_api.h',
502 'animation/test/test_ink_drop_animation_observer.cc', 503 'animation/test/test_ink_drop_animation_observer.cc',
503 'animation/test/test_ink_drop_animation_observer.h', 504 'animation/test/test_ink_drop_animation_observer.h',
504 'animation/test/test_ink_drop_animation_observer_helper.h', 505 'animation/test/test_ink_drop_animation_observer_helper.h',
505 'animation/test/test_ink_drop_host.cc', 506 'animation/test/test_ink_drop_host.cc',
506 'animation/test/test_ink_drop_host.h', 507 'animation/test/test_ink_drop_host.h',
508 'animation/test/test_ink_drop_hover_observer.cc',
509 'animation/test/test_ink_drop_hover_observer.h',
507 'animation/test/test_ink_drop_delegate.cc', 510 'animation/test/test_ink_drop_delegate.cc',
508 'animation/test/test_ink_drop_delegate.h', 511 'animation/test/test_ink_drop_delegate.h',
509 'controls/textfield/textfield_test_api.cc', 512 'controls/textfield/textfield_test_api.cc',
510 'controls/textfield/textfield_test_api.h', 513 'controls/textfield/textfield_test_api.h',
511 'test/capture_tracking_view.cc', 514 'test/capture_tracking_view.cc',
512 'test/capture_tracking_view.h', 515 'test/capture_tracking_view.h',
513 'test/combobox_test_api.cc', 516 'test/combobox_test_api.cc',
514 'test/combobox_test_api.h', 517 'test/combobox_test_api.h',
515 'test/desktop_test_views_delegate.h', 518 'test/desktop_test_views_delegate.h',
516 'test/desktop_test_views_delegate_mac.mm', 519 'test/desktop_test_views_delegate_mac.mm',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 '../aura/aura.gyp:aura', 1030 '../aura/aura.gyp:aura',
1028 '../wm/wm.gyp:wm', 1031 '../wm/wm.gyp:wm',
1029 ], 1032 ],
1030 }], 1033 }],
1031 ], 1034 ],
1032 }, # target_name: macviews_interactive_ui_tests 1035 }, # target_name: macviews_interactive_ui_tests
1033 ], # targets 1036 ], # targets
1034 }], 1037 }],
1035 ], # conditions 1038 ], # conditions
1036 } 1039 }
OLDNEW
« no previous file with comments | « ui/views/animation/test/test_ink_drop_hover_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698