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', { |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../aura/aura.gyp:aura', | 12 '../aura/aura.gyp:aura', |
13 '../wm/wm.gyp:wm', | 13 '../wm/wm.gyp:wm', |
14 ], | 14 ], |
15 }, { | 15 }, { |
16 'sources/': [ | 16 'sources/': [ |
17 ['exclude', '^controls/combobox/'], | |
18 ['exclude', '^controls/native/'], | 17 ['exclude', '^controls/native/'], |
19 ['exclude', '^controls/scrollbar/'], | |
20 ['exclude', '^controls/table/'], | |
21 ['exclude', '^controls/tree/'], | |
22 ['exclude', '^corewm/'], | 18 ['exclude', '^corewm/'], |
23 ['exclude', '^touchui/'], | 19 ['exclude', '^touchui/'], |
24 ['exclude', '^widget/desktop_aura/'] | 20 ['exclude', '^widget/desktop_aura/'] |
25 ] | 21 ] |
26 }], | 22 }], |
27 ], | 23 ], |
28 }, | 24 }, |
29 'targets': [ | 25 'targets': [ |
30 { | 26 { |
31 'target_name': 'views', | 27 'target_name': 'views', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'controls/glow_hover_controller.cc', | 124 'controls/glow_hover_controller.cc', |
129 'controls/glow_hover_controller.h', | 125 'controls/glow_hover_controller.h', |
130 'controls/image_view.cc', | 126 'controls/image_view.cc', |
131 'controls/image_view.h', | 127 'controls/image_view.h', |
132 'controls/label.cc', | 128 'controls/label.cc', |
133 'controls/label.h', | 129 'controls/label.h', |
134 'controls/link.cc', | 130 'controls/link.cc', |
135 'controls/link.h', | 131 'controls/link.h', |
136 'controls/link_listener.h', | 132 'controls/link_listener.h', |
137 'controls/menu/display_change_listener_aura.cc', | 133 'controls/menu/display_change_listener_aura.cc', |
| 134 'controls/menu/display_change_listener_mac.cc', |
138 'controls/menu/menu.cc', | 135 'controls/menu/menu.cc', |
139 'controls/menu/menu.h', | 136 'controls/menu/menu.h', |
140 'controls/menu/menu_2.cc', | 137 'controls/menu/menu_2.cc', |
141 'controls/menu/menu_2.h', | 138 'controls/menu/menu_2.h', |
142 'controls/menu/menu_config.cc', | 139 'controls/menu/menu_config.cc', |
143 'controls/menu/menu_config.h', | 140 'controls/menu/menu_config.h', |
144 'controls/menu/menu_config_aura.cc', | 141 'controls/menu/menu_config_aura.cc', |
145 'controls/menu/menu_config_mac.cc', | 142 'controls/menu/menu_config_mac.cc', |
146 'controls/menu/menu_config_win.cc', | 143 'controls/menu/menu_config_win.cc', |
147 'controls/menu/menu_controller.cc', | 144 'controls/menu/menu_controller.cc', |
(...skipping 12 matching lines...) Expand all Loading... |
160 'controls/menu/menu_insertion_delegate_win.h', | 157 'controls/menu/menu_insertion_delegate_win.h', |
161 'controls/menu/menu_item_view.cc', | 158 'controls/menu/menu_item_view.cc', |
162 'controls/menu/menu_item_view.h', | 159 'controls/menu/menu_item_view.h', |
163 'controls/menu/menu_listener.cc', | 160 'controls/menu/menu_listener.cc', |
164 'controls/menu/menu_listener.h', | 161 'controls/menu/menu_listener.h', |
165 'controls/menu/menu_model_adapter.cc', | 162 'controls/menu/menu_model_adapter.cc', |
166 'controls/menu/menu_model_adapter.h', | 163 'controls/menu/menu_model_adapter.h', |
167 'controls/menu/menu_runner.cc', | 164 'controls/menu/menu_runner.cc', |
168 'controls/menu/menu_runner.h', | 165 'controls/menu/menu_runner.h', |
169 'controls/menu/menu_runner_handler.h', | 166 'controls/menu/menu_runner_handler.h', |
170 'controls/menu/menu_runner_mac.mm', | |
171 'controls/menu/menu_scroll_view_container.cc', | 167 'controls/menu/menu_scroll_view_container.cc', |
172 'controls/menu/menu_scroll_view_container.h', | 168 'controls/menu/menu_scroll_view_container.h', |
173 'controls/menu/menu_separator.h', | 169 'controls/menu/menu_separator.h', |
174 'controls/menu/menu_separator_views.cc', | 170 'controls/menu/menu_separator_views.cc', |
175 'controls/menu/menu_separator_win.cc', | 171 'controls/menu/menu_separator_win.cc', |
176 'controls/menu/menu_wrapper.h', | 172 'controls/menu/menu_wrapper.h', |
177 'controls/menu/native_menu_win.cc', | 173 'controls/menu/native_menu_win.cc', |
178 'controls/menu/native_menu_win.h', | 174 'controls/menu/native_menu_win.h', |
179 'controls/menu/menu_image_util.cc', | 175 'controls/menu/menu_image_util.cc', |
180 'controls/menu/menu_image_util.h', | 176 'controls/menu/menu_image_util.h', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 ['use_x11==1', { | 523 ['use_x11==1', { |
528 'dependencies': [ | 524 'dependencies': [ |
529 '../../build/linux/system.gyp:x11', | 525 '../../build/linux/system.gyp:x11', |
530 '../../build/linux/system.gyp:xrandr', | 526 '../../build/linux/system.gyp:xrandr', |
531 ], | 527 ], |
532 }], | 528 }], |
533 ['use_aura==0', { | 529 ['use_aura==0', { |
534 'sources!': [ | 530 'sources!': [ |
535 'bubble/bubble_window_targeter.cc', | 531 'bubble/bubble_window_targeter.cc', |
536 'bubble/bubble_window_targeter.h', | 532 'bubble/bubble_window_targeter.h', |
537 'controls/menu/menu_controller.cc', | |
538 'controls/menu/menu_controller.h', | |
539 'controls/menu/menu_item_view.cc', | |
540 'controls/menu/menu_item_view.h', | |
541 'controls/menu/menu_host.cc', | |
542 'controls/menu/menu_host.h', | |
543 'controls/menu/menu_host_root_view.cc', | |
544 'controls/menu/menu_host_root_view.h', | |
545 'controls/menu/menu_model_adapter.cc', | |
546 'controls/menu/menu_model_adapter.h', | |
547 'controls/menu/menu_runner.cc', | |
548 'controls/menu/menu_scroll_view_container.cc', | |
549 'controls/menu/menu_scroll_view_container.h', | |
550 'controls/menu/menu_separator_views.cc', | |
551 'controls/menu/submenu_view.cc', | |
552 'controls/menu/submenu_view.h', | |
553 'controls/scroll_view.cc', | |
554 'controls/scroll_view.h', | |
555 'mouse_watcher_view_host.cc', | 533 'mouse_watcher_view_host.cc', |
556 'mouse_watcher_view_host.h', | 534 'mouse_watcher_view_host.h', |
557 'widget/window_reorderer.cc', | 535 'widget/window_reorderer.cc', |
558 'widget/window_reorderer.h', | 536 'widget/window_reorderer.h', |
559 ], | 537 ], |
560 }], | 538 }], |
561 ], | 539 ], |
562 }, # target_name: views | 540 }, # target_name: views |
563 { | 541 { |
564 'target_name': 'views_test_support', | 542 'target_name': 'views_test_support', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 }], | 732 }], |
755 ['use_aura==1', { | 733 ['use_aura==1', { |
756 'dependencies': [ | 734 'dependencies': [ |
757 '../aura/aura.gyp:aura_test_support', | 735 '../aura/aura.gyp:aura_test_support', |
758 ], | 736 ], |
759 }], | 737 }], |
760 ], | 738 ], |
761 }, # target_name: views_unittests | 739 }, # target_name: views_unittests |
762 ], | 740 ], |
763 } | 741 } |
OLD | NEW |