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 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'bubble/bubble_delegate.cc', | 82 'bubble/bubble_delegate.cc', |
83 'bubble/bubble_delegate.h', | 83 'bubble/bubble_delegate.h', |
84 'bubble/bubble_frame_view.cc', | 84 'bubble/bubble_frame_view.cc', |
85 'bubble/bubble_frame_view.h', | 85 'bubble/bubble_frame_view.h', |
86 'bubble/bubble_window_targeter.cc', | 86 'bubble/bubble_window_targeter.cc', |
87 'bubble/bubble_window_targeter.h', | 87 'bubble/bubble_window_targeter.h', |
88 'bubble/tray_bubble_view.cc', | 88 'bubble/tray_bubble_view.cc', |
89 'bubble/tray_bubble_view.h', | 89 'bubble/tray_bubble_view.h', |
90 'button_drag_utils.cc', | 90 'button_drag_utils.cc', |
91 'button_drag_utils.h', | 91 'button_drag_utils.h', |
| 92 'cocoa/bridged_content_view.h', |
| 93 'cocoa/bridged_content_view.mm', |
| 94 'cocoa/bridged_native_widget.h', |
| 95 'cocoa/bridged_native_widget.mm', |
92 'color_chooser/color_chooser_listener.h', | 96 'color_chooser/color_chooser_listener.h', |
93 'color_chooser/color_chooser_view.cc', | 97 'color_chooser/color_chooser_view.cc', |
94 'color_chooser/color_chooser_view.h', | 98 'color_chooser/color_chooser_view.h', |
95 'color_constants.cc', | 99 'color_constants.cc', |
96 'color_constants.h', | 100 'color_constants.h', |
97 'context_menu_controller.h', | 101 'context_menu_controller.h', |
98 'controls/button/blue_button.cc', | 102 'controls/button/blue_button.cc', |
99 'controls/button/blue_button.h', | 103 'controls/button/blue_button.h', |
100 'controls/button/button.cc', | 104 'controls/button/button.cc', |
101 'controls/button/button.h', | 105 'controls/button/button.h', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 '..', | 671 '..', |
668 ], | 672 ], |
669 'sources': [ | 673 'sources': [ |
670 'accessibility/native_view_accessibility_win_unittest.cc', | 674 'accessibility/native_view_accessibility_win_unittest.cc', |
671 'accessible_pane_view_unittest.cc', | 675 'accessible_pane_view_unittest.cc', |
672 'animation/bounds_animator_unittest.cc', | 676 'animation/bounds_animator_unittest.cc', |
673 'bubble/bubble_border_unittest.cc', | 677 'bubble/bubble_border_unittest.cc', |
674 'bubble/bubble_delegate_unittest.cc', | 678 'bubble/bubble_delegate_unittest.cc', |
675 'bubble/bubble_frame_view_unittest.cc', | 679 'bubble/bubble_frame_view_unittest.cc', |
676 'bubble/bubble_window_targeter_unittest.cc', | 680 'bubble/bubble_window_targeter_unittest.cc', |
| 681 'cocoa/bridged_native_widget_unittest.mm', |
677 'controls/button/blue_button_unittest.cc', | 682 'controls/button/blue_button_unittest.cc', |
678 'controls/button/custom_button_unittest.cc', | 683 'controls/button/custom_button_unittest.cc', |
679 'controls/button/image_button_unittest.cc', | 684 'controls/button/image_button_unittest.cc', |
680 'controls/button/label_button_unittest.cc', | 685 'controls/button/label_button_unittest.cc', |
681 'controls/button/menu_button_unittest.cc', | 686 'controls/button/menu_button_unittest.cc', |
682 'controls/combobox/combobox_unittest.cc', | 687 'controls/combobox/combobox_unittest.cc', |
683 'controls/label_unittest.cc', | 688 'controls/label_unittest.cc', |
684 'controls/menu/menu_model_adapter_unittest.cc', | 689 'controls/menu/menu_model_adapter_unittest.cc', |
685 'controls/menu/menu_controller_unittest.cc', | 690 'controls/menu/menu_controller_unittest.cc', |
686 'controls/native/native_view_host_aura_unittest.cc', | 691 'controls/native/native_view_host_aura_unittest.cc', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 'ime/input_method_bridge_unittest.cc', | 810 'ime/input_method_bridge_unittest.cc', |
806 'focus/focus_manager_unittest.cc', | 811 'focus/focus_manager_unittest.cc', |
807 'widget/window_reorderer_unittest.cc', | 812 'widget/window_reorderer_unittest.cc', |
808 'widget/widget_unittest.cc', | 813 'widget/widget_unittest.cc', |
809 ] | 814 ] |
810 }], | 815 }], |
811 ], | 816 ], |
812 }, # target_name: views_unittests | 817 }, # target_name: views_unittests |
813 ], | 818 ], |
814 } | 819 } |
OLD | NEW |