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

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

Issue 2250783002: Allow InkDropRipple to co-exist with highlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 4 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/empty_ink_drop_ripple.cc',
18 'animation/empty_ink_drop_ripple.h',
17 'animation/flood_fill_ink_drop_ripple.cc', 19 'animation/flood_fill_ink_drop_ripple.cc',
18 'animation/flood_fill_ink_drop_ripple.h', 20 'animation/flood_fill_ink_drop_ripple.h',
19 'animation/ink_drop.h', 21 'animation/ink_drop.h',
20 'animation/ink_drop_animation_ended_reason.cc', 22 'animation/ink_drop_animation_ended_reason.cc',
21 'animation/ink_drop_animation_ended_reason.h', 23 'animation/ink_drop_animation_ended_reason.h',
22 'animation/ink_drop_highlight.cc', 24 'animation/ink_drop_highlight.cc',
23 'animation/ink_drop_highlight.h', 25 'animation/ink_drop_highlight.h',
24 'animation/ink_drop_highlight_observer.h', 26 'animation/ink_drop_highlight_observer.h',
25 'animation/ink_drop_host.h', 27 'animation/ink_drop_host.h',
26 'animation/ink_drop_host_view.cc', 28 'animation/ink_drop_host_view.cc',
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 '../aura/aura.gyp:aura', 1048 '../aura/aura.gyp:aura',
1047 '../wm/wm.gyp:wm', 1049 '../wm/wm.gyp:wm',
1048 ], 1050 ],
1049 }], 1051 }],
1050 ], 1052 ],
1051 }, # target_name: macviews_interactive_ui_tests 1053 }, # target_name: macviews_interactive_ui_tests
1052 ], # targets 1054 ], # targets
1053 }], 1055 }],
1054 ], # conditions 1056 ], # conditions
1055 } 1057 }
OLDNEW
« ui/views/controls/button/label_button.cc ('K') | « ui/views/controls/button/label_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698