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_consumer.h', |
26 'animation/ink_drop_host.h', | 27 'animation/ink_drop_host.h', |
| 28 'animation/ink_drop_hover.cc', |
| 29 'animation/ink_drop_hover.h', |
27 'animation/ink_drop_painted_layer_delegates.cc', | 30 'animation/ink_drop_painted_layer_delegates.cc', |
28 'animation/ink_drop_painted_layer_delegates.h', | 31 'animation/ink_drop_painted_layer_delegates.h', |
29 'animation/ink_drop_state.cc', | 32 'animation/ink_drop_state.cc', |
30 'animation/ink_drop_state.h', | 33 'animation/ink_drop_state.h', |
31 'animation/scroll_animator.cc', | 34 'animation/scroll_animator.cc', |
32 'animation/scroll_animator.h', | 35 'animation/scroll_animator.h', |
33 'background.cc', | 36 'background.cc', |
34 'background.h', | 37 'background.h', |
35 'border.cc', | 38 'border.cc', |
36 'border.h', | 39 'border.h', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 ], | 473 ], |
471 'views_desktop_aura_ozone_sources': [ | 474 'views_desktop_aura_ozone_sources': [ |
472 'widget/desktop_aura/desktop_factory_ozone.cc', | 475 'widget/desktop_aura/desktop_factory_ozone.cc', |
473 'widget/desktop_aura/desktop_factory_ozone.h', | 476 'widget/desktop_aura/desktop_factory_ozone.h', |
474 'widget/desktop_aura/desktop_screen_ozone.cc', | 477 'widget/desktop_aura/desktop_screen_ozone.cc', |
475 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 478 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
476 ], | 479 ], |
477 'views_test_support_sources': [ | 480 'views_test_support_sources': [ |
478 'animation/test/ink_drop_animation_test_api.cc', | 481 'animation/test/ink_drop_animation_test_api.cc', |
479 'animation/test/ink_drop_animation_test_api.h', | 482 'animation/test/ink_drop_animation_test_api.h', |
| 483 'animation/test/test_ink_drop_consumer.cc', |
| 484 'animation/test/test_ink_drop_consumer.h', |
480 'animation/test/test_ink_drop_host.cc', | 485 'animation/test/test_ink_drop_host.cc', |
481 'animation/test/test_ink_drop_host.h', | 486 'animation/test/test_ink_drop_host.h', |
482 'controls/textfield/textfield_test_api.cc', | 487 'controls/textfield/textfield_test_api.cc', |
483 'controls/textfield/textfield_test_api.h', | 488 'controls/textfield/textfield_test_api.h', |
484 'test/capture_tracking_view.cc', | 489 'test/capture_tracking_view.cc', |
485 'test/capture_tracking_view.h', | 490 'test/capture_tracking_view.h', |
486 'test/combobox_test_api.cc', | 491 'test/combobox_test_api.cc', |
487 'test/combobox_test_api.h', | 492 'test/combobox_test_api.h', |
488 'test/desktop_test_views_delegate.h', | 493 'test/desktop_test_views_delegate.h', |
489 'test/desktop_test_views_delegate_mac.mm', | 494 'test/desktop_test_views_delegate_mac.mm', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 'test/ui_controls_factory_desktop_aurax11.cc', | 533 'test/ui_controls_factory_desktop_aurax11.cc', |
529 'test/ui_controls_factory_desktop_aurax11.h', | 534 'test/ui_controls_factory_desktop_aurax11.h', |
530 ], | 535 ], |
531 'views_unittests_sources': [ | 536 'views_unittests_sources': [ |
532 'accessibility/native_view_accessibility_unittest.cc', | 537 'accessibility/native_view_accessibility_unittest.cc', |
533 'accessibility/native_view_accessibility_win_unittest.cc', | 538 'accessibility/native_view_accessibility_win_unittest.cc', |
534 'accessible_pane_view_unittest.cc', | 539 'accessible_pane_view_unittest.cc', |
535 'animation/bounds_animator_unittest.cc', | 540 'animation/bounds_animator_unittest.cc', |
536 'animation/ink_drop_animation_controller_factory_unittest.cc', | 541 'animation/ink_drop_animation_controller_factory_unittest.cc', |
537 'animation/ink_drop_animation_unittest.cc', | 542 'animation/ink_drop_animation_unittest.cc', |
| 543 'animation/ink_drop_hover_unittest.cc', |
538 'bubble/bubble_border_unittest.cc', | 544 'bubble/bubble_border_unittest.cc', |
539 'bubble/bubble_delegate_unittest.cc', | 545 'bubble/bubble_delegate_unittest.cc', |
540 'bubble/bubble_frame_view_unittest.cc', | 546 'bubble/bubble_frame_view_unittest.cc', |
541 'bubble/bubble_window_targeter_unittest.cc', | 547 'bubble/bubble_window_targeter_unittest.cc', |
542 'cocoa/bridged_native_widget_unittest.mm', | 548 'cocoa/bridged_native_widget_unittest.mm', |
543 'cocoa/cocoa_mouse_capture_unittest.mm', | 549 'cocoa/cocoa_mouse_capture_unittest.mm', |
544 'controls/button/blue_button_unittest.cc', | 550 'controls/button/blue_button_unittest.cc', |
545 'controls/button/custom_button_unittest.cc', | 551 'controls/button/custom_button_unittest.cc', |
546 'controls/button/image_button_unittest.cc', | 552 'controls/button/image_button_unittest.cc', |
547 'controls/button/label_button_unittest.cc', | 553 'controls/button/label_button_unittest.cc', |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 '../aura/aura.gyp:aura', | 965 '../aura/aura.gyp:aura', |
960 '../wm/wm.gyp:wm', | 966 '../wm/wm.gyp:wm', |
961 ], | 967 ], |
962 }], | 968 }], |
963 ], | 969 ], |
964 }, # target_name: macviews_interactive_ui_tests | 970 }, # target_name: macviews_interactive_ui_tests |
965 ], # targets | 971 ], # targets |
966 }], | 972 }], |
967 ], # conditions | 973 ], # conditions |
968 } | 974 } |
OLD | NEW |