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

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

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp file 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/label_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',
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_ripple.cc', 19 'animation/ink_drop_ripple.cc',
20 'animation/ink_drop_ripple.h', 20 'animation/ink_drop_ripple.h',
21 'animation/ink_drop.h', 21 'animation/ink_drop.h',
22 'animation/ink_drop_factory.cc', 22 'animation/ink_drop_factory.cc',
23 'animation/ink_drop_factory.h', 23 'animation/ink_drop_factory.h',
24 'animation/ink_drop_impl.cc', 24 'animation/ink_drop_impl.cc',
25 'animation/ink_drop_impl.h', 25 'animation/ink_drop_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_ripple_observer.h', 28 'animation/ink_drop_ripple_observer.h',
29 'animation/ink_drop_delegate.h', 29 'animation/ink_drop_delegate.h',
30 'animation/ink_drop_highlight.cc',
31 'animation/ink_drop_highlight.h',
32 'animation/ink_drop_highlight_observer.h',
30 'animation/ink_drop_host.h', 33 'animation/ink_drop_host.h',
31 'animation/ink_drop_host_view.cc', 34 'animation/ink_drop_host_view.cc',
32 'animation/ink_drop_host_view.h', 35 'animation/ink_drop_host_view.h',
33 'animation/ink_drop_hover.cc',
34 'animation/ink_drop_hover.h',
35 'animation/ink_drop_hover_observer.h',
36 'animation/ink_drop_painted_layer_delegates.cc', 36 'animation/ink_drop_painted_layer_delegates.cc',
37 'animation/ink_drop_painted_layer_delegates.h', 37 'animation/ink_drop_painted_layer_delegates.h',
38 'animation/ink_drop_state.cc', 38 'animation/ink_drop_state.cc',
39 'animation/ink_drop_state.h', 39 'animation/ink_drop_state.h',
40 'animation/scroll_animator.cc', 40 'animation/scroll_animator.cc',
41 'animation/scroll_animator.h', 41 'animation/scroll_animator.h',
42 'animation/flood_fill_ink_drop_ripple.cc', 42 'animation/flood_fill_ink_drop_ripple.cc',
43 'animation/flood_fill_ink_drop_ripple.h', 43 'animation/flood_fill_ink_drop_ripple.h',
44 'animation/square_ink_drop_ripple.cc', 44 'animation/square_ink_drop_ripple.cc',
45 'animation/square_ink_drop_ripple.h', 45 'animation/square_ink_drop_ripple.h',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 486 ],
487 'views_desktop_aura_ozone_sources': [ 487 'views_desktop_aura_ozone_sources': [
488 'widget/desktop_aura/desktop_factory_ozone.cc', 488 'widget/desktop_aura/desktop_factory_ozone.cc',
489 'widget/desktop_aura/desktop_factory_ozone.h', 489 'widget/desktop_aura/desktop_factory_ozone.h',
490 'widget/desktop_aura/desktop_screen_ozone.cc', 490 'widget/desktop_aura/desktop_screen_ozone.cc',
491 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', 491 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
492 ], 492 ],
493 'views_test_support_sources': [ 493 'views_test_support_sources': [
494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc', 494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc',
495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', 495 'animation/test/flood_fill_ink_drop_ripple_test_api.h',
496 'animation/test/ink_drop_highlight_test_api.cc',
497 'animation/test/ink_drop_highlight_test_api.h',
498 'animation/test/ink_drop_impl_test_api.cc',
499 'animation/test/ink_drop_impl_test_api.h',
496 'animation/test/ink_drop_ripple_test_api.cc', 500 'animation/test/ink_drop_ripple_test_api.cc',
497 'animation/test/ink_drop_ripple_test_api.h', 501 'animation/test/ink_drop_ripple_test_api.h',
498 'animation/test/ink_drop_impl_test_api.cc',
499 'animation/test/ink_drop_impl_test_api.h',
500 'animation/test/ink_drop_hover_test_api.cc',
501 'animation/test/ink_drop_hover_test_api.h',
502 'animation/test/ink_drop_utils.cc', 502 'animation/test/ink_drop_utils.cc',
503 'animation/test/square_ink_drop_ripple_test_api.cc', 503 'animation/test/square_ink_drop_ripple_test_api.cc',
504 'animation/test/square_ink_drop_ripple_test_api.h', 504 'animation/test/square_ink_drop_ripple_test_api.h',
505 'animation/test/test_ink_drop_animation_observer_helper.h',
506 'animation/test/test_ink_drop_delegate.cc',
507 'animation/test/test_ink_drop_delegate.h',
508 'animation/test/test_ink_drop_highlight_observer.cc',
509 'animation/test/test_ink_drop_highlight_observer.h',
510 'animation/test/test_ink_drop_host.cc',
511 'animation/test/test_ink_drop_host.h',
505 'animation/test/test_ink_drop_ripple_observer.cc', 512 'animation/test/test_ink_drop_ripple_observer.cc',
506 'animation/test/test_ink_drop_ripple_observer.h', 513 'animation/test/test_ink_drop_ripple_observer.h',
507 'animation/test/test_ink_drop_animation_observer_helper.h',
508 'animation/test/test_ink_drop_host.cc',
509 'animation/test/test_ink_drop_host.h',
510 'animation/test/test_ink_drop_hover_observer.cc',
511 'animation/test/test_ink_drop_hover_observer.h',
512 'animation/test/test_ink_drop_delegate.cc',
513 'animation/test/test_ink_drop_delegate.h',
514 'controls/textfield/textfield_test_api.cc', 514 'controls/textfield/textfield_test_api.cc',
515 'controls/textfield/textfield_test_api.h', 515 'controls/textfield/textfield_test_api.h',
516 'test/capture_tracking_view.cc', 516 'test/capture_tracking_view.cc',
517 'test/capture_tracking_view.h', 517 'test/capture_tracking_view.h',
518 'test/combobox_test_api.cc', 518 'test/combobox_test_api.cc',
519 'test/combobox_test_api.h', 519 'test/combobox_test_api.h',
520 'test/desktop_test_views_delegate.h', 520 'test/desktop_test_views_delegate.h',
521 'test/desktop_test_views_delegate_mac.mm', 521 'test/desktop_test_views_delegate_mac.mm',
522 'test/event_generator_delegate_mac.h', 522 'test/event_generator_delegate_mac.h',
523 'test/event_generator_delegate_mac.mm', 523 'test/event_generator_delegate_mac.mm',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'test/ui_controls_factory_desktop_aurax11.cc', 566 'test/ui_controls_factory_desktop_aurax11.cc',
567 'test/ui_controls_factory_desktop_aurax11.h', 567 'test/ui_controls_factory_desktop_aurax11.h',
568 ], 568 ],
569 'views_unittests_sources': [ 569 'views_unittests_sources': [
570 'accessibility/native_view_accessibility_unittest.cc', 570 'accessibility/native_view_accessibility_unittest.cc',
571 'accessibility/native_view_accessibility_win_unittest.cc', 571 'accessibility/native_view_accessibility_win_unittest.cc',
572 'accessible_pane_view_unittest.cc', 572 'accessible_pane_view_unittest.cc',
573 'animation/bounds_animator_unittest.cc', 573 'animation/bounds_animator_unittest.cc',
574 'animation/flood_fill_ink_drop_ripple_unittest.cc', 574 'animation/flood_fill_ink_drop_ripple_unittest.cc',
575 'animation/ink_drop_factory_unittest.cc', 575 'animation/ink_drop_factory_unittest.cc',
576 'animation/ink_drop_highlight_unittest.cc',
576 'animation/ink_drop_impl_unittest.cc', 577 'animation/ink_drop_impl_unittest.cc',
577 'animation/ink_drop_ripple_unittest.cc', 578 'animation/ink_drop_ripple_unittest.cc',
578 'animation/ink_drop_hover_unittest.cc',
579 'animation/square_ink_drop_ripple_unittest.cc', 579 'animation/square_ink_drop_ripple_unittest.cc',
580 'bubble/bubble_border_unittest.cc', 580 'bubble/bubble_border_unittest.cc',
581 'bubble/bubble_dialog_delegate_unittest.cc', 581 'bubble/bubble_dialog_delegate_unittest.cc',
582 'bubble/bubble_frame_view_unittest.cc', 582 'bubble/bubble_frame_view_unittest.cc',
583 'bubble/bubble_window_targeter_unittest.cc', 583 'bubble/bubble_window_targeter_unittest.cc',
584 'cocoa/bridged_native_widget_unittest.mm', 584 'cocoa/bridged_native_widget_unittest.mm',
585 'cocoa/cocoa_mouse_capture_unittest.mm', 585 'cocoa/cocoa_mouse_capture_unittest.mm',
586 'controls/button/blue_button_unittest.cc', 586 'controls/button/blue_button_unittest.cc',
587 'controls/button/custom_button_unittest.cc', 587 'controls/button/custom_button_unittest.cc',
588 'controls/button/image_button_unittest.cc', 588 'controls/button/image_button_unittest.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 '../aura/aura.gyp:aura', 1040 '../aura/aura.gyp:aura',
1041 '../wm/wm.gyp:wm', 1041 '../wm/wm.gyp:wm',
1042 ], 1042 ],
1043 }], 1043 }],
1044 ], 1044 ],
1045 }, # target_name: macviews_interactive_ui_tests 1045 }, # target_name: macviews_interactive_ui_tests
1046 ], # targets 1046 ], # targets
1047 }], 1047 }],
1048 ], # conditions 1048 ], # conditions
1049 } 1049 }
OLDNEW
« no previous file with comments | « 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