| 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 19 matching lines...) Expand all Loading... |
| 51 '../resources/ui_resources.gyp:ui_resources', | 47 '../resources/ui_resources.gyp:ui_resources', |
| 52 ], | 48 ], |
| 53 'export_dependent_settings': [ | 49 'export_dependent_settings': [ |
| 54 '../accessibility/accessibility.gyp:ax_gen', | 50 '../accessibility/accessibility.gyp:ax_gen', |
| 55 ], | 51 ], |
| 56 'defines': [ | 52 'defines': [ |
| 57 'VIEWS_IMPLEMENTATION', | 53 'VIEWS_IMPLEMENTATION', |
| 58 ], | 54 ], |
| 59 'sources': [ | 55 'sources': [ |
| 60 # All .cc, .h under views, except unittests | 56 # All .cc, .h under views, except unittests |
| 61 'accessibility/ax_aura_obj_cache.cc', | 57 # 'accessibility/ax_aura_obj_cache.cc', |
| 62 'accessibility/ax_aura_obj_cache.h', | 58 # 'accessibility/ax_aura_obj_cache.h', |
| 63 'accessibility/ax_aura_obj_wrapper.h', | 59 # 'accessibility/ax_aura_obj_wrapper.h', |
| 64 'accessibility/ax_view_obj_wrapper.cc', | 60 # 'accessibility/ax_view_obj_wrapper.cc', |
| 65 'accessibility/ax_view_obj_wrapper.h', | 61 # 'accessibility/ax_view_obj_wrapper.h', |
| 66 'accessibility/ax_widget_obj_wrapper.cc', | 62 # 'accessibility/ax_widget_obj_wrapper.cc', |
| 67 'accessibility/ax_widget_obj_wrapper.h', | 63 # 'accessibility/ax_widget_obj_wrapper.h', |
| 68 'accessibility/ax_window_obj_wrapper.cc', | 64 # 'accessibility/ax_window_obj_wrapper.cc', |
| 69 'accessibility/ax_window_obj_wrapper.h', | 65 # 'accessibility/ax_window_obj_wrapper.h', |
| 70 'accessibility/native_view_accessibility.cc', | 66 'accessibility/native_view_accessibility.cc', |
| 71 'accessibility/native_view_accessibility.h', | 67 'accessibility/native_view_accessibility.h', |
| 72 'accessibility/native_view_accessibility_win.cc', | 68 'accessibility/native_view_accessibility_win.cc', |
| 73 'accessibility/native_view_accessibility_win.h', | 69 'accessibility/native_view_accessibility_win.h', |
| 74 'accessible_pane_view.cc', | 70 'accessible_pane_view.cc', |
| 75 'accessible_pane_view.h', | 71 'accessible_pane_view.h', |
| 76 'animation/bounds_animator.cc', | 72 'animation/bounds_animator.cc', |
| 77 'animation/bounds_animator.h', | 73 'animation/bounds_animator.h', |
| 78 'animation/scroll_animator.cc', | 74 'animation/scroll_animator.cc', |
| 79 'animation/scroll_animator.h', | 75 'animation/scroll_animator.h', |
| (...skipping 48 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', |
| 148 'controls/menu/menu_controller.h', | 145 'controls/menu/menu_controller.h', |
| 149 'controls/menu/menu_controller_delegate.h', | 146 'controls/menu/menu_controller_delegate.h', |
| 150 'controls/menu/menu_event_dispatcher_linux.cc', | 147 'controls/menu/menu_event_dispatcher_linux.cc', |
| 151 'controls/menu/menu_event_dispatcher_linux.h', | 148 'controls/menu/menu_event_dispatcher_linux.h', |
| 152 'controls/menu/menu_delegate.cc', | 149 'controls/menu/menu_delegate.cc', |
| 153 'controls/menu/menu_delegate.h', | 150 'controls/menu/menu_delegate.h', |
| 154 'controls/menu/menu_message_pump_dispatcher_win.cc', | 151 'controls/menu/menu_message_pump_dispatcher_win.cc', |
| 155 'controls/menu/menu_message_pump_dispatcher_win.h', | 152 'controls/menu/menu_message_pump_dispatcher_win.h', |
| 153 'controls/menu/menu_message_loop.h', |
| 154 'controls/menu/menu_message_loop_aura.cc', |
| 155 'controls/menu/menu_message_loop_mac.cc', |
| 156 'controls/menu/menu_host.cc', | 156 'controls/menu/menu_host.cc', |
| 157 'controls/menu/menu_host.h', | 157 'controls/menu/menu_host.h', |
| 158 'controls/menu/menu_host_root_view.cc', | 158 'controls/menu/menu_host_root_view.cc', |
| 159 'controls/menu/menu_host_root_view.h', | 159 'controls/menu/menu_host_root_view.h', |
| 160 'controls/menu/menu_insertion_delegate_win.h', | 160 'controls/menu/menu_insertion_delegate_win.h', |
| 161 'controls/menu/menu_item_view.cc', | 161 'controls/menu/menu_item_view.cc', |
| 162 'controls/menu/menu_item_view.h', | 162 'controls/menu/menu_item_view.h', |
| 163 'controls/menu/menu_listener.cc', | 163 'controls/menu/menu_listener.cc', |
| 164 'controls/menu/menu_listener.h', | 164 'controls/menu/menu_listener.h', |
| 165 'controls/menu/menu_model_adapter.cc', | 165 'controls/menu/menu_model_adapter.cc', |
| 166 'controls/menu/menu_model_adapter.h', | 166 'controls/menu/menu_model_adapter.h', |
| 167 'controls/menu/menu_runner.cc', | 167 'controls/menu/menu_runner.cc', |
| 168 'controls/menu/menu_runner.h', | 168 'controls/menu/menu_runner.h', |
| 169 'controls/menu/menu_runner_handler.h', | 169 'controls/menu/menu_runner_handler.h', |
| 170 'controls/menu/menu_runner_mac.mm', | |
| 171 'controls/menu/menu_scroll_view_container.cc', | 170 'controls/menu/menu_scroll_view_container.cc', |
| 172 'controls/menu/menu_scroll_view_container.h', | 171 'controls/menu/menu_scroll_view_container.h', |
| 173 'controls/menu/menu_separator.h', | 172 'controls/menu/menu_separator.h', |
| 174 'controls/menu/menu_separator_views.cc', | 173 'controls/menu/menu_separator_views.cc', |
| 175 'controls/menu/menu_separator_win.cc', | 174 'controls/menu/menu_separator_win.cc', |
| 176 'controls/menu/menu_wrapper.h', | 175 'controls/menu/menu_wrapper.h', |
| 177 'controls/menu/native_menu_win.cc', | 176 'controls/menu/native_menu_win.cc', |
| 178 'controls/menu/native_menu_win.h', | 177 'controls/menu/native_menu_win.h', |
| 179 'controls/menu/menu_image_util.cc', | 178 'controls/menu/menu_image_util.cc', |
| 180 'controls/menu/menu_image_util.h', | 179 'controls/menu/menu_image_util.h', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 ['use_x11==1', { | 526 ['use_x11==1', { |
| 528 'dependencies': [ | 527 'dependencies': [ |
| 529 '../../build/linux/system.gyp:x11', | 528 '../../build/linux/system.gyp:x11', |
| 530 '../../build/linux/system.gyp:xrandr', | 529 '../../build/linux/system.gyp:xrandr', |
| 531 ], | 530 ], |
| 532 }], | 531 }], |
| 533 ['use_aura==0', { | 532 ['use_aura==0', { |
| 534 'sources!': [ | 533 'sources!': [ |
| 535 'bubble/bubble_window_targeter.cc', | 534 'bubble/bubble_window_targeter.cc', |
| 536 'bubble/bubble_window_targeter.h', | 535 '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', | 536 'mouse_watcher_view_host.cc', |
| 556 'mouse_watcher_view_host.h', | 537 'mouse_watcher_view_host.h', |
| 557 'widget/window_reorderer.cc', | 538 'widget/window_reorderer.cc', |
| 558 'widget/window_reorderer.h', | 539 'widget/window_reorderer.h', |
| 559 ], | 540 ], |
| 560 }], | 541 }], |
| 561 ], | 542 ], |
| 562 }, # target_name: views | 543 }, # target_name: views |
| 563 { | 544 { |
| 564 'target_name': 'views_test_support', | 545 'target_name': 'views_test_support', |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 }], | 735 }], |
| 755 ['use_aura==1', { | 736 ['use_aura==1', { |
| 756 'dependencies': [ | 737 'dependencies': [ |
| 757 '../aura/aura.gyp:aura_test_support', | 738 '../aura/aura.gyp:aura_test_support', |
| 758 ], | 739 ], |
| 759 }], | 740 }], |
| 760 ], | 741 ], |
| 761 }, # target_name: views_unittests | 742 }, # target_name: views_unittests |
| 762 ], | 743 ], |
| 763 } | 744 } |
| OLD | NEW |