| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'controls/focusable_border.h', | 71 'controls/focusable_border.h', |
| 72 'controls/glow_hover_controller.cc', | 72 'controls/glow_hover_controller.cc', |
| 73 'controls/glow_hover_controller.h', | 73 'controls/glow_hover_controller.h', |
| 74 'controls/image_view.cc', | 74 'controls/image_view.cc', |
| 75 'controls/image_view.h', | 75 'controls/image_view.h', |
| 76 'controls/label.cc', | 76 'controls/label.cc', |
| 77 'controls/label.h', | 77 'controls/label.h', |
| 78 'controls/link.cc', | 78 'controls/link.cc', |
| 79 'controls/link.h', | 79 'controls/link.h', |
| 80 'controls/link_listener.h', | 80 'controls/link_listener.h', |
| 81 'controls/menu/display_change_listener_aura.cc', | |
| 82 'controls/menu/display_change_listener_mac.cc', | 81 'controls/menu/display_change_listener_mac.cc', |
| 83 'controls/menu/menu.cc', | 82 'controls/menu/menu.cc', |
| 84 'controls/menu/menu.h', | 83 'controls/menu/menu.h', |
| 85 'controls/menu/menu_config.cc', | 84 'controls/menu/menu_config.cc', |
| 86 'controls/menu/menu_config.h', | 85 'controls/menu/menu_config.h', |
| 87 'controls/menu/menu_config_aura.cc', | |
| 88 'controls/menu/menu_config_mac.cc', | 86 'controls/menu/menu_config_mac.cc', |
| 89 'controls/menu/menu_config_win.cc', | 87 'controls/menu/menu_config_win.cc', |
| 90 'controls/menu/menu_controller.cc', | 88 'controls/menu/menu_controller.cc', |
| 91 'controls/menu/menu_controller.h', | 89 'controls/menu/menu_controller.h', |
| 92 'controls/menu/menu_controller_delegate.h', | 90 'controls/menu/menu_controller_delegate.h', |
| 93 'controls/menu/menu_delegate.cc', | 91 'controls/menu/menu_delegate.cc', |
| 94 'controls/menu/menu_delegate.h', | 92 'controls/menu/menu_delegate.h', |
| 95 'controls/menu/menu_event_dispatcher_linux.cc', | 93 'controls/menu/menu_event_dispatcher_linux.cc', |
| 96 'controls/menu/menu_event_dispatcher_linux.h', | 94 'controls/menu/menu_event_dispatcher_linux.h', |
| 97 'controls/menu/menu_host.cc', | 95 'controls/menu/menu_host.cc', |
| 98 'controls/menu/menu_host.h', | 96 'controls/menu/menu_host.h', |
| 99 'controls/menu/menu_host_root_view.cc', | 97 'controls/menu/menu_host_root_view.cc', |
| 100 'controls/menu/menu_host_root_view.h', | 98 'controls/menu/menu_host_root_view.h', |
| 101 'controls/menu/menu_image_util.cc', | 99 'controls/menu/menu_image_util.cc', |
| 102 'controls/menu/menu_image_util.h', | 100 'controls/menu/menu_image_util.h', |
| 103 'controls/menu/menu_insertion_delegate_win.h', | 101 'controls/menu/menu_insertion_delegate_win.h', |
| 104 'controls/menu/menu_item_view.cc', | 102 'controls/menu/menu_item_view.cc', |
| 105 'controls/menu/menu_item_view.h', | 103 'controls/menu/menu_item_view.h', |
| 106 'controls/menu/menu_listener.cc', | 104 'controls/menu/menu_listener.cc', |
| 107 'controls/menu/menu_listener.h', | 105 'controls/menu/menu_listener.h', |
| 108 'controls/menu/menu_message_loop.h', | 106 'controls/menu/menu_message_loop.h', |
| 109 'controls/menu/menu_message_loop_aura.cc', | |
| 110 'controls/menu/menu_message_loop_aura.h', | |
| 111 'controls/menu/menu_message_loop_mac.cc', | 107 'controls/menu/menu_message_loop_mac.cc', |
| 112 'controls/menu/menu_message_loop_mac.h', | 108 'controls/menu/menu_message_loop_mac.h', |
| 113 'controls/menu/menu_message_pump_dispatcher_win.cc', | 109 'controls/menu/menu_message_pump_dispatcher_win.cc', |
| 114 'controls/menu/menu_message_pump_dispatcher_win.h', | 110 'controls/menu/menu_message_pump_dispatcher_win.h', |
| 115 'controls/menu/menu_model_adapter.cc', | 111 'controls/menu/menu_model_adapter.cc', |
| 116 'controls/menu/menu_model_adapter.h', | 112 'controls/menu/menu_model_adapter.h', |
| 117 'controls/menu/menu_runner.cc', | 113 'controls/menu/menu_runner.cc', |
| 118 'controls/menu/menu_runner.h', | 114 'controls/menu/menu_runner.h', |
| 119 'controls/menu/menu_runner_handler.h', | 115 'controls/menu/menu_runner_handler.h', |
| 120 'controls/menu/menu_runner_impl.cc', | 116 'controls/menu/menu_runner_impl.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 131 'controls/menu/menu_separator_win.cc', | 127 'controls/menu/menu_separator_win.cc', |
| 132 'controls/menu/menu_types.h', | 128 'controls/menu/menu_types.h', |
| 133 'controls/menu/native_menu_win.cc', | 129 'controls/menu/native_menu_win.cc', |
| 134 'controls/menu/native_menu_win.h', | 130 'controls/menu/native_menu_win.h', |
| 135 'controls/menu/submenu_view.cc', | 131 'controls/menu/submenu_view.cc', |
| 136 'controls/menu/submenu_view.h', | 132 'controls/menu/submenu_view.h', |
| 137 'controls/message_box_view.cc', | 133 'controls/message_box_view.cc', |
| 138 'controls/message_box_view.h', | 134 'controls/message_box_view.h', |
| 139 'controls/native/native_view_host.cc', | 135 'controls/native/native_view_host.cc', |
| 140 'controls/native/native_view_host.h', | 136 'controls/native/native_view_host.h', |
| 141 'controls/native/native_view_host_aura.cc', | |
| 142 'controls/native/native_view_host_aura.h', | |
| 143 'controls/native/native_view_host_mac.h', | 137 'controls/native/native_view_host_mac.h', |
| 144 'controls/native/native_view_host_mac.mm', | 138 'controls/native/native_view_host_mac.mm', |
| 145 'controls/prefix_delegate.h', | 139 'controls/prefix_delegate.h', |
| 146 'controls/prefix_selector.cc', | 140 'controls/prefix_selector.cc', |
| 147 'controls/prefix_selector.h', | 141 'controls/prefix_selector.h', |
| 148 'controls/progress_bar.cc', | 142 'controls/progress_bar.cc', |
| 149 'controls/progress_bar.h', | 143 'controls/progress_bar.h', |
| 150 'controls/resize_area.cc', | 144 'controls/resize_area.cc', |
| 151 'controls/resize_area.h', | 145 'controls/resize_area.h', |
| 152 'controls/resize_area_delegate.h', | 146 'controls/resize_area_delegate.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'controls/tree/tree_view.h', | 198 'controls/tree/tree_view.h', |
| 205 'controls/tree/tree_view_controller.cc', | 199 'controls/tree/tree_view_controller.cc', |
| 206 'controls/tree/tree_view_controller.h', | 200 'controls/tree/tree_view_controller.h', |
| 207 'cull_set.cc', | 201 'cull_set.cc', |
| 208 'cull_set.h', | 202 'cull_set.h', |
| 209 'debug_utils.cc', | 203 'debug_utils.cc', |
| 210 'debug_utils.h', | 204 'debug_utils.h', |
| 211 'drag_controller.h', | 205 'drag_controller.h', |
| 212 'drag_utils.cc', | 206 'drag_utils.cc', |
| 213 'drag_utils.h', | 207 'drag_utils.h', |
| 214 'drag_utils_aura.cc', | |
| 215 'drag_utils_mac.mm', | 208 'drag_utils_mac.mm', |
| 216 'event_monitor.h', | 209 'event_monitor.h', |
| 217 'event_monitor_aura.cc', | |
| 218 'event_monitor_aura.h', | |
| 219 'event_monitor_mac.h', | 210 'event_monitor_mac.h', |
| 220 'event_monitor_mac.mm', | 211 'event_monitor_mac.mm', |
| 221 'focus/external_focus_tracker.cc', | 212 'focus/external_focus_tracker.cc', |
| 222 'focus/external_focus_tracker.h', | 213 'focus/external_focus_tracker.h', |
| 223 'focus/focus_manager.cc', | 214 'focus/focus_manager.cc', |
| 224 'focus/focus_manager.h', | 215 'focus/focus_manager.h', |
| 225 'focus/focus_manager_delegate.h', | 216 'focus/focus_manager_delegate.h', |
| 226 'focus/focus_manager_factory.cc', | 217 'focus/focus_manager_factory.cc', |
| 227 'focus/focus_manager_factory.h', | 218 'focus/focus_manager_factory.h', |
| 228 'focus/focus_search.cc', | 219 'focus/focus_search.cc', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 253 'linux_ui/linux_ui.cc', | 244 'linux_ui/linux_ui.cc', |
| 254 'linux_ui/linux_ui.h', | 245 'linux_ui/linux_ui.h', |
| 255 'linux_ui/status_icon_linux.cc', | 246 'linux_ui/status_icon_linux.cc', |
| 256 'linux_ui/status_icon_linux.h', | 247 'linux_ui/status_icon_linux.h', |
| 257 'linux_ui/window_button_order_observer.h', | 248 'linux_ui/window_button_order_observer.h', |
| 258 'linux_ui/window_button_order_provider.cc', | 249 'linux_ui/window_button_order_provider.cc', |
| 259 'masked_targeter_delegate.cc', | 250 'masked_targeter_delegate.cc', |
| 260 'masked_targeter_delegate.h', | 251 'masked_targeter_delegate.h', |
| 261 'metrics.cc', | 252 'metrics.cc', |
| 262 'metrics.h', | 253 'metrics.h', |
| 263 'metrics_aura.cc', | |
| 264 'metrics_mac.cc', | 254 'metrics_mac.cc', |
| 265 'mouse_constants.h', | 255 'mouse_constants.h', |
| 266 'mouse_watcher.cc', | 256 'mouse_watcher.cc', |
| 267 'mouse_watcher.h', | 257 'mouse_watcher.h', |
| 268 'mouse_watcher_view_host.cc', | 258 'mouse_watcher_view_host.cc', |
| 269 'mouse_watcher_view_host.h', | 259 'mouse_watcher_view_host.h', |
| 270 'native_cursor.h', | 260 'native_cursor.h', |
| 271 'native_cursor_aura.cc', | |
| 272 'native_cursor_mac.mm', | 261 'native_cursor_mac.mm', |
| 273 'native_theme_delegate.h', | 262 'native_theme_delegate.h', |
| 274 'painter.cc', | 263 'painter.cc', |
| 275 'painter.h', | 264 'painter.h', |
| 276 'rect_based_targeting_utils.cc', | 265 'rect_based_targeting_utils.cc', |
| 277 'rect_based_targeting_utils.h', | 266 'rect_based_targeting_utils.h', |
| 278 'repeat_controller.cc', | 267 'repeat_controller.cc', |
| 279 'repeat_controller.h', | 268 'repeat_controller.h', |
| 280 'round_rect_painter.cc', | 269 'round_rect_painter.cc', |
| 281 'round_rect_painter.h', | 270 'round_rect_painter.h', |
| 282 'shadow_border.cc', | 271 'shadow_border.cc', |
| 283 'shadow_border.h', | 272 'shadow_border.h', |
| 284 'view.cc', | 273 'view.cc', |
| 285 'view.h', | 274 'view.h', |
| 286 'view_constants.cc', | 275 'view_constants.cc', |
| 287 'view_constants.h', | 276 'view_constants.h', |
| 288 'view_constants_aura.cc', | |
| 289 'view_constants_aura.h', | |
| 290 'view_model.cc', | 277 'view_model.cc', |
| 291 'view_model.h', | 278 'view_model.h', |
| 292 'view_model_utils.cc', | 279 'view_model_utils.cc', |
| 293 'view_model_utils.h', | 280 'view_model_utils.h', |
| 294 'view_targeter.cc', | 281 'view_targeter.cc', |
| 295 'view_targeter.h', | 282 'view_targeter.h', |
| 296 'view_targeter_delegate.cc', | 283 'view_targeter_delegate.cc', |
| 297 'view_targeter_delegate.h', | 284 'view_targeter_delegate.h', |
| 298 'views_delegate.cc', | 285 'views_delegate.cc', |
| 299 'views_delegate.h', | 286 'views_delegate.h', |
| 300 'views_switches.cc', | 287 'views_switches.cc', |
| 301 'views_switches.h', | 288 'views_switches.h', |
| 302 'views_touch_selection_controller_factory.h', | 289 'views_touch_selection_controller_factory.h', |
| 303 'views_touch_selection_controller_factory_aura.cc', | |
| 304 'views_touch_selection_controller_factory_mac.cc', | 290 'views_touch_selection_controller_factory_mac.cc', |
| 305 'widget/drop_helper.cc', | 291 'widget/drop_helper.cc', |
| 306 'widget/drop_helper.h', | 292 'widget/drop_helper.h', |
| 307 'widget/monitor_win.cc', | 293 'widget/monitor_win.cc', |
| 308 'widget/monitor_win.h', | 294 'widget/monitor_win.h', |
| 309 'widget/native_widget.h', | 295 'widget/native_widget.h', |
| 310 'widget/native_widget_aura.cc', | |
| 311 'widget/native_widget_aura.h', | |
| 312 'widget/native_widget_delegate.h', | 296 'widget/native_widget_delegate.h', |
| 313 'widget/native_widget_mac.h', | 297 'widget/native_widget_mac.h', |
| 314 'widget/native_widget_mac.mm', | 298 'widget/native_widget_mac.mm', |
| 315 'widget/native_widget_private.h', | 299 'widget/native_widget_private.h', |
| 316 'widget/root_view.cc', | 300 'widget/root_view.cc', |
| 317 'widget/root_view.h', | 301 'widget/root_view.h', |
| 318 'widget/root_view_targeter.cc', | 302 'widget/root_view_targeter.cc', |
| 319 'widget/root_view_targeter.h', | 303 'widget/root_view_targeter.h', |
| 320 'widget/tooltip_manager.cc', | 304 'widget/tooltip_manager.cc', |
| 321 'widget/tooltip_manager.h', | 305 'widget/tooltip_manager.h', |
| 322 'widget/tooltip_manager_aura.cc', | |
| 323 'widget/tooltip_manager_aura.h', | |
| 324 'widget/widget.cc', | 306 'widget/widget.cc', |
| 325 'widget/widget.h', | 307 'widget/widget.h', |
| 326 'widget/widget_aura_utils.cc', | 308 'widget/widget_aura_utils.cc', |
| 327 'widget/widget_aura_utils.h', | 309 'widget/widget_aura_utils.h', |
| 328 'widget/widget_delegate.cc', | 310 'widget/widget_delegate.cc', |
| 329 'widget/widget_delegate.h', | 311 'widget/widget_delegate.h', |
| 330 'widget/widget_deletion_observer.cc', | 312 'widget/widget_deletion_observer.cc', |
| 331 'widget/widget_deletion_observer.h', | 313 'widget/widget_deletion_observer.h', |
| 332 'widget/widget_observer.h', | 314 'widget/widget_observer.h', |
| 333 'widget/widget_removals_observer.h', | 315 'widget/widget_removals_observer.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'accessibility/ax_view_obj_wrapper.cc', | 356 'accessibility/ax_view_obj_wrapper.cc', |
| 375 'accessibility/ax_view_obj_wrapper.h', | 357 'accessibility/ax_view_obj_wrapper.h', |
| 376 'accessibility/ax_widget_obj_wrapper.cc', | 358 'accessibility/ax_widget_obj_wrapper.cc', |
| 377 'accessibility/ax_widget_obj_wrapper.h', | 359 'accessibility/ax_widget_obj_wrapper.h', |
| 378 'accessibility/ax_window_obj_wrapper.cc', | 360 'accessibility/ax_window_obj_wrapper.cc', |
| 379 'accessibility/ax_window_obj_wrapper.h', | 361 'accessibility/ax_window_obj_wrapper.h', |
| 380 'bubble/bubble_window_targeter.cc', | 362 'bubble/bubble_window_targeter.cc', |
| 381 'bubble/bubble_window_targeter.h', | 363 'bubble/bubble_window_targeter.h', |
| 382 'bubble/tray_bubble_view.cc', | 364 'bubble/tray_bubble_view.cc', |
| 383 'bubble/tray_bubble_view.h', | 365 'bubble/tray_bubble_view.h', |
| 366 'controls/menu/display_change_listener_aura.cc', |
| 367 'controls/menu/menu_config_aura.cc', |
| 368 'controls/menu/menu_message_loop_aura.cc', |
| 369 'controls/menu/menu_message_loop_aura.h', |
| 370 'controls/native/native_view_host_aura.cc', |
| 371 'controls/native/native_view_host_aura.h', |
| 384 'corewm/cursor_height_provider_win.cc', | 372 'corewm/cursor_height_provider_win.cc', |
| 385 'corewm/cursor_height_provider_win.h', | 373 'corewm/cursor_height_provider_win.h', |
| 386 'corewm/tooltip.h', | 374 'corewm/tooltip.h', |
| 387 'corewm/tooltip_aura.cc', | 375 'corewm/tooltip_aura.cc', |
| 388 'corewm/tooltip_aura.h', | 376 'corewm/tooltip_aura.h', |
| 389 'corewm/tooltip_controller.cc', | 377 'corewm/tooltip_controller.cc', |
| 390 'corewm/tooltip_controller.h', | 378 'corewm/tooltip_controller.h', |
| 391 'corewm/tooltip_win.cc', | 379 'corewm/tooltip_win.cc', |
| 392 'corewm/tooltip_win.h', | 380 'corewm/tooltip_win.h', |
| 381 'drag_utils_aura.cc', |
| 382 'event_monitor_aura.cc', |
| 383 'event_monitor_aura.h', |
| 384 'metrics_aura.cc', |
| 385 'native_cursor_aura.cc', |
| 393 'touchui/touch_editing_menu.cc', | 386 'touchui/touch_editing_menu.cc', |
| 394 'touchui/touch_editing_menu.h', | 387 'touchui/touch_editing_menu.h', |
| 395 'touchui/touch_selection_controller_impl.cc', | 388 'touchui/touch_selection_controller_impl.cc', |
| 396 'touchui/touch_selection_controller_impl.h', | 389 'touchui/touch_selection_controller_impl.h', |
| 390 'view_constants_aura.cc', |
| 391 'view_constants_aura.h', |
| 392 'views_touch_selection_controller_factory_aura.cc', |
| 393 'widget/native_widget_aura.cc', |
| 394 'widget/native_widget_aura.h', |
| 395 'widget/tooltip_manager_aura.cc', |
| 396 'widget/tooltip_manager_aura.h', |
| 397 'widget/window_reorderer.cc', | 397 'widget/window_reorderer.cc', |
| 398 'widget/window_reorderer.h', | 398 'widget/window_reorderer.h', |
| 399 ], | 399 ], |
| 400 'views_desktop_aura_sources': [ | 400 'views_desktop_aura_sources': [ |
| 401 'widget/desktop_aura/desktop_capture_client.cc', | 401 'widget/desktop_aura/desktop_capture_client.cc', |
| 402 'widget/desktop_aura/desktop_capture_client.h', | 402 'widget/desktop_aura/desktop_capture_client.h', |
| 403 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 403 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 404 'widget/desktop_aura/desktop_dispatcher_client.cc', | 404 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 405 'widget/desktop_aura/desktop_dispatcher_client.h', | 405 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 406 'widget/desktop_aura/desktop_drop_target_win.cc', | 406 'widget/desktop_aura/desktop_drop_target_win.cc', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 'widget/desktop_aura/desktop_factory_ozone.h', | 460 'widget/desktop_aura/desktop_factory_ozone.h', |
| 461 'widget/desktop_aura/desktop_screen_ozone.cc', | 461 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 462 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 462 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 463 ], | 463 ], |
| 464 'views_test_support_sources': [ | 464 'views_test_support_sources': [ |
| 465 'controls/textfield/textfield_test_api.cc', | 465 'controls/textfield/textfield_test_api.cc', |
| 466 'controls/textfield/textfield_test_api.h', | 466 'controls/textfield/textfield_test_api.h', |
| 467 'test/capture_tracking_view.cc', | 467 'test/capture_tracking_view.cc', |
| 468 'test/capture_tracking_view.h', | 468 'test/capture_tracking_view.h', |
| 469 'test/desktop_test_views_delegate.h', | 469 'test/desktop_test_views_delegate.h', |
| 470 'test/desktop_test_views_delegate_aura.cc', | |
| 471 'test/desktop_test_views_delegate_mac.mm', | 470 'test/desktop_test_views_delegate_mac.mm', |
| 472 'test/event_generator_delegate_mac.h', | 471 'test/event_generator_delegate_mac.h', |
| 473 'test/event_generator_delegate_mac.mm', | 472 'test/event_generator_delegate_mac.mm', |
| 474 'test/focus_manager_test.cc', | 473 'test/focus_manager_test.cc', |
| 475 'test/focus_manager_test.h', | 474 'test/focus_manager_test.h', |
| 476 'test/menu_runner_test_api.cc', | 475 'test/menu_runner_test_api.cc', |
| 477 'test/menu_runner_test_api.h', | 476 'test/menu_runner_test_api.h', |
| 478 'test/slider_test_api.cc', | 477 'test/slider_test_api.cc', |
| 479 'test/slider_test_api.h', | 478 'test/slider_test_api.h', |
| 480 'test/test_views.cc', | 479 'test/test_views.cc', |
| 481 'test/test_views.h', | 480 'test/test_views.h', |
| 482 'test/test_views_delegate.h', | 481 'test/test_views_delegate.h', |
| 483 'test/test_views_delegate_aura.cc', | |
| 484 'test/test_views_delegate_mac.mm', | 482 'test/test_views_delegate_mac.mm', |
| 485 'test/test_widget_observer.cc', | 483 'test/test_widget_observer.cc', |
| 486 'test/test_widget_observer.h', | 484 'test/test_widget_observer.h', |
| 487 'test/ui_controls_factory_desktop_aurax11.cc', | |
| 488 'test/ui_controls_factory_desktop_aurax11.h', | |
| 489 'test/views_test_base.cc', | 485 'test/views_test_base.cc', |
| 490 'test/views_test_base.h', | 486 'test/views_test_base.h', |
| 491 'test/views_test_helper.cc', | 487 'test/views_test_helper.cc', |
| 492 'test/views_test_helper.h', | 488 'test/views_test_helper.h', |
| 493 'test/views_test_helper_aura.cc', | |
| 494 'test/views_test_helper_aura.h', | |
| 495 'test/views_test_helper_mac.h', | 489 'test/views_test_helper_mac.h', |
| 496 'test/views_test_helper_mac.mm', | 490 'test/views_test_helper_mac.mm', |
| 497 'test/widget_test.cc', | 491 'test/widget_test.cc', |
| 498 'test/widget_test.h', | 492 'test/widget_test.h', |
| 499 'test/widget_test_aura.cc', | |
| 500 'test/widget_test_mac.mm', | 493 'test/widget_test_mac.mm', |
| 501 'test/x11_property_change_waiter.cc', | 494 'test/x11_property_change_waiter.cc', |
| 502 'test/x11_property_change_waiter.h', | 495 'test/x11_property_change_waiter.h', |
| 503 ], | 496 ], |
| 504 'views_test_support_aura_sources': [ | 497 'views_test_support_aura_sources': [ |
| 505 'corewm/tooltip_controller_test_helper.cc', | 498 'corewm/tooltip_controller_test_helper.cc', |
| 506 'corewm/tooltip_controller_test_helper.h', | 499 'corewm/tooltip_controller_test_helper.h', |
| 500 'test/desktop_test_views_delegate_aura.cc', |
| 501 'test/test_views_delegate_aura.cc', |
| 502 'test/views_test_helper_aura.cc', |
| 503 'test/views_test_helper_aura.h', |
| 504 'test/widget_test_aura.cc', |
| 505 ], |
| 506 'views_test_support_desktop_aura_x11_sources': [ |
| 507 'test/ui_controls_factory_desktop_aurax11.cc', |
| 508 'test/ui_controls_factory_desktop_aurax11.h', |
| 507 ], | 509 ], |
| 508 'views_unittests_sources': [ | 510 'views_unittests_sources': [ |
| 509 'accessibility/native_view_accessibility_unittest.cc', | 511 'accessibility/native_view_accessibility_unittest.cc', |
| 510 'accessibility/native_view_accessibility_win_unittest.cc', | 512 'accessibility/native_view_accessibility_win_unittest.cc', |
| 511 'accessible_pane_view_unittest.cc', | 513 'accessible_pane_view_unittest.cc', |
| 512 'animation/bounds_animator_unittest.cc', | 514 'animation/bounds_animator_unittest.cc', |
| 513 'bubble/bubble_border_unittest.cc', | 515 'bubble/bubble_border_unittest.cc', |
| 514 'bubble/bubble_delegate_unittest.cc', | 516 'bubble/bubble_delegate_unittest.cc', |
| 515 'bubble/bubble_frame_view_unittest.cc', | 517 'bubble/bubble_frame_view_unittest.cc', |
| 516 'bubble/bubble_window_targeter_unittest.cc', | 518 'bubble/bubble_window_targeter_unittest.cc', |
| 517 'cocoa/bridged_native_widget_unittest.mm', | 519 'cocoa/bridged_native_widget_unittest.mm', |
| 518 'cocoa/cocoa_mouse_capture_unittest.mm', | 520 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 519 'controls/button/blue_button_unittest.cc', | 521 'controls/button/blue_button_unittest.cc', |
| 520 'controls/button/custom_button_unittest.cc', | 522 'controls/button/custom_button_unittest.cc', |
| 521 'controls/button/image_button_unittest.cc', | 523 'controls/button/image_button_unittest.cc', |
| 522 'controls/button/label_button_unittest.cc', | 524 'controls/button/label_button_unittest.cc', |
| 523 'controls/button/menu_button_unittest.cc', | 525 'controls/button/menu_button_unittest.cc', |
| 524 'controls/combobox/combobox_unittest.cc', | 526 'controls/combobox/combobox_unittest.cc', |
| 525 'controls/label_unittest.cc', | 527 'controls/label_unittest.cc', |
| 526 'controls/menu/menu_controller_unittest.cc', | 528 'controls/menu/menu_controller_unittest.cc', |
| 527 'controls/menu/menu_item_view_unittest.cc', | 529 'controls/menu/menu_item_view_unittest.cc', |
| 528 'controls/menu/menu_model_adapter_unittest.cc', | 530 'controls/menu/menu_model_adapter_unittest.cc', |
| 529 'controls/menu/menu_runner_cocoa_unittest.mm', | 531 'controls/menu/menu_runner_cocoa_unittest.mm', |
| 530 'controls/native/native_view_host_aura_unittest.cc', | |
| 531 'controls/native/native_view_host_mac_unittest.mm', | 532 'controls/native/native_view_host_mac_unittest.mm', |
| 532 'controls/native/native_view_host_test_base.cc', | 533 'controls/native/native_view_host_test_base.cc', |
| 533 'controls/native/native_view_host_test_base.h', | 534 'controls/native/native_view_host_test_base.h', |
| 534 'controls/native/native_view_host_unittest.cc', | 535 'controls/native/native_view_host_unittest.cc', |
| 535 'controls/prefix_selector_unittest.cc', | 536 'controls/prefix_selector_unittest.cc', |
| 536 'controls/progress_bar_unittest.cc', | 537 'controls/progress_bar_unittest.cc', |
| 537 'controls/scroll_view_unittest.cc', | 538 'controls/scroll_view_unittest.cc', |
| 538 'controls/scrollbar/scrollbar_unittest.cc', | 539 'controls/scrollbar/scrollbar_unittest.cc', |
| 539 'controls/single_split_view_unittest.cc', | 540 'controls/single_split_view_unittest.cc', |
| 540 'controls/slider_unittest.cc', | 541 'controls/slider_unittest.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 551 'focus/focus_manager_unittest.cc', | 552 'focus/focus_manager_unittest.cc', |
| 552 'focus/focus_traversal_unittest.cc', | 553 'focus/focus_traversal_unittest.cc', |
| 553 'layout/box_layout_unittest.cc', | 554 'layout/box_layout_unittest.cc', |
| 554 'layout/grid_layout_unittest.cc', | 555 'layout/grid_layout_unittest.cc', |
| 555 'rect_based_targeting_utils_unittest.cc', | 556 'rect_based_targeting_utils_unittest.cc', |
| 556 'run_all_unittests.cc', | 557 'run_all_unittests.cc', |
| 557 'view_model_unittest.cc', | 558 'view_model_unittest.cc', |
| 558 'view_model_utils_unittest.cc', | 559 'view_model_utils_unittest.cc', |
| 559 'view_targeter_unittest.cc', | 560 'view_targeter_unittest.cc', |
| 560 'view_unittest.cc', | 561 'view_unittest.cc', |
| 561 'view_unittest_aura.cc', | |
| 562 'widget/native_widget_aura_unittest.cc', | |
| 563 'widget/native_widget_mac_unittest.mm', | 562 'widget/native_widget_mac_unittest.mm', |
| 564 'widget/native_widget_unittest.cc', | 563 'widget/native_widget_unittest.cc', |
| 565 'widget/root_view_unittest.cc', | 564 'widget/root_view_unittest.cc', |
| 566 'widget/widget_unittest.cc', | 565 'widget/widget_unittest.cc', |
| 567 'widget/window_reorderer_unittest.cc', | 566 'widget/window_reorderer_unittest.cc', |
| 568 'window/custom_frame_view_unittest.cc', | 567 'window/custom_frame_view_unittest.cc', |
| 569 'window/dialog_client_view_unittest.cc', | 568 'window/dialog_client_view_unittest.cc', |
| 570 'window/dialog_delegate_unittest.cc', | 569 'window/dialog_delegate_unittest.cc', |
| 571 ], | 570 ], |
| 572 'views_unittests_desktop_sources': [ | 571 'views_unittests_desktop_sources': [ |
| 573 'ime/input_method_bridge_unittest.cc', | 572 'ime/input_method_bridge_unittest.cc', |
| 574 'widget/desktop_widget_unittest.cc', | 573 'widget/desktop_widget_unittest.cc', |
| 575 ], | 574 ], |
| 576 'views_unittests_aura_sources': [ | 575 'views_unittests_aura_sources': [ |
| 576 'controls/native/native_view_host_aura_unittest.cc', |
| 577 'corewm/tooltip_controller_unittest.cc', | 577 'corewm/tooltip_controller_unittest.cc', |
| 578 'touchui/touch_selection_controller_impl_unittest.cc', | 578 'touchui/touch_selection_controller_impl_unittest.cc', |
| 579 'view_unittest_aura.cc', |
| 580 'widget/native_widget_aura_unittest.cc', |
| 579 ], | 581 ], |
| 580 'views_unittests_desktop_aura_sources': [ | 582 'views_unittests_desktop_aura_sources': [ |
| 581 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 583 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 582 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 584 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 583 ], | 585 ], |
| 584 'views_unittests_desktop_aurax11_sources': [ | 586 'views_unittests_desktop_aurax11_sources': [ |
| 585 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', | 587 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
| 586 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 588 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 587 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', | 589 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', |
| 588 ], | 590 ], |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 '../gfx/gfx.gyp:gfx_geometry', | 751 '../gfx/gfx.gyp:gfx_geometry', |
| 750 'views', | 752 'views', |
| 751 ], | 753 ], |
| 752 'include_dirs': [ | 754 'include_dirs': [ |
| 753 '..', | 755 '..', |
| 754 ], | 756 ], |
| 755 'sources': [ | 757 'sources': [ |
| 756 '<@(views_test_support_sources)', | 758 '<@(views_test_support_sources)', |
| 757 ], | 759 ], |
| 758 'conditions': [ | 760 'conditions': [ |
| 759 ['chromeos==1', { | |
| 760 'sources!': [ | |
| 761 'test/ui_controls_factory_desktop_aurax11.cc', | |
| 762 'test/ui_controls_factory_desktop_aurax11.h', | |
| 763 ], | |
| 764 }], | |
| 765 ['use_aura==1', { | 761 ['use_aura==1', { |
| 766 'sources': [ '<@(views_test_support_aura_sources)' ], | 762 'sources': [ '<@(views_test_support_aura_sources)' ], |
| 767 'dependencies': [ | 763 'dependencies': [ |
| 768 '../aura/aura.gyp:aura', | 764 '../aura/aura.gyp:aura', |
| 769 '../aura/aura.gyp:aura_test_support', | 765 '../aura/aura.gyp:aura_test_support', |
| 770 '../wm/wm.gyp:wm', | 766 '../wm/wm.gyp:wm', |
| 771 ], | 767 ], |
| 772 }], | 768 }], |
| 769 ['use_aura==1 and use_x11==1 and chromeos==0', { |
| 770 'sources': [ '<@(views_test_support_desktop_aura_x11_sources)' ], |
| 771 }], |
| 773 ], | 772 ], |
| 774 }, # target_name: views_test_support | 773 }, # target_name: views_test_support |
| 775 { | 774 { |
| 776 # GN version: //ui/views:views_unittests | 775 # GN version: //ui/views:views_unittests |
| 777 'target_name': 'views_unittests', | 776 'target_name': 'views_unittests', |
| 778 'type': 'executable', | 777 'type': 'executable', |
| 779 'dependencies': [ | 778 'dependencies': [ |
| 780 '../../base/base.gyp:base', | 779 '../../base/base.gyp:base', |
| 781 '../../base/base.gyp:base_i18n', | 780 '../../base/base.gyp:base_i18n', |
| 782 '../../base/base.gyp:test_support_base', | 781 '../../base/base.gyp:test_support_base', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 '../aura/aura.gyp:aura', | 917 '../aura/aura.gyp:aura', |
| 919 '../wm/wm.gyp:wm', | 918 '../wm/wm.gyp:wm', |
| 920 ], | 919 ], |
| 921 }], | 920 }], |
| 922 ], | 921 ], |
| 923 }, # target_name: macviews_interactive_ui_tests | 922 }, # target_name: macviews_interactive_ui_tests |
| 924 ], # targets | 923 ], # targets |
| 925 }], | 924 }], |
| 926 ], # conditions | 925 ], # conditions |
| 927 } | 926 } |
| OLD | NEW |