| 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', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'bubble/bubble_dialog_delegate.h', | 53 'bubble/bubble_dialog_delegate.h', |
| 54 'bubble/bubble_frame_view.cc', | 54 'bubble/bubble_frame_view.cc', |
| 55 'bubble/bubble_frame_view.h', | 55 'bubble/bubble_frame_view.h', |
| 56 'button_drag_utils.cc', | 56 'button_drag_utils.cc', |
| 57 'button_drag_utils.h', | 57 'button_drag_utils.h', |
| 58 'cocoa/bridged_content_view.h', | 58 'cocoa/bridged_content_view.h', |
| 59 'cocoa/bridged_content_view.mm', | 59 'cocoa/bridged_content_view.mm', |
| 60 'cocoa/bridged_native_widget.h', | 60 'cocoa/bridged_native_widget.h', |
| 61 'cocoa/bridged_native_widget.mm', | 61 'cocoa/bridged_native_widget.mm', |
| 62 'cocoa/bridged_native_widget_owner.h', | 62 'cocoa/bridged_native_widget_owner.h', |
| 63 'cocoa/drag_drop_client_mac.h', |
| 64 'cocoa/drag_drop_client_mac.mm', |
| 63 'cocoa/cocoa_mouse_capture.h', | 65 'cocoa/cocoa_mouse_capture.h', |
| 64 'cocoa/cocoa_mouse_capture.mm', | 66 'cocoa/cocoa_mouse_capture.mm', |
| 65 'cocoa/cocoa_mouse_capture_delegate.h', | 67 'cocoa/cocoa_mouse_capture_delegate.h', |
| 66 'cocoa/native_widget_mac_nswindow.h', | 68 'cocoa/native_widget_mac_nswindow.h', |
| 67 'cocoa/native_widget_mac_nswindow.mm', | 69 'cocoa/native_widget_mac_nswindow.mm', |
| 68 'cocoa/tooltip_manager_mac.h', | 70 'cocoa/tooltip_manager_mac.h', |
| 69 'cocoa/tooltip_manager_mac.mm', | 71 'cocoa/tooltip_manager_mac.mm', |
| 70 'cocoa/views_nswindow_delegate.h', | 72 'cocoa/views_nswindow_delegate.h', |
| 71 'cocoa/views_nswindow_delegate.mm', | 73 'cocoa/views_nswindow_delegate.mm', |
| 72 'cocoa/views_scrollbar_bridge.h', | 74 'cocoa/views_scrollbar_bridge.h', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'animation/ink_drop_impl_unittest.cc', | 577 'animation/ink_drop_impl_unittest.cc', |
| 576 'animation/ink_drop_ripple_unittest.cc', | 578 'animation/ink_drop_ripple_unittest.cc', |
| 577 'animation/ink_drop_hover_unittest.cc', | 579 'animation/ink_drop_hover_unittest.cc', |
| 578 'animation/square_ink_drop_ripple_unittest.cc', | 580 'animation/square_ink_drop_ripple_unittest.cc', |
| 579 'bubble/bubble_border_unittest.cc', | 581 'bubble/bubble_border_unittest.cc', |
| 580 'bubble/bubble_dialog_delegate_unittest.cc', | 582 'bubble/bubble_dialog_delegate_unittest.cc', |
| 581 'bubble/bubble_frame_view_unittest.cc', | 583 'bubble/bubble_frame_view_unittest.cc', |
| 582 'bubble/bubble_window_targeter_unittest.cc', | 584 'bubble/bubble_window_targeter_unittest.cc', |
| 583 'cocoa/bridged_native_widget_unittest.mm', | 585 'cocoa/bridged_native_widget_unittest.mm', |
| 584 'cocoa/cocoa_mouse_capture_unittest.mm', | 586 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 587 'cocoa/drag_drop_client_mac_unittest.mm', |
| 585 'controls/button/blue_button_unittest.cc', | 588 'controls/button/blue_button_unittest.cc', |
| 586 'controls/button/custom_button_unittest.cc', | 589 'controls/button/custom_button_unittest.cc', |
| 587 'controls/button/image_button_unittest.cc', | 590 'controls/button/image_button_unittest.cc', |
| 588 'controls/button/label_button_unittest.cc', | 591 'controls/button/label_button_unittest.cc', |
| 589 'controls/button/menu_button_unittest.cc', | 592 'controls/button/menu_button_unittest.cc', |
| 590 'controls/combobox/combobox_unittest.cc', | 593 'controls/combobox/combobox_unittest.cc', |
| 591 'controls/label_unittest.cc', | 594 'controls/label_unittest.cc', |
| 592 'controls/menu/menu_controller_unittest.cc', | 595 'controls/menu/menu_controller_unittest.cc', |
| 593 'controls/menu/menu_item_view_unittest.cc', | 596 'controls/menu/menu_item_view_unittest.cc', |
| 594 'controls/menu/menu_model_adapter_unittest.cc', | 597 'controls/menu/menu_model_adapter_unittest.cc', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 '../aura/aura.gyp:aura', | 1042 '../aura/aura.gyp:aura', |
| 1040 '../wm/wm.gyp:wm', | 1043 '../wm/wm.gyp:wm', |
| 1041 ], | 1044 ], |
| 1042 }], | 1045 }], |
| 1043 ], | 1046 ], |
| 1044 }, # target_name: macviews_interactive_ui_tests | 1047 }, # target_name: macviews_interactive_ui_tests |
| 1045 ], # targets | 1048 ], # targets |
| 1046 }], | 1049 }], |
| 1047 ], # conditions | 1050 ], # conditions |
| 1048 } | 1051 } |
| OLD | NEW |