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

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

Issue 2042073002: Centered flood fill style ink drop ripples on mouse/touch points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed LocatedEvent::AsLocatedIfLocatedEvent() as FromIfValid(). Created 4 years, 6 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/controls/button/menu_button.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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'test/ui_controls_factory_desktop_aurax11.cc', 569 'test/ui_controls_factory_desktop_aurax11.cc',
570 'test/ui_controls_factory_desktop_aurax11.h', 570 'test/ui_controls_factory_desktop_aurax11.h',
571 ], 571 ],
572 'views_unittests_sources': [ 572 'views_unittests_sources': [
573 'accessibility/native_view_accessibility_unittest.cc', 573 'accessibility/native_view_accessibility_unittest.cc',
574 'accessibility/native_view_accessibility_win_unittest.cc', 574 'accessibility/native_view_accessibility_win_unittest.cc',
575 'accessible_pane_view_unittest.cc', 575 'accessible_pane_view_unittest.cc',
576 'animation/bounds_animator_unittest.cc', 576 'animation/bounds_animator_unittest.cc',
577 'animation/flood_fill_ink_drop_ripple_unittest.cc', 577 'animation/flood_fill_ink_drop_ripple_unittest.cc',
578 'animation/ink_drop_highlight_unittest.cc', 578 'animation/ink_drop_highlight_unittest.cc',
579 'animation/ink_drop_host_view_unittest.cc',
579 'animation/ink_drop_impl_unittest.cc', 580 'animation/ink_drop_impl_unittest.cc',
580 'animation/ink_drop_ripple_unittest.cc', 581 'animation/ink_drop_ripple_unittest.cc',
581 'animation/ink_drop_unittest.cc', 582 'animation/ink_drop_unittest.cc',
582 'animation/square_ink_drop_ripple_unittest.cc', 583 'animation/square_ink_drop_ripple_unittest.cc',
583 'border_unittest.cc', 584 'border_unittest.cc',
584 'bubble/bubble_border_unittest.cc', 585 'bubble/bubble_border_unittest.cc',
585 'bubble/bubble_dialog_delegate_unittest.cc', 586 'bubble/bubble_dialog_delegate_unittest.cc',
586 'bubble/bubble_frame_view_unittest.cc', 587 'bubble/bubble_frame_view_unittest.cc',
587 'bubble/bubble_window_targeter_unittest.cc', 588 'bubble/bubble_window_targeter_unittest.cc',
588 'cocoa/bridged_native_widget_unittest.mm', 589 'cocoa/bridged_native_widget_unittest.mm',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 '../aura/aura.gyp:aura', 1044 '../aura/aura.gyp:aura',
1044 '../wm/wm.gyp:wm', 1045 '../wm/wm.gyp:wm',
1045 ], 1046 ],
1046 }], 1047 }],
1047 ], 1048 ],
1048 }, # target_name: macviews_interactive_ui_tests 1049 }, # target_name: macviews_interactive_ui_tests
1049 ], # targets 1050 ], # targets
1050 }], 1051 }],
1051 ], # conditions 1052 ], # conditions
1052 } 1053 }
OLDNEW
« no previous file with comments | « 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