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

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

Issue 2067013002: Removed InkDropFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed views:: -> ui:: compile error. 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/animation/ink_drop_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/flood_fill_ink_drop_ripple.cc', 17 'animation/flood_fill_ink_drop_ripple.cc',
18 'animation/flood_fill_ink_drop_ripple.h', 18 'animation/flood_fill_ink_drop_ripple.h',
19 'animation/ink_drop.h', 19 'animation/ink_drop.h',
20 'animation/ink_drop_animation_ended_reason.cc', 20 'animation/ink_drop_animation_ended_reason.cc',
21 'animation/ink_drop_animation_ended_reason.h', 21 'animation/ink_drop_animation_ended_reason.h',
22 'animation/ink_drop_factory.cc',
23 'animation/ink_drop_factory.h',
24 'animation/ink_drop_highlight.cc', 22 'animation/ink_drop_highlight.cc',
25 'animation/ink_drop_highlight.h', 23 'animation/ink_drop_highlight.h',
26 'animation/ink_drop_highlight_observer.h', 24 'animation/ink_drop_highlight_observer.h',
27 'animation/ink_drop_host.h', 25 'animation/ink_drop_host.h',
28 'animation/ink_drop_host_view.cc', 26 'animation/ink_drop_host_view.cc',
29 'animation/ink_drop_host_view.h', 27 'animation/ink_drop_host_view.h',
30 'animation/ink_drop_impl.cc', 28 'animation/ink_drop_impl.cc',
31 'animation/ink_drop_impl.h', 29 'animation/ink_drop_impl.h',
32 'animation/ink_drop_painted_layer_delegates.cc', 30 'animation/ink_drop_painted_layer_delegates.cc',
33 'animation/ink_drop_painted_layer_delegates.h', 31 'animation/ink_drop_painted_layer_delegates.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'test/desktop_screen_x11_test_api.h', 568 'test/desktop_screen_x11_test_api.h',
571 'test/ui_controls_factory_desktop_aurax11.cc', 569 'test/ui_controls_factory_desktop_aurax11.cc',
572 'test/ui_controls_factory_desktop_aurax11.h', 570 'test/ui_controls_factory_desktop_aurax11.h',
573 ], 571 ],
574 'views_unittests_sources': [ 572 'views_unittests_sources': [
575 'accessibility/native_view_accessibility_unittest.cc', 573 'accessibility/native_view_accessibility_unittest.cc',
576 'accessibility/native_view_accessibility_win_unittest.cc', 574 'accessibility/native_view_accessibility_win_unittest.cc',
577 'accessible_pane_view_unittest.cc', 575 'accessible_pane_view_unittest.cc',
578 'animation/bounds_animator_unittest.cc', 576 'animation/bounds_animator_unittest.cc',
579 'animation/flood_fill_ink_drop_ripple_unittest.cc', 577 'animation/flood_fill_ink_drop_ripple_unittest.cc',
580 'animation/ink_drop_factory_unittest.cc',
581 'animation/ink_drop_highlight_unittest.cc', 578 'animation/ink_drop_highlight_unittest.cc',
582 'animation/ink_drop_impl_unittest.cc', 579 'animation/ink_drop_impl_unittest.cc',
583 'animation/ink_drop_ripple_unittest.cc', 580 'animation/ink_drop_ripple_unittest.cc',
581 'animation/ink_drop_unittest.cc',
584 'animation/square_ink_drop_ripple_unittest.cc', 582 'animation/square_ink_drop_ripple_unittest.cc',
585 'border_unittest.cc', 583 'border_unittest.cc',
586 'bubble/bubble_border_unittest.cc', 584 'bubble/bubble_border_unittest.cc',
587 'bubble/bubble_dialog_delegate_unittest.cc', 585 'bubble/bubble_dialog_delegate_unittest.cc',
588 'bubble/bubble_frame_view_unittest.cc', 586 'bubble/bubble_frame_view_unittest.cc',
589 'bubble/bubble_window_targeter_unittest.cc', 587 'bubble/bubble_window_targeter_unittest.cc',
590 'cocoa/bridged_native_widget_unittest.mm', 588 'cocoa/bridged_native_widget_unittest.mm',
591 'cocoa/cocoa_mouse_capture_unittest.mm', 589 'cocoa/cocoa_mouse_capture_unittest.mm',
592 'cocoa/drag_drop_client_mac_unittest.mm', 590 'cocoa/drag_drop_client_mac_unittest.mm',
593 'controls/button/blue_button_unittest.cc', 591 'controls/button/blue_button_unittest.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 '../aura/aura.gyp:aura', 1043 '../aura/aura.gyp:aura',
1046 '../wm/wm.gyp:wm', 1044 '../wm/wm.gyp:wm',
1047 ], 1045 ],
1048 }], 1046 }],
1049 ], 1047 ],
1050 }, # target_name: macviews_interactive_ui_tests 1048 }, # target_name: macviews_interactive_ui_tests
1051 ], # targets 1049 ], # targets
1052 }], 1050 }],
1053 ], # conditions 1051 ], # conditions
1054 } 1052 }
OLDNEW
« no previous file with comments | « ui/views/animation/ink_drop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698