| 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_delegate.cc', | |
| 25 'animation/ink_drop_delegate.h', | |
| 26 'animation/ink_drop_host.h', | 24 'animation/ink_drop_host.h', |
| 27 'animation/ink_drop_state.h', | 25 'animation/ink_drop_state.h', |
| 28 'animation/scroll_animator.cc', | 26 'animation/scroll_animator.cc', |
| 29 'animation/scroll_animator.h', | 27 'animation/scroll_animator.h', |
| 30 'background.cc', | 28 'background.cc', |
| 31 'background.h', | 29 'background.h', |
| 32 'border.cc', | 30 'border.cc', |
| 33 'border.h', | 31 'border.h', |
| 34 'bubble/bubble_border.cc', | 32 'bubble/bubble_border.cc', |
| 35 'bubble/bubble_border.h', | 33 'bubble/bubble_border.h', |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 'widget/desktop_aura/desktop_window_tree_host_win.cc', | 463 'widget/desktop_aura/desktop_window_tree_host_win.cc', |
| 466 'widget/desktop_aura/desktop_window_tree_host_win.h', | 464 'widget/desktop_aura/desktop_window_tree_host_win.h', |
| 467 ], | 465 ], |
| 468 'views_desktop_aura_ozone_sources': [ | 466 'views_desktop_aura_ozone_sources': [ |
| 469 'widget/desktop_aura/desktop_factory_ozone.cc', | 467 'widget/desktop_aura/desktop_factory_ozone.cc', |
| 470 'widget/desktop_aura/desktop_factory_ozone.h', | 468 'widget/desktop_aura/desktop_factory_ozone.h', |
| 471 'widget/desktop_aura/desktop_screen_ozone.cc', | 469 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 472 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 470 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 473 ], | 471 ], |
| 474 'views_test_support_sources': [ | 472 'views_test_support_sources': [ |
| 473 'animation/test/ink_drop_animation_test_api.cc', |
| 474 'animation/test/ink_drop_animation_test_api.h', |
| 475 'animation/test/test_ink_drop_host.cc', |
| 476 'animation/test/test_ink_drop_host.h', |
| 475 'controls/textfield/textfield_test_api.cc', | 477 'controls/textfield/textfield_test_api.cc', |
| 476 'controls/textfield/textfield_test_api.h', | 478 'controls/textfield/textfield_test_api.h', |
| 477 'test/capture_tracking_view.cc', | 479 'test/capture_tracking_view.cc', |
| 478 'test/capture_tracking_view.h', | 480 'test/capture_tracking_view.h', |
| 479 'test/desktop_test_views_delegate.h', | 481 'test/desktop_test_views_delegate.h', |
| 480 'test/desktop_test_views_delegate_mac.mm', | 482 'test/desktop_test_views_delegate_mac.mm', |
| 481 'test/event_generator_delegate_mac.h', | 483 'test/event_generator_delegate_mac.h', |
| 482 'test/event_generator_delegate_mac.mm', | 484 'test/event_generator_delegate_mac.mm', |
| 483 'test/focus_manager_test.cc', | 485 'test/focus_manager_test.cc', |
| 484 'test/focus_manager_test.h', | 486 'test/focus_manager_test.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 ], | 519 ], |
| 518 'views_test_support_desktop_aura_x11_sources': [ | 520 'views_test_support_desktop_aura_x11_sources': [ |
| 519 'test/ui_controls_factory_desktop_aurax11.cc', | 521 'test/ui_controls_factory_desktop_aurax11.cc', |
| 520 'test/ui_controls_factory_desktop_aurax11.h', | 522 'test/ui_controls_factory_desktop_aurax11.h', |
| 521 ], | 523 ], |
| 522 'views_unittests_sources': [ | 524 'views_unittests_sources': [ |
| 523 'accessibility/native_view_accessibility_unittest.cc', | 525 'accessibility/native_view_accessibility_unittest.cc', |
| 524 'accessibility/native_view_accessibility_win_unittest.cc', | 526 'accessibility/native_view_accessibility_win_unittest.cc', |
| 525 'accessible_pane_view_unittest.cc', | 527 'accessible_pane_view_unittest.cc', |
| 526 'animation/bounds_animator_unittest.cc', | 528 'animation/bounds_animator_unittest.cc', |
| 529 'animation/ink_drop_animation_controller_factory_unittest.cc', |
| 530 'animation/ink_drop_animation_unittest.cc', |
| 527 'bubble/bubble_border_unittest.cc', | 531 'bubble/bubble_border_unittest.cc', |
| 528 'bubble/bubble_delegate_unittest.cc', | 532 'bubble/bubble_delegate_unittest.cc', |
| 529 'bubble/bubble_frame_view_unittest.cc', | 533 'bubble/bubble_frame_view_unittest.cc', |
| 530 'bubble/bubble_window_targeter_unittest.cc', | 534 'bubble/bubble_window_targeter_unittest.cc', |
| 531 'cocoa/bridged_native_widget_unittest.mm', | 535 'cocoa/bridged_native_widget_unittest.mm', |
| 532 'cocoa/cocoa_mouse_capture_unittest.mm', | 536 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 533 'controls/button/blue_button_unittest.cc', | 537 'controls/button/blue_button_unittest.cc', |
| 534 'controls/button/custom_button_unittest.cc', | 538 'controls/button/custom_button_unittest.cc', |
| 535 'controls/button/image_button_unittest.cc', | 539 'controls/button/image_button_unittest.cc', |
| 536 'controls/button/label_button_unittest.cc', | 540 'controls/button/label_button_unittest.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 '../aura/aura.gyp:aura', | 952 '../aura/aura.gyp:aura', |
| 949 '../wm/wm.gyp:wm', | 953 '../wm/wm.gyp:wm', |
| 950 ], | 954 ], |
| 951 }], | 955 }], |
| 952 ], | 956 ], |
| 953 }, # target_name: macviews_interactive_ui_tests | 957 }, # target_name: macviews_interactive_ui_tests |
| 954 ], # targets | 958 ], # targets |
| 955 }], | 959 }], |
| 956 ], # conditions | 960 ], # conditions |
| 957 } | 961 } |
| OLD | NEW |