OLD | NEW |
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_animation.cc', | 19 'animation/ink_drop_animation.cc', |
20 'animation/ink_drop_animation.h', | 20 'animation/ink_drop_animation.h', |
21 'animation/ink_drop_animation_controller.h', | 21 'animation/ink_drop_animation_controller.h', |
22 'animation/ink_drop_animation_controller_factory.cc', | 22 'animation/ink_drop_animation_controller_factory.cc', |
23 'animation/ink_drop_animation_controller_factory.h', | 23 'animation/ink_drop_animation_controller_factory.h', |
24 'animation/ink_drop_animation_controller_impl.cc', | 24 'animation/ink_drop_animation_controller_impl.cc', |
25 'animation/ink_drop_animation_controller_impl.h', | 25 'animation/ink_drop_animation_controller_impl.h', |
26 'animation/ink_drop_animation_observer.cc', | 26 'animation/ink_drop_animation_observer.cc', |
27 'animation/ink_drop_animation_observer.h', | 27 'animation/ink_drop_animation_observer.h', |
28 'animation/ink_drop_delegate.h', | 28 'animation/ink_drop_delegate.h', |
29 'animation/ink_drop_host.h', | 29 'animation/ink_drop_host.h', |
| 30 'animation/ink_drop_hover.cc', |
| 31 'animation/ink_drop_hover.h', |
30 'animation/ink_drop_painted_layer_delegates.cc', | 32 'animation/ink_drop_painted_layer_delegates.cc', |
31 'animation/ink_drop_painted_layer_delegates.h', | 33 'animation/ink_drop_painted_layer_delegates.h', |
32 'animation/ink_drop_state.cc', | 34 'animation/ink_drop_state.cc', |
33 'animation/ink_drop_state.h', | 35 'animation/ink_drop_state.h', |
34 'animation/scroll_animator.cc', | 36 'animation/scroll_animator.cc', |
35 'animation/scroll_animator.h', | 37 'animation/scroll_animator.h', |
36 'background.cc', | 38 'background.cc', |
37 'background.h', | 39 'background.h', |
38 'border.cc', | 40 'border.cc', |
39 'border.h', | 41 'border.h', |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'test/ui_controls_factory_desktop_aurax11.cc', | 540 'test/ui_controls_factory_desktop_aurax11.cc', |
539 'test/ui_controls_factory_desktop_aurax11.h', | 541 'test/ui_controls_factory_desktop_aurax11.h', |
540 ], | 542 ], |
541 'views_unittests_sources': [ | 543 'views_unittests_sources': [ |
542 'accessibility/native_view_accessibility_unittest.cc', | 544 'accessibility/native_view_accessibility_unittest.cc', |
543 'accessibility/native_view_accessibility_win_unittest.cc', | 545 'accessibility/native_view_accessibility_win_unittest.cc', |
544 'accessible_pane_view_unittest.cc', | 546 'accessible_pane_view_unittest.cc', |
545 'animation/bounds_animator_unittest.cc', | 547 'animation/bounds_animator_unittest.cc', |
546 'animation/ink_drop_animation_controller_factory_unittest.cc', | 548 'animation/ink_drop_animation_controller_factory_unittest.cc', |
547 'animation/ink_drop_animation_unittest.cc', | 549 'animation/ink_drop_animation_unittest.cc', |
| 550 'animation/ink_drop_hover_unittest.cc', |
548 'bubble/bubble_border_unittest.cc', | 551 'bubble/bubble_border_unittest.cc', |
549 'bubble/bubble_delegate_unittest.cc', | 552 'bubble/bubble_delegate_unittest.cc', |
550 'bubble/bubble_frame_view_unittest.cc', | 553 'bubble/bubble_frame_view_unittest.cc', |
551 'bubble/bubble_window_targeter_unittest.cc', | 554 'bubble/bubble_window_targeter_unittest.cc', |
552 'cocoa/bridged_native_widget_unittest.mm', | 555 'cocoa/bridged_native_widget_unittest.mm', |
553 'cocoa/cocoa_mouse_capture_unittest.mm', | 556 'cocoa/cocoa_mouse_capture_unittest.mm', |
554 'controls/button/blue_button_unittest.cc', | 557 'controls/button/blue_button_unittest.cc', |
555 'controls/button/custom_button_unittest.cc', | 558 'controls/button/custom_button_unittest.cc', |
556 'controls/button/image_button_unittest.cc', | 559 'controls/button/image_button_unittest.cc', |
557 'controls/button/label_button_unittest.cc', | 560 'controls/button/label_button_unittest.cc', |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
973 '../aura/aura.gyp:aura', | 976 '../aura/aura.gyp:aura', |
974 '../wm/wm.gyp:wm', | 977 '../wm/wm.gyp:wm', |
975 ], | 978 ], |
976 }], | 979 }], |
977 ], | 980 ], |
978 }, # target_name: macviews_interactive_ui_tests | 981 }, # target_name: macviews_interactive_ui_tests |
979 ], # targets | 982 ], # targets |
980 }], | 983 }], |
981 ], # conditions | 984 ], # conditions |
982 } | 985 } |
OLD | NEW |