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/ink_drop_animation.cc', | 17 'animation/ink_drop_animation.cc', |
18 'animation/ink_drop_animation.h', | 18 'animation/ink_drop_animation.h', |
19 'animation/ink_drop_animation_controller.h', | 19 'animation/ink_drop_animation_controller.h', |
20 'animation/ink_drop_animation_controller_factory.cc', | 20 'animation/ink_drop_animation_controller_factory.cc', |
21 'animation/ink_drop_animation_controller_factory.h', | 21 'animation/ink_drop_animation_controller_factory.h', |
22 'animation/ink_drop_animation_controller_impl.cc', | 22 'animation/ink_drop_animation_controller_impl.cc', |
23 'animation/ink_drop_animation_controller_impl.h', | 23 'animation/ink_drop_animation_controller_impl.h', |
24 'animation/ink_drop_animation_observer.cc', | 24 'animation/ink_drop_animation_observer.cc', |
25 'animation/ink_drop_animation_observer.h', | 25 'animation/ink_drop_animation_observer.h', |
26 'animation/ink_drop_host.h', | 26 'animation/ink_drop_host.h', |
| 27 'animation/ink_drop_hover.cc', |
| 28 'animation/ink_drop_hover.h', |
| 29 'animation/ink_drop_painted_layer_delegates.cc', |
| 30 'animation/ink_drop_painted_layer_delegates.h', |
27 'animation/ink_drop_state.cc', | 31 'animation/ink_drop_state.cc', |
28 'animation/ink_drop_state.h', | 32 'animation/ink_drop_state.h', |
29 'animation/scroll_animator.cc', | 33 'animation/scroll_animator.cc', |
30 'animation/scroll_animator.h', | 34 'animation/scroll_animator.h', |
31 'background.cc', | 35 'background.cc', |
32 'background.h', | 36 'background.h', |
33 'border.cc', | 37 'border.cc', |
34 'border.h', | 38 'border.h', |
35 'bubble/bubble_border.cc', | 39 'bubble/bubble_border.cc', |
36 'bubble/bubble_border.h', | 40 'bubble/bubble_border.h', |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'test/ui_controls_factory_desktop_aurax11.cc', | 530 'test/ui_controls_factory_desktop_aurax11.cc', |
527 'test/ui_controls_factory_desktop_aurax11.h', | 531 'test/ui_controls_factory_desktop_aurax11.h', |
528 ], | 532 ], |
529 'views_unittests_sources': [ | 533 'views_unittests_sources': [ |
530 'accessibility/native_view_accessibility_unittest.cc', | 534 'accessibility/native_view_accessibility_unittest.cc', |
531 'accessibility/native_view_accessibility_win_unittest.cc', | 535 'accessibility/native_view_accessibility_win_unittest.cc', |
532 'accessible_pane_view_unittest.cc', | 536 'accessible_pane_view_unittest.cc', |
533 'animation/bounds_animator_unittest.cc', | 537 'animation/bounds_animator_unittest.cc', |
534 'animation/ink_drop_animation_controller_factory_unittest.cc', | 538 'animation/ink_drop_animation_controller_factory_unittest.cc', |
535 'animation/ink_drop_animation_unittest.cc', | 539 'animation/ink_drop_animation_unittest.cc', |
| 540 'animation/ink_drop_hover_unittest.cc', |
536 'bubble/bubble_border_unittest.cc', | 541 'bubble/bubble_border_unittest.cc', |
537 'bubble/bubble_delegate_unittest.cc', | 542 'bubble/bubble_delegate_unittest.cc', |
538 'bubble/bubble_frame_view_unittest.cc', | 543 'bubble/bubble_frame_view_unittest.cc', |
539 'bubble/bubble_window_targeter_unittest.cc', | 544 'bubble/bubble_window_targeter_unittest.cc', |
540 'cocoa/bridged_native_widget_unittest.mm', | 545 'cocoa/bridged_native_widget_unittest.mm', |
541 'cocoa/cocoa_mouse_capture_unittest.mm', | 546 'cocoa/cocoa_mouse_capture_unittest.mm', |
542 'controls/button/blue_button_unittest.cc', | 547 'controls/button/blue_button_unittest.cc', |
543 'controls/button/custom_button_unittest.cc', | 548 'controls/button/custom_button_unittest.cc', |
544 'controls/button/image_button_unittest.cc', | 549 'controls/button/image_button_unittest.cc', |
545 'controls/button/label_button_unittest.cc', | 550 'controls/button/label_button_unittest.cc', |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 '../aura/aura.gyp:aura', | 962 '../aura/aura.gyp:aura', |
958 '../wm/wm.gyp:wm', | 963 '../wm/wm.gyp:wm', |
959 ], | 964 ], |
960 }], | 965 }], |
961 ], | 966 ], |
962 }, # target_name: macviews_interactive_ui_tests | 967 }, # target_name: macviews_interactive_ui_tests |
963 ], # targets | 968 ], # targets |
964 }], | 969 }], |
965 ], # conditions | 970 ], # conditions |
966 } | 971 } |
OLD | NEW |