| 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 # Sources lists shared with GN build. |
| 8 'target_defaults': { | 8 'views_sources': [ |
| 9 'conditions': [ | 9 'accessibility/native_view_accessibility.cc', |
| 10 ['use_aura==1', { | 10 'accessibility/native_view_accessibility.h', |
| 11 'dependencies': [ | 11 'accessibility/native_view_accessibility_win.cc', |
| 12 '../aura/aura.gyp:aura', | 12 'accessibility/native_view_accessibility_win.h', |
| 13 '../wm/wm.gyp:wm', | 13 'accessible_pane_view.cc', |
| 14 ], | 14 'accessible_pane_view.h', |
| 15 }, { # use_aura==0 | 15 'animation/bounds_animator.cc', |
| 16 'sources/': [ | 16 'animation/bounds_animator.h', |
| 17 ['exclude', '^corewm/'], | 17 'animation/scroll_animator.cc', |
| 18 ['exclude', '^touchui/'], | 18 'animation/scroll_animator.h', |
| 19 ['exclude', '^widget/desktop_aura/'] | 19 'background.cc', |
| 20 ] | 20 'background.h', |
| 21 }], | 21 'border.cc', |
| 22 'border.h', |
| 23 'bubble/bubble_border.cc', |
| 24 'bubble/bubble_border.h', |
| 25 'bubble/bubble_delegate.cc', |
| 26 'bubble/bubble_delegate.h', |
| 27 'bubble/bubble_frame_view.cc', |
| 28 'bubble/bubble_frame_view.h', |
| 29 'button_drag_utils.cc', |
| 30 'button_drag_utils.h', |
| 31 'cocoa/bridged_content_view.h', |
| 32 'cocoa/bridged_content_view.mm', |
| 33 'cocoa/bridged_native_widget.h', |
| 34 'cocoa/bridged_native_widget.mm', |
| 35 'cocoa/views_nswindow_delegate.h', |
| 36 'cocoa/views_nswindow_delegate.mm', |
| 37 'color_chooser/color_chooser_listener.h', |
| 38 'color_chooser/color_chooser_view.cc', |
| 39 'color_chooser/color_chooser_view.h', |
| 40 'color_constants.cc', |
| 41 'color_constants.h', |
| 42 'context_menu_controller.h', |
| 43 'controls/button/blue_button.cc', |
| 44 'controls/button/blue_button.h', |
| 45 'controls/button/button.cc', |
| 46 'controls/button/button.h', |
| 47 'controls/button/checkbox.cc', |
| 48 'controls/button/checkbox.h', |
| 49 'controls/button/custom_button.cc', |
| 50 'controls/button/custom_button.h', |
| 51 'controls/button/image_button.cc', |
| 52 'controls/button/image_button.h', |
| 53 'controls/button/label_button.cc', |
| 54 'controls/button/label_button.h', |
| 55 'controls/button/label_button_border.cc', |
| 56 'controls/button/label_button_border.h', |
| 57 'controls/button/menu_button.cc', |
| 58 'controls/button/menu_button.h', |
| 59 'controls/button/menu_button_listener.h', |
| 60 'controls/button/radio_button.cc', |
| 61 'controls/button/radio_button.h', |
| 62 'controls/combobox/combobox.cc', |
| 63 'controls/combobox/combobox.h', |
| 64 'controls/combobox/combobox_listener.h', |
| 65 'controls/focusable_border.cc', |
| 66 'controls/focusable_border.h', |
| 67 'controls/glow_hover_controller.cc', |
| 68 'controls/glow_hover_controller.h', |
| 69 'controls/image_view.cc', |
| 70 'controls/image_view.h', |
| 71 'controls/label.cc', |
| 72 'controls/label.h', |
| 73 'controls/link.cc', |
| 74 'controls/link.h', |
| 75 'controls/link_listener.h', |
| 76 'controls/menu/display_change_listener_aura.cc', |
| 77 'controls/menu/display_change_listener_mac.cc', |
| 78 'controls/menu/menu.cc', |
| 79 'controls/menu/menu.h', |
| 80 'controls/menu/menu_config.cc', |
| 81 'controls/menu/menu_config.h', |
| 82 'controls/menu/menu_config_aura.cc', |
| 83 'controls/menu/menu_config_mac.cc', |
| 84 'controls/menu/menu_config_win.cc', |
| 85 'controls/menu/menu_controller.cc', |
| 86 'controls/menu/menu_controller.h', |
| 87 'controls/menu/menu_controller_delegate.h', |
| 88 'controls/menu/menu_event_dispatcher_linux.cc', |
| 89 'controls/menu/menu_event_dispatcher_linux.h', |
| 90 'controls/menu/menu_delegate.cc', |
| 91 'controls/menu/menu_delegate.h', |
| 92 'controls/menu/menu_message_pump_dispatcher_win.cc', |
| 93 'controls/menu/menu_message_pump_dispatcher_win.h', |
| 94 'controls/menu/menu_message_loop.h', |
| 95 'controls/menu/menu_message_loop_aura.cc', |
| 96 'controls/menu/menu_message_loop_aura.h', |
| 97 'controls/menu/menu_message_loop_mac.cc', |
| 98 'controls/menu/menu_message_loop_mac.h', |
| 99 'controls/menu/menu_host.cc', |
| 100 'controls/menu/menu_host.h', |
| 101 'controls/menu/menu_host_root_view.cc', |
| 102 'controls/menu/menu_host_root_view.h', |
| 103 'controls/menu/menu_insertion_delegate_win.h', |
| 104 'controls/menu/menu_item_view.cc', |
| 105 'controls/menu/menu_item_view.h', |
| 106 'controls/menu/menu_listener.cc', |
| 107 'controls/menu/menu_listener.h', |
| 108 'controls/menu/menu_model_adapter.cc', |
| 109 'controls/menu/menu_model_adapter.h', |
| 110 'controls/menu/menu_runner.cc', |
| 111 'controls/menu/menu_runner.h', |
| 112 'controls/menu/menu_runner_handler.h', |
| 113 'controls/menu/menu_scroll_view_container.cc', |
| 114 'controls/menu/menu_scroll_view_container.h', |
| 115 'controls/menu/menu_separator.h', |
| 116 'controls/menu/menu_separator_views.cc', |
| 117 'controls/menu/menu_separator_win.cc', |
| 118 'controls/menu/menu_types.h', |
| 119 'controls/menu/native_menu_win.cc', |
| 120 'controls/menu/native_menu_win.h', |
| 121 'controls/menu/menu_image_util.cc', |
| 122 'controls/menu/menu_image_util.h', |
| 123 'controls/menu/submenu_view.cc', |
| 124 'controls/menu/submenu_view.h', |
| 125 'controls/message_box_view.cc', |
| 126 'controls/message_box_view.h', |
| 127 'controls/native/native_view_host.cc', |
| 128 'controls/native/native_view_host.h', |
| 129 'controls/native/native_view_host_aura.cc', |
| 130 'controls/native/native_view_host_aura.h', |
| 131 'controls/native/native_view_host_mac.cc', |
| 132 'controls/prefix_delegate.h', |
| 133 'controls/prefix_selector.cc', |
| 134 'controls/prefix_selector.h', |
| 135 'controls/progress_bar.cc', |
| 136 'controls/progress_bar.h', |
| 137 'controls/resize_area.cc', |
| 138 'controls/resize_area.h', |
| 139 'controls/resize_area_delegate.h', |
| 140 'controls/scroll_view.cc', |
| 141 'controls/scroll_view.h', |
| 142 'controls/scrollbar/base_scroll_bar.cc', |
| 143 'controls/scrollbar/base_scroll_bar.h', |
| 144 'controls/scrollbar/base_scroll_bar_button.cc', |
| 145 'controls/scrollbar/base_scroll_bar_button.h', |
| 146 'controls/scrollbar/base_scroll_bar_thumb.cc', |
| 147 'controls/scrollbar/base_scroll_bar_thumb.h', |
| 148 'controls/scrollbar/kennedy_scroll_bar.cc', |
| 149 'controls/scrollbar/kennedy_scroll_bar.h', |
| 150 'controls/scrollbar/native_scroll_bar_views.cc', |
| 151 'controls/scrollbar/native_scroll_bar_views.h', |
| 152 'controls/scrollbar/native_scroll_bar_wrapper.h', |
| 153 'controls/scrollbar/native_scroll_bar.cc', |
| 154 'controls/scrollbar/native_scroll_bar.h', |
| 155 'controls/scrollbar/overlay_scroll_bar.cc', |
| 156 'controls/scrollbar/overlay_scroll_bar.h', |
| 157 'controls/scrollbar/scroll_bar.cc', |
| 158 'controls/scrollbar/scroll_bar.h', |
| 159 'controls/separator.cc', |
| 160 'controls/separator.h', |
| 161 'controls/single_split_view.cc', |
| 162 'controls/single_split_view.h', |
| 163 'controls/single_split_view_listener.h', |
| 164 'controls/slide_out_view.cc', |
| 165 'controls/slide_out_view.h', |
| 166 'controls/slider.cc', |
| 167 'controls/slider.h', |
| 168 'controls/styled_label.cc', |
| 169 'controls/styled_label.h', |
| 170 'controls/styled_label_listener.h', |
| 171 'controls/tabbed_pane/tabbed_pane.cc', |
| 172 'controls/tabbed_pane/tabbed_pane.h', |
| 173 'controls/tabbed_pane/tabbed_pane_listener.h', |
| 174 'controls/table/table_header.cc', |
| 175 'controls/table/table_header.h', |
| 176 'controls/table/table_utils.cc', |
| 177 'controls/table/table_utils.h', |
| 178 'controls/table/table_view.cc', |
| 179 'controls/table/table_view.h', |
| 180 'controls/table/table_view_observer.h', |
| 181 'controls/table/table_view_row_background_painter.h', |
| 182 'controls/textfield/textfield.cc', |
| 183 'controls/textfield/textfield.h', |
| 184 'controls/textfield/textfield_controller.cc', |
| 185 'controls/textfield/textfield_controller.h', |
| 186 'controls/textfield/textfield_model.cc', |
| 187 'controls/textfield/textfield_model.h', |
| 188 'controls/throbber.cc', |
| 189 'controls/throbber.h', |
| 190 'controls/tree/tree_view.cc', |
| 191 'controls/tree/tree_view.h', |
| 192 'controls/tree/tree_view_controller.cc', |
| 193 'controls/tree/tree_view_controller.h', |
| 194 'cull_set.cc', |
| 195 'cull_set.h', |
| 196 'debug_utils.cc', |
| 197 'debug_utils.h', |
| 198 'drag_controller.h', |
| 199 'drag_utils.cc', |
| 200 'drag_utils.h', |
| 201 'drag_utils_aura.cc', |
| 202 'focus/external_focus_tracker.cc', |
| 203 'focus/external_focus_tracker.h', |
| 204 'focus/focus_manager.cc', |
| 205 'focus/focus_manager.h', |
| 206 'focus/focus_manager_delegate.h', |
| 207 'focus/focus_manager_factory.cc', |
| 208 'focus/focus_manager_factory.h', |
| 209 'focus/focus_search.cc', |
| 210 'focus/focus_search.h', |
| 211 'focus/view_storage.cc', |
| 212 'focus/view_storage.h', |
| 213 'focus/widget_focus_manager.cc', |
| 214 'focus/widget_focus_manager.h', |
| 215 'ime/input_method.h', |
| 216 'ime/input_method_base.cc', |
| 217 'ime/input_method_base.h', |
| 218 'ime/input_method_bridge.cc', |
| 219 'ime/input_method_bridge.h', |
| 220 'ime/input_method_delegate.h', |
| 221 'ime/mock_input_method.cc', |
| 222 'ime/mock_input_method.h', |
| 223 'ime/null_input_method.cc', |
| 224 'ime/null_input_method.h', |
| 225 'layout/box_layout.cc', |
| 226 'layout/box_layout.h', |
| 227 'layout/fill_layout.cc', |
| 228 'layout/fill_layout.h', |
| 229 'layout/grid_layout.cc', |
| 230 'layout/grid_layout.h', |
| 231 'layout/layout_constants.h', |
| 232 'layout/layout_manager.cc', |
| 233 'layout/layout_manager.h', |
| 234 'linux_ui/linux_ui.h', |
| 235 'linux_ui/linux_ui.cc', |
| 236 'linux_ui/status_icon_linux.h', |
| 237 'linux_ui/status_icon_linux.cc', |
| 238 'linux_ui/window_button_order_observer.h', |
| 239 'linux_ui/window_button_order_provider.cc', |
| 240 'masked_targeter_delegate.cc', |
| 241 'masked_targeter_delegate.h', |
| 242 'metrics.cc', |
| 243 'metrics.h', |
| 244 'metrics_aura.cc', |
| 245 'metrics_mac.cc', |
| 246 'mouse_constants.h', |
| 247 'mouse_watcher.h', |
| 248 'mouse_watcher_aura.cc', |
| 249 'native_cursor.h', |
| 250 'native_cursor_aura.cc', |
| 251 'native_cursor_mac.mm', |
| 252 'native_theme_delegate.h', |
| 253 'painter.cc', |
| 254 'painter.h', |
| 255 'rect_based_targeting_utils.cc', |
| 256 'rect_based_targeting_utils.h', |
| 257 'repeat_controller.cc', |
| 258 'repeat_controller.h', |
| 259 'round_rect_painter.cc', |
| 260 'round_rect_painter.h', |
| 261 'shadow_border.cc', |
| 262 'shadow_border.h', |
| 263 'view.cc', |
| 264 'view.h', |
| 265 'view_constants.cc', |
| 266 'view_constants.h', |
| 267 'view_constants_aura.cc', |
| 268 'view_constants_aura.h', |
| 269 'view_model.cc', |
| 270 'view_model.h', |
| 271 'view_model_utils.cc', |
| 272 'view_model_utils.h', |
| 273 'view_targeter.cc', |
| 274 'view_targeter.h', |
| 275 'view_targeter_delegate.cc', |
| 276 'view_targeter_delegate.h', |
| 277 'views_switches.cc', |
| 278 'views_switches.h', |
| 279 'views_delegate.cc', |
| 280 'views_delegate.h', |
| 281 'views_touch_selection_controller_factory.h', |
| 282 'views_touch_selection_controller_factory_aura.cc', |
| 283 'views_touch_selection_controller_factory_mac.cc', |
| 284 'widget/drop_helper.cc', |
| 285 'widget/drop_helper.h', |
| 286 'widget/root_view.cc', |
| 287 'widget/root_view.h', |
| 288 'widget/monitor_win.cc', |
| 289 'widget/monitor_win.h', |
| 290 'widget/native_widget.h', |
| 291 'widget/native_widget_aura.cc', |
| 292 'widget/native_widget_aura.h', |
| 293 'widget/native_widget_delegate.h', |
| 294 'widget/native_widget_mac.h', |
| 295 'widget/native_widget_mac.mm', |
| 296 'widget/native_widget_private.h', |
| 297 'widget/tooltip_manager_aura.cc', |
| 298 'widget/tooltip_manager_aura.h', |
| 299 'widget/tooltip_manager.cc', |
| 300 'widget/tooltip_manager.h', |
| 301 'widget/widget.cc', |
| 302 'widget/widget.h', |
| 303 'widget/widget_aura_utils.cc', |
| 304 'widget/widget_aura_utils.h', |
| 305 'widget/widget_delegate.cc', |
| 306 'widget/widget_delegate.h', |
| 307 'widget/widget_deletion_observer.cc', |
| 308 'widget/widget_deletion_observer.h', |
| 309 'widget/widget_observer.h', |
| 310 'widget/widget_removals_observer.h', |
| 311 'window/client_view.cc', |
| 312 'window/client_view.h', |
| 313 'window/custom_frame_view.cc', |
| 314 'window/custom_frame_view.h', |
| 315 'window/dialog_client_view.cc', |
| 316 'window/dialog_client_view.h', |
| 317 'window/dialog_delegate.cc', |
| 318 'window/dialog_delegate.h', |
| 319 'window/frame_background.cc', |
| 320 'window/frame_background.h', |
| 321 'window/frame_buttons.h', |
| 322 'window/native_frame_view.cc', |
| 323 'window/native_frame_view.h', |
| 324 'window/non_client_view.cc', |
| 325 'window/non_client_view.h', |
| 326 'window/window_button_order_provider.cc', |
| 327 'window/window_button_order_provider.h', |
| 328 'window/window_resources.h', |
| 329 'window/window_shape.cc', |
| 330 'window/window_shape.h', |
| 331 ], |
| 332 'views_win_sources': [ |
| 333 'controls/menu/menu_wrapper.h', |
| 334 'controls/menu/menu_2.cc', |
| 335 'controls/menu/menu_2.h', |
| 336 'win/fullscreen_handler.cc', |
| 337 'win/fullscreen_handler.h', |
| 338 'win/hwnd_message_handler.cc', |
| 339 'win/hwnd_message_handler.h', |
| 340 'win/hwnd_message_handler_delegate.h', |
| 341 'win/hwnd_util.h', |
| 342 'win/hwnd_util_aurawin.cc', |
| 343 'win/scoped_fullscreen_visibility.cc', |
| 344 'win/scoped_fullscreen_visibility.h', |
| 345 'widget/widget_hwnd_utils.cc', |
| 346 'widget/widget_hwnd_utils.h', |
| 347 ], |
| 348 'views_aura_sources': [ |
| 349 'accessibility/ax_aura_obj_cache.cc', |
| 350 'accessibility/ax_aura_obj_cache.h', |
| 351 'accessibility/ax_view_obj_wrapper.cc', |
| 352 'accessibility/ax_view_obj_wrapper.h', |
| 353 'accessibility/ax_widget_obj_wrapper.cc', |
| 354 'accessibility/ax_widget_obj_wrapper.h', |
| 355 'accessibility/ax_window_obj_wrapper.cc', |
| 356 'accessibility/ax_window_obj_wrapper.h', |
| 357 'bubble/bubble_window_targeter.cc', |
| 358 'bubble/bubble_window_targeter.h', |
| 359 'bubble/tray_bubble_view.cc', |
| 360 'bubble/tray_bubble_view.h', |
| 361 'corewm/cursor_height_provider_win.cc', |
| 362 'corewm/cursor_height_provider_win.h', |
| 363 'corewm/tooltip.h', |
| 364 'corewm/tooltip_aura.cc', |
| 365 'corewm/tooltip_aura.h', |
| 366 'corewm/tooltip_controller.cc', |
| 367 'corewm/tooltip_controller.h', |
| 368 'corewm/tooltip_win.cc', |
| 369 'corewm/tooltip_win.h', |
| 370 'mouse_watcher_view_host.cc', |
| 371 'mouse_watcher_view_host.h', |
| 372 'touchui/touch_editing_menu.cc', |
| 373 'touchui/touch_editing_menu.h', |
| 374 'touchui/touch_selection_controller_impl.cc', |
| 375 'touchui/touch_selection_controller_impl.h', |
| 376 'widget/window_reorderer.cc', |
| 377 'widget/window_reorderer.h', |
| 378 ], |
| 379 'views_desktop_aura_sources': [ |
| 380 'widget/desktop_aura/desktop_capture_client.cc', |
| 381 'widget/desktop_aura/desktop_capture_client.h', |
| 382 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 383 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 384 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 385 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 386 'widget/desktop_aura/desktop_drop_target_win.h', |
| 387 'widget/desktop_aura/desktop_event_client.cc', |
| 388 'widget/desktop_aura/desktop_event_client.h', |
| 389 'widget/desktop_aura/desktop_focus_rules.cc', |
| 390 'widget/desktop_aura/desktop_focus_rules.h', |
| 391 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 392 'widget/desktop_aura/desktop_native_cursor_manager.h', |
| 393 'widget/desktop_aura/desktop_native_widget_aura.cc', |
| 394 'widget/desktop_aura/desktop_native_widget_aura.h', |
| 395 'widget/desktop_aura/desktop_window_tree_host.h', |
| 396 'widget/desktop_aura/desktop_screen.h', |
| 397 'widget/desktop_aura/desktop_screen_position_client.cc', |
| 398 'widget/desktop_aura/desktop_screen_position_client.h', |
| 399 ], |
| 400 'views_desktop_aura_x11_sources': [ |
| 401 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
| 402 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
| 403 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
| 404 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
| 405 'widget/desktop_aura/desktop_window_tree_host_x11.cc', |
| 406 'widget/desktop_aura/desktop_window_tree_host_x11.h', |
| 407 'widget/desktop_aura/desktop_screen_x11.cc', |
| 408 'widget/desktop_aura/desktop_screen_x11.h', |
| 409 'widget/desktop_aura/x11_desktop_handler.cc', |
| 410 'widget/desktop_aura/x11_desktop_handler.h', |
| 411 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
| 412 'widget/desktop_aura/x11_desktop_window_move_client.h', |
| 413 'widget/desktop_aura/x11_scoped_capture.cc', |
| 414 'widget/desktop_aura/x11_scoped_capture.h', |
| 415 'widget/desktop_aura/x11_topmost_window_finder.cc', |
| 416 'widget/desktop_aura/x11_topmost_window_finder.h', |
| 417 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
| 418 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
| 419 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', |
| 420 'widget/desktop_aura/x11_window_event_filter.cc', |
| 421 'widget/desktop_aura/x11_window_event_filter.h', |
| 422 ], |
| 423 'views_desktop_aura_win_sources': [ |
| 424 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
| 425 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 426 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
| 427 'widget/desktop_aura/desktop_screen_win.cc', |
| 428 'widget/desktop_aura/desktop_screen_win.h', |
| 429 'widget/desktop_aura/desktop_window_tree_host_win.cc', |
| 430 'widget/desktop_aura/desktop_window_tree_host_win.h', |
| 431 ], |
| 432 'views_desktop_aura_ozone_sources': [ |
| 433 'widget/desktop_aura/desktop_factory_ozone.cc', |
| 434 'widget/desktop_aura/desktop_factory_ozone.h', |
| 435 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 436 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 437 ], |
| 438 'views_test_support_sources': [ |
| 439 'controls/textfield/textfield_test_api.cc', |
| 440 'controls/textfield/textfield_test_api.h', |
| 441 'test/capture_tracking_view.cc', |
| 442 'test/capture_tracking_view.h', |
| 443 'test/desktop_test_views_delegate.h', |
| 444 'test/desktop_test_views_delegate_aura.cc', |
| 445 'test/desktop_test_views_delegate_mac.mm', |
| 446 'test/menu_runner_test_api.cc', |
| 447 'test/menu_runner_test_api.h', |
| 448 'test/slider_test_api.cc', |
| 449 'test/slider_test_api.h', |
| 450 'test/test_views.cc', |
| 451 'test/test_views.h', |
| 452 'test/test_views_delegate.h', |
| 453 'test/test_views_delegate_aura.cc', |
| 454 'test/test_views_delegate_mac.mm', |
| 455 'test/test_widget_observer.cc', |
| 456 'test/test_widget_observer.h', |
| 457 'test/ui_controls_factory_desktop_aurax11.cc', |
| 458 'test/ui_controls_factory_desktop_aurax11.h', |
| 459 'test/views_test_base.cc', |
| 460 'test/views_test_base.h', |
| 461 'test/views_test_helper.cc', |
| 462 'test/views_test_helper.h', |
| 463 'test/views_test_helper_aura.cc', |
| 464 'test/views_test_helper_aura.h', |
| 465 'test/views_test_helper_mac.h', |
| 466 'test/views_test_helper_mac.mm', |
| 467 'test/widget_test.cc', |
| 468 'test/widget_test.h', |
| 469 'test/widget_test_aura.cc', |
| 470 'test/widget_test_mac.mm', |
| 471 'test/x11_property_change_waiter.cc', |
| 472 'test/x11_property_change_waiter.h', |
| 473 ], |
| 474 'views_test_support_aura_sources': [ |
| 475 'corewm/tooltip_controller_test_helper.cc', |
| 476 'corewm/tooltip_controller_test_helper.h', |
| 477 ], |
| 478 'views_unittests_sources': [ |
| 479 'accessibility/native_view_accessibility_win_unittest.cc', |
| 480 'accessible_pane_view_unittest.cc', |
| 481 'animation/bounds_animator_unittest.cc', |
| 482 'bubble/bubble_border_unittest.cc', |
| 483 'bubble/bubble_delegate_unittest.cc', |
| 484 'bubble/bubble_frame_view_unittest.cc', |
| 485 'bubble/bubble_window_targeter_unittest.cc', |
| 486 'cocoa/bridged_native_widget_unittest.mm', |
| 487 'controls/button/blue_button_unittest.cc', |
| 488 'controls/button/custom_button_unittest.cc', |
| 489 'controls/button/image_button_unittest.cc', |
| 490 'controls/button/label_button_unittest.cc', |
| 491 'controls/button/menu_button_unittest.cc', |
| 492 'controls/combobox/combobox_unittest.cc', |
| 493 'controls/label_unittest.cc', |
| 494 'controls/menu/menu_model_adapter_unittest.cc', |
| 495 'controls/menu/menu_controller_unittest.cc', |
| 496 'controls/native/native_view_host_aura_unittest.cc', |
| 497 'controls/native/native_view_host_unittest.cc', |
| 498 'controls/prefix_selector_unittest.cc', |
| 499 'controls/progress_bar_unittest.cc', |
| 500 'controls/scrollbar/scrollbar_unittest.cc', |
| 501 'controls/scroll_view_unittest.cc', |
| 502 'controls/single_split_view_unittest.cc', |
| 503 'controls/slider_unittest.cc', |
| 504 'controls/styled_label_unittest.cc', |
| 505 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 506 'controls/table/table_utils_unittest.cc', |
| 507 'controls/table/table_view_unittest.cc', |
| 508 'controls/table/test_table_model.cc', |
| 509 'controls/table/test_table_model.h', |
| 510 'controls/textfield/textfield_unittest.cc', |
| 511 'controls/textfield/textfield_model_unittest.cc', |
| 512 'controls/tree/tree_view_unittest.cc', |
| 513 'focus/focus_manager_test.h', |
| 514 'focus/focus_manager_test.cc', |
| 515 'focus/focus_manager_unittest.cc', |
| 516 'focus/focus_traversal_unittest.cc', |
| 517 'ime/input_method_bridge_unittest.cc', |
| 518 'layout/box_layout_unittest.cc', |
| 519 'layout/grid_layout_unittest.cc', |
| 520 'rect_based_targeting_utils_unittest.cc', |
| 521 'run_all_unittests.cc', |
| 522 'view_model_unittest.cc', |
| 523 'view_model_utils_unittest.cc', |
| 524 'view_targeter_unittest.cc', |
| 525 'view_unittest.cc', |
| 526 'view_unittest_aura.cc', |
| 527 'widget/native_widget_aura_unittest.cc', |
| 528 'widget/native_widget_unittest.cc', |
| 529 'widget/root_view_unittest.cc', |
| 530 'widget/widget_unittest.cc', |
| 531 'widget/window_reorderer_unittest.cc', |
| 532 'window/custom_frame_view_unittest.cc', |
| 533 'window/dialog_client_view_unittest.cc', |
| 534 'window/dialog_delegate_unittest.cc', |
| 535 ], |
| 536 'views_unittests_aura_sources': [ |
| 537 'corewm/capture_controller_unittest.cc', |
| 538 'corewm/tooltip_aura_unittest.cc', |
| 539 'corewm/tooltip_controller_unittest.cc', |
| 540 'touchui/touch_selection_controller_impl_unittest.cc', |
| 541 ], |
| 542 'views_unittests_desktop_aura_sources': [ |
| 543 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
| 544 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 545 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 546 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 547 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
| 548 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', |
| 22 ], | 549 ], |
| 23 }, | 550 }, |
| 24 'targets': [ | 551 'targets': [ |
| 25 { | 552 { |
| 553 # GN version: //ui/views |
| 26 'target_name': 'views', | 554 'target_name': 'views', |
| 27 'type': '<(component)', | 555 'type': '<(component)', |
| 28 'dependencies': [ | 556 'dependencies': [ |
| 29 '../../base/base.gyp:base', | 557 '../../base/base.gyp:base', |
| 30 '../../base/base.gyp:base_i18n', | 558 '../../base/base.gyp:base_i18n', |
| 31 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 559 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 32 '../../skia/skia.gyp:skia', | 560 '../../skia/skia.gyp:skia', |
| 33 '../../third_party/icu/icu.gyp:icui18n', | 561 '../../third_party/icu/icu.gyp:icui18n', |
| 34 '../../third_party/icu/icu.gyp:icuuc', | 562 '../../third_party/icu/icu.gyp:icuuc', |
| 35 '../../url/url.gyp:url_lib', | 563 '../../url/url.gyp:url_lib', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 46 '../resources/ui_resources.gyp:ui_resources', | 574 '../resources/ui_resources.gyp:ui_resources', |
| 47 '../strings/ui_strings.gyp:ui_strings', | 575 '../strings/ui_strings.gyp:ui_strings', |
| 48 ], | 576 ], |
| 49 'export_dependent_settings': [ | 577 'export_dependent_settings': [ |
| 50 '../accessibility/accessibility.gyp:ax_gen', | 578 '../accessibility/accessibility.gyp:ax_gen', |
| 51 ], | 579 ], |
| 52 'defines': [ | 580 'defines': [ |
| 53 'VIEWS_IMPLEMENTATION', | 581 'VIEWS_IMPLEMENTATION', |
| 54 ], | 582 ], |
| 55 'sources': [ | 583 'sources': [ |
| 56 # All .cc, .h under views, except unittests | 584 '<@(views_sources)', |
| 57 'accessibility/ax_aura_obj_cache.cc', | |
| 58 'accessibility/ax_aura_obj_cache.h', | |
| 59 'accessibility/ax_aura_obj_wrapper.h', | |
| 60 'accessibility/ax_view_obj_wrapper.cc', | |
| 61 'accessibility/ax_view_obj_wrapper.h', | |
| 62 'accessibility/ax_widget_obj_wrapper.cc', | |
| 63 'accessibility/ax_widget_obj_wrapper.h', | |
| 64 'accessibility/ax_window_obj_wrapper.cc', | |
| 65 'accessibility/ax_window_obj_wrapper.h', | |
| 66 'accessibility/native_view_accessibility.cc', | |
| 67 'accessibility/native_view_accessibility.h', | |
| 68 'accessibility/native_view_accessibility_win.cc', | |
| 69 'accessibility/native_view_accessibility_win.h', | |
| 70 'accessible_pane_view.cc', | |
| 71 'accessible_pane_view.h', | |
| 72 'animation/bounds_animator.cc', | |
| 73 'animation/bounds_animator.h', | |
| 74 'animation/scroll_animator.cc', | |
| 75 'animation/scroll_animator.h', | |
| 76 'background.cc', | |
| 77 'background.h', | |
| 78 'border.cc', | |
| 79 'border.h', | |
| 80 'bubble/bubble_border.cc', | |
| 81 'bubble/bubble_border.h', | |
| 82 'bubble/bubble_delegate.cc', | |
| 83 'bubble/bubble_delegate.h', | |
| 84 'bubble/bubble_frame_view.cc', | |
| 85 'bubble/bubble_frame_view.h', | |
| 86 'bubble/bubble_window_targeter.cc', | |
| 87 'bubble/bubble_window_targeter.h', | |
| 88 'bubble/tray_bubble_view.cc', | |
| 89 'bubble/tray_bubble_view.h', | |
| 90 'button_drag_utils.cc', | |
| 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', | |
| 96 'cocoa/views_nswindow_delegate.h', | |
| 97 'cocoa/views_nswindow_delegate.mm', | |
| 98 'color_chooser/color_chooser_listener.h', | |
| 99 'color_chooser/color_chooser_view.cc', | |
| 100 'color_chooser/color_chooser_view.h', | |
| 101 'color_constants.cc', | |
| 102 'color_constants.h', | |
| 103 'context_menu_controller.h', | |
| 104 'controls/button/blue_button.cc', | |
| 105 'controls/button/blue_button.h', | |
| 106 'controls/button/button.cc', | |
| 107 'controls/button/button.h', | |
| 108 'controls/button/checkbox.cc', | |
| 109 'controls/button/checkbox.h', | |
| 110 'controls/button/custom_button.cc', | |
| 111 'controls/button/custom_button.h', | |
| 112 'controls/button/image_button.cc', | |
| 113 'controls/button/image_button.h', | |
| 114 'controls/button/label_button.cc', | |
| 115 'controls/button/label_button.h', | |
| 116 'controls/button/label_button_border.cc', | |
| 117 'controls/button/label_button_border.h', | |
| 118 'controls/button/menu_button.cc', | |
| 119 'controls/button/menu_button.h', | |
| 120 'controls/button/menu_button_listener.h', | |
| 121 'controls/button/radio_button.cc', | |
| 122 'controls/button/radio_button.h', | |
| 123 'controls/combobox/combobox.cc', | |
| 124 'controls/combobox/combobox.h', | |
| 125 'controls/combobox/combobox_listener.h', | |
| 126 'controls/focusable_border.cc', | |
| 127 'controls/focusable_border.h', | |
| 128 'controls/glow_hover_controller.cc', | |
| 129 'controls/glow_hover_controller.h', | |
| 130 'controls/image_view.cc', | |
| 131 'controls/image_view.h', | |
| 132 'controls/label.cc', | |
| 133 'controls/label.h', | |
| 134 'controls/link.cc', | |
| 135 'controls/link.h', | |
| 136 'controls/link_listener.h', | |
| 137 'controls/menu/display_change_listener_aura.cc', | |
| 138 'controls/menu/display_change_listener_mac.cc', | |
| 139 'controls/menu/menu.cc', | |
| 140 'controls/menu/menu.h', | |
| 141 'controls/menu/menu_2.cc', | |
| 142 'controls/menu/menu_2.h', | |
| 143 'controls/menu/menu_config.cc', | |
| 144 'controls/menu/menu_config.h', | |
| 145 'controls/menu/menu_config_aura.cc', | |
| 146 'controls/menu/menu_config_mac.cc', | |
| 147 'controls/menu/menu_config_win.cc', | |
| 148 'controls/menu/menu_controller.cc', | |
| 149 'controls/menu/menu_controller.h', | |
| 150 'controls/menu/menu_controller_delegate.h', | |
| 151 'controls/menu/menu_event_dispatcher_linux.cc', | |
| 152 'controls/menu/menu_event_dispatcher_linux.h', | |
| 153 'controls/menu/menu_delegate.cc', | |
| 154 'controls/menu/menu_delegate.h', | |
| 155 'controls/menu/menu_message_pump_dispatcher_win.cc', | |
| 156 'controls/menu/menu_message_pump_dispatcher_win.h', | |
| 157 'controls/menu/menu_message_loop.h', | |
| 158 'controls/menu/menu_message_loop_aura.cc', | |
| 159 'controls/menu/menu_message_loop_aura.h', | |
| 160 'controls/menu/menu_message_loop_mac.cc', | |
| 161 'controls/menu/menu_message_loop_mac.h', | |
| 162 'controls/menu/menu_host.cc', | |
| 163 'controls/menu/menu_host.h', | |
| 164 'controls/menu/menu_host_root_view.cc', | |
| 165 'controls/menu/menu_host_root_view.h', | |
| 166 'controls/menu/menu_insertion_delegate_win.h', | |
| 167 'controls/menu/menu_item_view.cc', | |
| 168 'controls/menu/menu_item_view.h', | |
| 169 'controls/menu/menu_listener.cc', | |
| 170 'controls/menu/menu_listener.h', | |
| 171 'controls/menu/menu_model_adapter.cc', | |
| 172 'controls/menu/menu_model_adapter.h', | |
| 173 'controls/menu/menu_runner.cc', | |
| 174 'controls/menu/menu_runner.h', | |
| 175 'controls/menu/menu_runner_handler.h', | |
| 176 'controls/menu/menu_scroll_view_container.cc', | |
| 177 'controls/menu/menu_scroll_view_container.h', | |
| 178 'controls/menu/menu_separator.h', | |
| 179 'controls/menu/menu_separator_views.cc', | |
| 180 'controls/menu/menu_separator_win.cc', | |
| 181 'controls/menu/menu_types.h', | |
| 182 'controls/menu/menu_wrapper.h', | |
| 183 'controls/menu/native_menu_win.cc', | |
| 184 'controls/menu/native_menu_win.h', | |
| 185 'controls/menu/menu_image_util.cc', | |
| 186 'controls/menu/menu_image_util.h', | |
| 187 'controls/menu/submenu_view.cc', | |
| 188 'controls/menu/submenu_view.h', | |
| 189 'controls/message_box_view.cc', | |
| 190 'controls/message_box_view.h', | |
| 191 'controls/native/native_view_host.cc', | |
| 192 'controls/native/native_view_host.h', | |
| 193 'controls/native/native_view_host_aura.cc', | |
| 194 'controls/native/native_view_host_aura.h', | |
| 195 'controls/native/native_view_host_mac.cc', | |
| 196 'controls/prefix_delegate.h', | |
| 197 'controls/prefix_selector.cc', | |
| 198 'controls/prefix_selector.h', | |
| 199 'controls/progress_bar.cc', | |
| 200 'controls/progress_bar.h', | |
| 201 'controls/resize_area.cc', | |
| 202 'controls/resize_area.h', | |
| 203 'controls/resize_area_delegate.h', | |
| 204 'controls/scroll_view.cc', | |
| 205 'controls/scroll_view.h', | |
| 206 'controls/scrollbar/base_scroll_bar.cc', | |
| 207 'controls/scrollbar/base_scroll_bar.h', | |
| 208 'controls/scrollbar/base_scroll_bar_button.cc', | |
| 209 'controls/scrollbar/base_scroll_bar_button.h', | |
| 210 'controls/scrollbar/base_scroll_bar_thumb.cc', | |
| 211 'controls/scrollbar/base_scroll_bar_thumb.h', | |
| 212 'controls/scrollbar/kennedy_scroll_bar.cc', | |
| 213 'controls/scrollbar/kennedy_scroll_bar.h', | |
| 214 'controls/scrollbar/native_scroll_bar_views.cc', | |
| 215 'controls/scrollbar/native_scroll_bar_views.h', | |
| 216 'controls/scrollbar/native_scroll_bar_wrapper.h', | |
| 217 'controls/scrollbar/native_scroll_bar.cc', | |
| 218 'controls/scrollbar/native_scroll_bar.h', | |
| 219 'controls/scrollbar/overlay_scroll_bar.cc', | |
| 220 'controls/scrollbar/overlay_scroll_bar.h', | |
| 221 'controls/scrollbar/scroll_bar.cc', | |
| 222 'controls/scrollbar/scroll_bar.h', | |
| 223 'controls/separator.cc', | |
| 224 'controls/separator.h', | |
| 225 'controls/single_split_view.cc', | |
| 226 'controls/single_split_view.h', | |
| 227 'controls/single_split_view_listener.h', | |
| 228 'controls/slide_out_view.cc', | |
| 229 'controls/slide_out_view.h', | |
| 230 'controls/slider.cc', | |
| 231 'controls/slider.h', | |
| 232 'controls/styled_label.cc', | |
| 233 'controls/styled_label.h', | |
| 234 'controls/styled_label_listener.h', | |
| 235 'controls/tabbed_pane/tabbed_pane.cc', | |
| 236 'controls/tabbed_pane/tabbed_pane.h', | |
| 237 'controls/tabbed_pane/tabbed_pane_listener.h', | |
| 238 'controls/table/table_header.cc', | |
| 239 'controls/table/table_header.h', | |
| 240 'controls/table/table_utils.cc', | |
| 241 'controls/table/table_utils.h', | |
| 242 'controls/table/table_view.cc', | |
| 243 'controls/table/table_view.h', | |
| 244 'controls/table/table_view_observer.h', | |
| 245 'controls/table/table_view_row_background_painter.h', | |
| 246 'controls/textfield/textfield.cc', | |
| 247 'controls/textfield/textfield.h', | |
| 248 'controls/textfield/textfield_controller.cc', | |
| 249 'controls/textfield/textfield_controller.h', | |
| 250 'controls/textfield/textfield_model.cc', | |
| 251 'controls/textfield/textfield_model.h', | |
| 252 'controls/throbber.cc', | |
| 253 'controls/throbber.h', | |
| 254 'controls/tree/tree_view.cc', | |
| 255 'controls/tree/tree_view.h', | |
| 256 'controls/tree/tree_view_controller.cc', | |
| 257 'controls/tree/tree_view_controller.h', | |
| 258 'corewm/cursor_height_provider_win.cc', | |
| 259 'corewm/cursor_height_provider_win.h', | |
| 260 'corewm/tooltip.h', | |
| 261 'corewm/tooltip_aura.cc', | |
| 262 'corewm/tooltip_aura.h', | |
| 263 'corewm/tooltip_controller.cc', | |
| 264 'corewm/tooltip_controller.h', | |
| 265 'corewm/tooltip_win.cc', | |
| 266 'corewm/tooltip_win.h', | |
| 267 'cull_set.cc', | |
| 268 'cull_set.h', | |
| 269 'debug_utils.cc', | |
| 270 'debug_utils.h', | |
| 271 'drag_controller.h', | |
| 272 'drag_utils.cc', | |
| 273 'drag_utils.h', | |
| 274 'drag_utils_aura.cc', | |
| 275 'focus/external_focus_tracker.cc', | |
| 276 'focus/external_focus_tracker.h', | |
| 277 'focus/focus_manager.cc', | |
| 278 'focus/focus_manager.h', | |
| 279 'focus/focus_manager_delegate.h', | |
| 280 'focus/focus_manager_factory.cc', | |
| 281 'focus/focus_manager_factory.h', | |
| 282 'focus/focus_search.cc', | |
| 283 'focus/focus_search.h', | |
| 284 'focus/view_storage.cc', | |
| 285 'focus/view_storage.h', | |
| 286 'focus/widget_focus_manager.cc', | |
| 287 'focus/widget_focus_manager.h', | |
| 288 'ime/input_method.h', | |
| 289 'ime/input_method_base.cc', | |
| 290 'ime/input_method_base.h', | |
| 291 'ime/input_method_bridge.cc', | |
| 292 'ime/input_method_bridge.h', | |
| 293 'ime/input_method_delegate.h', | |
| 294 'ime/mock_input_method.cc', | |
| 295 'ime/mock_input_method.h', | |
| 296 'ime/null_input_method.cc', | |
| 297 'ime/null_input_method.h', | |
| 298 'layout/box_layout.cc', | |
| 299 'layout/box_layout.h', | |
| 300 'layout/fill_layout.cc', | |
| 301 'layout/fill_layout.h', | |
| 302 'layout/grid_layout.cc', | |
| 303 'layout/grid_layout.h', | |
| 304 'layout/layout_constants.h', | |
| 305 'layout/layout_manager.cc', | |
| 306 'layout/layout_manager.h', | |
| 307 'linux_ui/linux_ui.h', | |
| 308 'linux_ui/linux_ui.cc', | |
| 309 'linux_ui/status_icon_linux.h', | |
| 310 'linux_ui/status_icon_linux.cc', | |
| 311 'linux_ui/window_button_order_observer.h', | |
| 312 'linux_ui/window_button_order_provider.cc', | |
| 313 'masked_targeter_delegate.cc', | |
| 314 'masked_targeter_delegate.h', | |
| 315 'metrics.cc', | |
| 316 'metrics.h', | |
| 317 'metrics_aura.cc', | |
| 318 'metrics_mac.cc', | |
| 319 'mouse_constants.h', | |
| 320 'mouse_watcher.h', | |
| 321 'mouse_watcher_aura.cc', | |
| 322 'mouse_watcher_view_host.cc', | |
| 323 'mouse_watcher_view_host.h', | |
| 324 'native_cursor.h', | |
| 325 'native_cursor_aura.cc', | |
| 326 'native_cursor_mac.mm', | |
| 327 'native_theme_delegate.h', | |
| 328 'painter.cc', | |
| 329 'painter.h', | |
| 330 'rect_based_targeting_utils.cc', | |
| 331 'rect_based_targeting_utils.h', | |
| 332 'repeat_controller.cc', | |
| 333 'repeat_controller.h', | |
| 334 'round_rect_painter.cc', | |
| 335 'round_rect_painter.h', | |
| 336 'shadow_border.cc', | |
| 337 'shadow_border.h', | |
| 338 'touchui/touch_editing_menu.cc', | |
| 339 'touchui/touch_editing_menu.h', | |
| 340 'touchui/touch_selection_controller_impl.cc', | |
| 341 'touchui/touch_selection_controller_impl.h', | |
| 342 'view.cc', | |
| 343 'view.h', | |
| 344 'view_constants.cc', | |
| 345 'view_constants.h', | |
| 346 'view_constants_aura.cc', | |
| 347 'view_constants_aura.h', | |
| 348 'view_model.cc', | |
| 349 'view_model.h', | |
| 350 'view_model_utils.cc', | |
| 351 'view_model_utils.h', | |
| 352 'view_targeter.cc', | |
| 353 'view_targeter.h', | |
| 354 'view_targeter_delegate.cc', | |
| 355 'view_targeter_delegate.h', | |
| 356 'views_switches.cc', | |
| 357 'views_switches.h', | |
| 358 'views_delegate.cc', | |
| 359 'views_delegate.h', | |
| 360 'views_touch_selection_controller_factory.h', | |
| 361 'views_touch_selection_controller_factory_aura.cc', | |
| 362 'views_touch_selection_controller_factory_mac.cc', | |
| 363 'widget/desktop_aura/desktop_capture_client.cc', | |
| 364 'widget/desktop_aura/desktop_capture_client.h', | |
| 365 'widget/desktop_aura/desktop_cursor_loader_updater.h', | |
| 366 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | |
| 367 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | |
| 368 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | |
| 369 'widget/desktop_aura/desktop_dispatcher_client.cc', | |
| 370 'widget/desktop_aura/desktop_dispatcher_client.h', | |
| 371 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | |
| 372 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | |
| 373 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | |
| 374 'widget/desktop_aura/desktop_drag_drop_client_win.h', | |
| 375 'widget/desktop_aura/desktop_drop_target_win.cc', | |
| 376 'widget/desktop_aura/desktop_drop_target_win.h', | |
| 377 'widget/desktop_aura/desktop_event_client.cc', | |
| 378 'widget/desktop_aura/desktop_event_client.h', | |
| 379 'widget/desktop_aura/desktop_factory_ozone.cc', | |
| 380 'widget/desktop_aura/desktop_factory_ozone.h', | |
| 381 'widget/desktop_aura/desktop_focus_rules.cc', | |
| 382 'widget/desktop_aura/desktop_focus_rules.h', | |
| 383 'widget/desktop_aura/desktop_native_cursor_manager.cc', | |
| 384 'widget/desktop_aura/desktop_native_cursor_manager.h', | |
| 385 'widget/desktop_aura/desktop_native_widget_aura.cc', | |
| 386 'widget/desktop_aura/desktop_native_widget_aura.h', | |
| 387 'widget/desktop_aura/desktop_window_tree_host.h', | |
| 388 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | |
| 389 'widget/desktop_aura/desktop_window_tree_host_win.cc', | |
| 390 'widget/desktop_aura/desktop_window_tree_host_win.h', | |
| 391 'widget/desktop_aura/desktop_window_tree_host_x11.cc', | |
| 392 'widget/desktop_aura/desktop_window_tree_host_x11.h', | |
| 393 'widget/desktop_aura/desktop_screen.h', | |
| 394 'widget/desktop_aura/desktop_screen_ozone.cc', | |
| 395 'widget/desktop_aura/desktop_screen_position_client.cc', | |
| 396 'widget/desktop_aura/desktop_screen_position_client.h', | |
| 397 'widget/desktop_aura/desktop_screen_win.cc', | |
| 398 'widget/desktop_aura/desktop_screen_win.h', | |
| 399 'widget/desktop_aura/desktop_screen_x11.cc', | |
| 400 'widget/desktop_aura/desktop_screen_x11.h', | |
| 401 'widget/desktop_aura/x11_desktop_handler.cc', | |
| 402 'widget/desktop_aura/x11_desktop_handler.h', | |
| 403 'widget/desktop_aura/x11_desktop_window_move_client.cc', | |
| 404 'widget/desktop_aura/x11_desktop_window_move_client.h', | |
| 405 'widget/desktop_aura/x11_scoped_capture.cc', | |
| 406 'widget/desktop_aura/x11_scoped_capture.h', | |
| 407 'widget/desktop_aura/x11_topmost_window_finder.cc', | |
| 408 'widget/desktop_aura/x11_topmost_window_finder.h', | |
| 409 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | |
| 410 'widget/desktop_aura/x11_whole_screen_move_loop.h', | |
| 411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', | |
| 412 'widget/desktop_aura/x11_window_event_filter.cc', | |
| 413 'widget/desktop_aura/x11_window_event_filter.h', | |
| 414 'widget/drop_helper.cc', | |
| 415 'widget/drop_helper.h', | |
| 416 'widget/root_view.cc', | |
| 417 'widget/root_view.h', | |
| 418 'widget/monitor_win.cc', | |
| 419 'widget/monitor_win.h', | |
| 420 'widget/native_widget.h', | |
| 421 'widget/native_widget_aura.cc', | |
| 422 'widget/native_widget_aura.h', | |
| 423 'widget/native_widget_delegate.h', | |
| 424 'widget/native_widget_mac.h', | |
| 425 'widget/native_widget_mac.mm', | |
| 426 'widget/native_widget_private.h', | |
| 427 'widget/tooltip_manager_aura.cc', | |
| 428 'widget/tooltip_manager_aura.h', | |
| 429 'widget/tooltip_manager.cc', | |
| 430 'widget/tooltip_manager.h', | |
| 431 'widget/widget.cc', | |
| 432 'widget/widget.h', | |
| 433 'widget/widget_aura_utils.cc', | |
| 434 'widget/widget_aura_utils.h', | |
| 435 'widget/widget_delegate.cc', | |
| 436 'widget/widget_delegate.h', | |
| 437 'widget/widget_deletion_observer.cc', | |
| 438 'widget/widget_deletion_observer.h', | |
| 439 'widget/widget_hwnd_utils.cc', | |
| 440 'widget/widget_hwnd_utils.h', | |
| 441 'widget/widget_observer.h', | |
| 442 'widget/widget_removals_observer.h', | |
| 443 'widget/window_reorderer.cc', | |
| 444 'widget/window_reorderer.h', | |
| 445 'win/fullscreen_handler.cc', | |
| 446 'win/fullscreen_handler.h', | |
| 447 'win/hwnd_message_handler.cc', | |
| 448 'win/hwnd_message_handler.h', | |
| 449 'win/hwnd_message_handler_delegate.h', | |
| 450 'win/hwnd_util.h', | |
| 451 'win/hwnd_util_aurawin.cc', | |
| 452 'win/scoped_fullscreen_visibility.cc', | |
| 453 'win/scoped_fullscreen_visibility.h', | |
| 454 'window/client_view.cc', | |
| 455 'window/client_view.h', | |
| 456 'window/custom_frame_view.cc', | |
| 457 'window/custom_frame_view.h', | |
| 458 'window/dialog_client_view.cc', | |
| 459 'window/dialog_client_view.h', | |
| 460 'window/dialog_delegate.cc', | |
| 461 'window/dialog_delegate.h', | |
| 462 'window/frame_background.cc', | |
| 463 'window/frame_background.h', | |
| 464 'window/frame_buttons.h', | |
| 465 'window/native_frame_view.cc', | |
| 466 'window/native_frame_view.h', | |
| 467 'window/non_client_view.cc', | |
| 468 'window/non_client_view.h', | |
| 469 'window/window_button_order_provider.cc', | |
| 470 'window/window_button_order_provider.h', | |
| 471 'window/window_resources.h', | |
| 472 'window/window_shape.cc', | |
| 473 'window/window_shape.h', | |
| 474 ], | 585 ], |
| 475 'include_dirs': [ | 586 'include_dirs': [ |
| 476 '../../third_party/wtl/include', | 587 '../../third_party/wtl/include', |
| 477 ], | 588 ], |
| 478 'conditions': [ | 589 'conditions': [ |
| 479 ['chromeos==1', { | |
| 480 'sources/': [ | |
| 481 ['exclude', 'widget/desktop_aura'], | |
| 482 ], | |
| 483 }], | |
| 484 ['use_ash==0', { | 590 ['use_ash==0', { |
| 485 'sources!': [ | 591 'sources!': [ |
| 486 'bubble/tray_bubble_view.cc', | 592 'bubble/tray_bubble_view.cc', |
| 487 'bubble/tray_bubble_view.h', | 593 'bubble/tray_bubble_view.h', |
| 488 ], | 594 ], |
| 489 }], | 595 }], |
| 490 ['chromeos==0 and use_x11==1', { | 596 ['chromeos==0 and use_x11==1', { |
| 491 'dependencies': [ | 597 'dependencies': [ |
| 492 '../display/display.gyp:display_util', | 598 '../display/display.gyp:display_util', |
| 493 ], | 599 ], |
| 494 }], | 600 }], |
| 495 ['OS=="linux" and chromeos==0', { | 601 ['OS=="linux" and chromeos==0', { |
| 496 'dependencies': [ | 602 'dependencies': [ |
| 497 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 603 '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 498 ], | 604 ], |
| 499 'sources!': [ | 605 'sources!': [ |
| 500 'window/window_button_order_provider.cc', | 606 'window/window_button_order_provider.cc', |
| 501 ], | 607 ], |
| 502 }, { # OS=="linux" and chromeos==0 | 608 }, { # OS=="linux" and chromeos==0 |
| 503 'sources/': [ | 609 'sources/': [ |
| 504 ['exclude', 'linux_ui'], | 610 ['exclude', 'linux_ui'], |
| 505 ], | 611 ], |
| 506 }], | 612 }], |
| 507 ['OS=="win"', { | 613 ['OS=="win"', { |
| 614 'sources': [ |
| 615 '<@(views_win_sources)', |
| 616 ], |
| 508 'dependencies': [ | 617 'dependencies': [ |
| 509 # For accessibility | 618 # For accessibility |
| 510 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 619 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 511 ], | 620 ], |
| 512 'include_dirs': [ | 621 'include_dirs': [ |
| 513 '../../third_party/wtl/include', | 622 '../../third_party/wtl/include', |
| 514 ], | 623 ], |
| 515 'link_settings': { | 624 'link_settings': { |
| 516 'libraries': [ | 625 'libraries': [ |
| 517 '-limm32.lib', | 626 '-limm32.lib', |
| 518 '-loleacc.lib', | 627 '-loleacc.lib', |
| 519 ], | 628 ], |
| 520 'msvs_settings': { | 629 'msvs_settings': { |
| 521 'VCLinkerTool': { | 630 'VCLinkerTool': { |
| 522 'DelayLoadDLLs': [ | 631 'DelayLoadDLLs': [ |
| 523 'user32.dll', | 632 'user32.dll', |
| 524 ], | 633 ], |
| 525 }, | 634 }, |
| 526 }, | 635 }, |
| 527 }, | 636 }, |
| 528 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 637 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 529 'msvs_disabled_warnings': [ 4267, ], | 638 'msvs_disabled_warnings': [ 4267, ], |
| 530 }], | 639 }], |
| 531 ['OS!="win"', { | |
| 532 'sources!': [ | |
| 533 'controls/menu/menu_wrapper.h', | |
| 534 'controls/menu/menu_2.cc', | |
| 535 'controls/menu/menu_2.h', | |
| 536 'win/fullscreen_handler.cc', | |
| 537 'win/fullscreen_handler.h', | |
| 538 'win/hwnd_message_handler.cc', | |
| 539 'win/hwnd_message_handler.h', | |
| 540 'win/hwnd_message_handler_delegate.h', | |
| 541 'win/scoped_fullscreen_visibility.cc', | |
| 542 'win/scoped_fullscreen_visibility.h', | |
| 543 'widget/widget_hwnd_utils.cc', | |
| 544 'widget/widget_hwnd_utils.h', | |
| 545 ], | |
| 546 }], | |
| 547 ['use_ozone==1', { | 640 ['use_ozone==1', { |
| 548 'dependencies': [ | 641 'dependencies': [ |
| 549 '../ozone/ozone.gyp:ozone', | 642 '../ozone/ozone.gyp:ozone', |
| 550 ], | 643 ], |
| 551 }], | 644 }], |
| 552 ['use_x11==1', { | 645 ['use_x11==1', { |
| 553 'dependencies': [ | 646 'dependencies': [ |
| 554 '../../build/linux/system.gyp:x11', | 647 '../../build/linux/system.gyp:x11', |
| 555 '../../build/linux/system.gyp:xrandr', | 648 '../../build/linux/system.gyp:xrandr', |
| 556 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 649 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 557 ], | 650 ], |
| 558 }], | 651 }], |
| 559 ['use_aura==0', { | 652 ['use_aura==1', { |
| 560 'sources!': [ | 653 'sources': [ |
| 561 'accessibility/ax_aura_obj_cache.cc', | 654 '<@(views_aura_sources)', |
| 562 'accessibility/ax_aura_obj_cache.h', | 655 ], |
| 563 'accessibility/ax_aura_obj_wrapper.h', | 656 'dependencies': [ |
| 564 'accessibility/ax_view_obj_wrapper.cc', | 657 '../aura/aura.gyp:aura', |
| 565 'accessibility/ax_view_obj_wrapper.h', | 658 '../wm/wm.gyp:wm', |
| 566 'accessibility/ax_widget_obj_wrapper.cc', | 659 ], |
| 567 'accessibility/ax_widget_obj_wrapper.h', | 660 }], |
| 568 'accessibility/ax_window_obj_wrapper.cc', | 661 ['use_aura and chromeos == 0', { |
| 569 'accessibility/ax_window_obj_wrapper.h', | 662 'sources': [ '<@(views_desktop_aura_sources)' ], |
| 570 'bubble/bubble_window_targeter.cc', | 663 'conditions': [ |
| 571 'bubble/bubble_window_targeter.h', | 664 ['use_x11 == 1', { |
| 572 'bubble/tray_bubble_view.cc', | 665 'sources': [ '<@(views_desktop_aura_x11_sources)' ], |
| 573 'bubble/tray_bubble_view.h', | 666 }], |
| 574 'mouse_watcher_view_host.cc', | 667 ['OS == "win"', { |
| 575 'mouse_watcher_view_host.h', | 668 'sources': [ '<@(views_desktop_aura_win_sources)' ], |
| 576 'widget/window_reorderer.cc', | 669 }], |
| 577 'widget/window_reorderer.h', | 670 ['use_ozone==1', { |
| 671 'sources': [ '<@(views_desktop_aura_ozone_sources)' ], |
| 672 }], |
| 578 ], | 673 ], |
| 579 }], | 674 }], |
| 580 ], | 675 ], |
| 581 }, # target_name: views | 676 }, # target_name: views |
| 582 { | 677 { |
| 678 # GN version: //ui/views:test_support |
| 583 'target_name': 'views_test_support', | 679 'target_name': 'views_test_support', |
| 584 'type': 'static_library', | 680 'type': 'static_library', |
| 585 'dependencies': [ | 681 'dependencies': [ |
| 586 '../../base/base.gyp:base', | 682 '../../base/base.gyp:base', |
| 587 '../../ipc/ipc.gyp:test_support_ipc', | 683 '../../ipc/ipc.gyp:test_support_ipc', |
| 588 '../../skia/skia.gyp:skia', | 684 '../../skia/skia.gyp:skia', |
| 589 '../../testing/gtest.gyp:gtest', | 685 '../../testing/gtest.gyp:gtest', |
| 590 '../base/ui_base.gyp:ui_base', | 686 '../base/ui_base.gyp:ui_base', |
| 591 '../compositor/compositor.gyp:compositor', | 687 '../compositor/compositor.gyp:compositor', |
| 592 '../events/events.gyp:events', | 688 '../events/events.gyp:events', |
| 593 '../events/platform/events_platform.gyp:events_platform', | 689 '../events/platform/events_platform.gyp:events_platform', |
| 594 '../gfx/gfx.gyp:gfx', | 690 '../gfx/gfx.gyp:gfx', |
| 595 '../gfx/gfx.gyp:gfx_geometry', | 691 '../gfx/gfx.gyp:gfx_geometry', |
| 596 'views', | 692 'views', |
| 597 ], | 693 ], |
| 598 'include_dirs': [ | 694 'include_dirs': [ |
| 599 '..', | 695 '..', |
| 600 ], | 696 ], |
| 601 'sources': [ | 697 'sources': [ |
| 602 'controls/textfield/textfield_test_api.cc', | 698 '<@(views_test_support_sources)', |
| 603 'controls/textfield/textfield_test_api.h', | |
| 604 'corewm/tooltip_controller_test_helper.cc', | |
| 605 'corewm/tooltip_controller_test_helper.h', | |
| 606 'test/capture_tracking_view.cc', | |
| 607 'test/capture_tracking_view.h', | |
| 608 'test/desktop_test_views_delegate.h', | |
| 609 'test/desktop_test_views_delegate_aura.cc', | |
| 610 'test/desktop_test_views_delegate_mac.mm', | |
| 611 'test/menu_runner_test_api.cc', | |
| 612 'test/menu_runner_test_api.h', | |
| 613 'test/slider_test_api.cc', | |
| 614 'test/slider_test_api.h', | |
| 615 'test/test_views.cc', | |
| 616 'test/test_views.h', | |
| 617 'test/test_views_delegate.h', | |
| 618 'test/test_views_delegate_aura.cc', | |
| 619 'test/test_views_delegate_mac.mm', | |
| 620 'test/test_widget_observer.cc', | |
| 621 'test/test_widget_observer.h', | |
| 622 'test/ui_controls_factory_desktop_aurax11.cc', | |
| 623 'test/ui_controls_factory_desktop_aurax11.h', | |
| 624 'test/views_test_base.cc', | |
| 625 'test/views_test_base.h', | |
| 626 'test/views_test_helper.cc', | |
| 627 'test/views_test_helper.h', | |
| 628 'test/views_test_helper_aura.cc', | |
| 629 'test/views_test_helper_aura.h', | |
| 630 'test/views_test_helper_mac.h', | |
| 631 'test/views_test_helper_mac.mm', | |
| 632 'test/widget_test.cc', | |
| 633 'test/widget_test.h', | |
| 634 'test/widget_test_aura.cc', | |
| 635 'test/widget_test_mac.mm', | |
| 636 'test/x11_property_change_waiter.cc', | |
| 637 'test/x11_property_change_waiter.h', | |
| 638 ], | 699 ], |
| 639 'conditions': [ | 700 'conditions': [ |
| 640 ['chromeos==1', { | 701 ['chromeos==1', { |
| 641 'sources!': [ | 702 'sources!': [ |
| 642 'test/ui_controls_factory_desktop_aurax11.cc', | 703 'test/ui_controls_factory_desktop_aurax11.cc', |
| 643 'test/ui_controls_factory_desktop_aurax11.h', | 704 'test/ui_controls_factory_desktop_aurax11.h', |
| 644 ], | 705 ], |
| 645 }], | 706 }], |
| 646 ['use_aura==1', { | 707 ['use_aura==1', { |
| 708 'sources': [ '<@(views_test_support_aura_sources)' ], |
| 647 'dependencies': [ | 709 'dependencies': [ |
| 710 '../aura/aura.gyp:aura', |
| 648 '../aura/aura.gyp:aura_test_support', | 711 '../aura/aura.gyp:aura_test_support', |
| 712 '../wm/wm.gyp:wm', |
| 649 ], | 713 ], |
| 650 }], | 714 }], |
| 651 ], | 715 ], |
| 652 }, # target_name: views_test_support | 716 }, # target_name: views_test_support |
| 653 { | 717 { |
| 718 # GN version: //ui/views:views_unittests |
| 654 'target_name': 'views_unittests', | 719 'target_name': 'views_unittests', |
| 655 'type': 'executable', | 720 'type': 'executable', |
| 656 'dependencies': [ | 721 'dependencies': [ |
| 657 '../../base/base.gyp:base', | 722 '../../base/base.gyp:base', |
| 658 '../../base/base.gyp:base_i18n', | 723 '../../base/base.gyp:base_i18n', |
| 659 '../../base/base.gyp:test_support_base', | 724 '../../base/base.gyp:test_support_base', |
| 660 '../../skia/skia.gyp:skia', | 725 '../../skia/skia.gyp:skia', |
| 661 '../../testing/gtest.gyp:gtest', | 726 '../../testing/gtest.gyp:gtest', |
| 662 '../../third_party/icu/icu.gyp:icui18n', | 727 '../../third_party/icu/icu.gyp:icui18n', |
| 663 '../../third_party/icu/icu.gyp:icuuc', | 728 '../../third_party/icu/icu.gyp:icuuc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 674 '../resources/ui_resources.gyp:ui_resources', | 739 '../resources/ui_resources.gyp:ui_resources', |
| 675 '../resources/ui_resources.gyp:ui_test_pak', | 740 '../resources/ui_resources.gyp:ui_test_pak', |
| 676 '../strings/ui_strings.gyp:ui_strings', | 741 '../strings/ui_strings.gyp:ui_strings', |
| 677 'views', | 742 'views', |
| 678 'views_test_support', | 743 'views_test_support', |
| 679 ], | 744 ], |
| 680 'include_dirs': [ | 745 'include_dirs': [ |
| 681 '..', | 746 '..', |
| 682 ], | 747 ], |
| 683 'sources': [ | 748 'sources': [ |
| 684 'accessibility/native_view_accessibility_win_unittest.cc', | 749 '<@(views_unittests_sources)', |
| 685 'accessible_pane_view_unittest.cc', | |
| 686 'animation/bounds_animator_unittest.cc', | |
| 687 'bubble/bubble_border_unittest.cc', | |
| 688 'bubble/bubble_delegate_unittest.cc', | |
| 689 'bubble/bubble_frame_view_unittest.cc', | |
| 690 'bubble/bubble_window_targeter_unittest.cc', | |
| 691 'cocoa/bridged_native_widget_unittest.mm', | |
| 692 'controls/button/blue_button_unittest.cc', | |
| 693 'controls/button/custom_button_unittest.cc', | |
| 694 'controls/button/image_button_unittest.cc', | |
| 695 'controls/button/label_button_unittest.cc', | |
| 696 'controls/button/menu_button_unittest.cc', | |
| 697 'controls/combobox/combobox_unittest.cc', | |
| 698 'controls/label_unittest.cc', | |
| 699 'controls/menu/menu_model_adapter_unittest.cc', | |
| 700 'controls/menu/menu_controller_unittest.cc', | |
| 701 'controls/native/native_view_host_aura_unittest.cc', | |
| 702 'controls/native/native_view_host_unittest.cc', | |
| 703 'controls/prefix_selector_unittest.cc', | |
| 704 'controls/progress_bar_unittest.cc', | |
| 705 'controls/scrollbar/scrollbar_unittest.cc', | |
| 706 'controls/scroll_view_unittest.cc', | |
| 707 'controls/single_split_view_unittest.cc', | |
| 708 'controls/slider_unittest.cc', | |
| 709 'controls/styled_label_unittest.cc', | |
| 710 'controls/tabbed_pane/tabbed_pane_unittest.cc', | |
| 711 'controls/table/table_utils_unittest.cc', | |
| 712 'controls/table/table_view_unittest.cc', | |
| 713 'controls/table/test_table_model.cc', | |
| 714 'controls/table/test_table_model.h', | |
| 715 'controls/textfield/textfield_unittest.cc', | |
| 716 'controls/textfield/textfield_model_unittest.cc', | |
| 717 'controls/tree/tree_view_unittest.cc', | |
| 718 'corewm/capture_controller_unittest.cc', | |
| 719 'corewm/tooltip_aura_unittest.cc', | |
| 720 'corewm/tooltip_controller_unittest.cc', | |
| 721 'focus/focus_manager_test.h', | |
| 722 'focus/focus_manager_test.cc', | |
| 723 'focus/focus_manager_unittest.cc', | |
| 724 'focus/focus_traversal_unittest.cc', | |
| 725 'ime/input_method_bridge_unittest.cc', | |
| 726 'layout/box_layout_unittest.cc', | |
| 727 'layout/grid_layout_unittest.cc', | |
| 728 'rect_based_targeting_utils_unittest.cc', | |
| 729 'run_all_unittests.cc', | |
| 730 'touchui/touch_selection_controller_impl_unittest.cc', | |
| 731 'view_model_unittest.cc', | |
| 732 'view_model_utils_unittest.cc', | |
| 733 'view_targeter_unittest.cc', | |
| 734 'view_unittest.cc', | |
| 735 'view_unittest_aura.cc', | |
| 736 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', | |
| 737 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | |
| 738 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | |
| 739 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | |
| 740 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | |
| 741 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', | |
| 742 'widget/native_widget_aura_unittest.cc', | |
| 743 'widget/native_widget_unittest.cc', | |
| 744 'widget/root_view_unittest.cc', | |
| 745 'widget/widget_unittest.cc', | |
| 746 'widget/window_reorderer_unittest.cc', | |
| 747 'window/custom_frame_view_unittest.cc', | |
| 748 'window/dialog_client_view_unittest.cc', | |
| 749 'window/dialog_delegate_unittest.cc', | |
| 750 ], | 750 ], |
| 751 'conditions': [ | 751 'conditions': [ |
| 752 ['chromeos==1', { | 752 ['chromeos==1', { |
| 753 'sources/': [ | 753 'sources!': [ |
| 754 ['exclude', 'ime/input_method_bridge_unittest.cc'], | 754 'ime/input_method_bridge_unittest.cc', |
| 755 ['exclude', 'widget/desktop_aura'], | |
| 756 ], | 755 ], |
| 757 }], | 756 }], |
| 758 ['OS=="win"', { | 757 ['OS=="win"', { |
| 759 'dependencies': [ | 758 'dependencies': [ |
| 760 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 759 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 761 ], | 760 ], |
| 762 'link_settings': { | 761 'link_settings': { |
| 763 'libraries': [ | 762 'libraries': [ |
| 764 '-limm32.lib', | 763 '-limm32.lib', |
| 765 '-loleacc.lib', | 764 '-loleacc.lib', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 794 '../../build/linux/system.gyp:xext', | 793 '../../build/linux/system.gyp:xext', |
| 795 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 794 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 796 ], | 795 ], |
| 797 }], | 796 }], |
| 798 ['use_ozone==1', { | 797 ['use_ozone==1', { |
| 799 'sources!': [ | 798 'sources!': [ |
| 800 'corewm/capture_controller_unittest.cc', | 799 'corewm/capture_controller_unittest.cc', |
| 801 ], | 800 ], |
| 802 }], | 801 }], |
| 803 ['use_aura==1', { | 802 ['use_aura==1', { |
| 803 'sources': [ '<@(views_unittests_aura_sources)' ], |
| 804 'dependencies': [ | 804 'dependencies': [ |
| 805 '../aura/aura.gyp:aura', |
| 805 '../aura/aura.gyp:aura_test_support', | 806 '../aura/aura.gyp:aura_test_support', |
| 807 '../wm/wm.gyp:wm', |
| 806 ], | 808 ], |
| 809 'conditions': [ |
| 810 ['chromeos == 0', { |
| 811 'sources': [ '<@(views_unittests_desktop_aura_sources)' ], |
| 812 }], |
| 813 ] |
| 807 }], | 814 }], |
| 808 ['use_x11==1', { | 815 ['use_x11==1', { |
| 809 'dependencies': [ | 816 'dependencies': [ |
| 810 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 817 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 811 ], | 818 ], |
| 812 }], | 819 }], |
| 813 ['OS=="mac"', { | 820 ['OS=="mac"', { |
| 814 # views_unittests not yet compiling on Mac. http://crbug.com/378134 | 821 # views_unittests not yet compiling on Mac. http://crbug.com/378134 |
| 815 'sources!': [ | 822 'sources!': [ |
| 816 'bubble/bubble_window_targeter_unittest.cc', | 823 'bubble/bubble_window_targeter_unittest.cc', |
| 817 'controls/button/custom_button_unittest.cc', | 824 'controls/button/custom_button_unittest.cc', |
| 818 'controls/button/menu_button_unittest.cc', | 825 'controls/button/menu_button_unittest.cc', |
| 819 'controls/native/native_view_host_unittest.cc', | 826 'controls/native/native_view_host_unittest.cc', |
| 820 'controls/menu/menu_controller_unittest.cc', | 827 'controls/menu/menu_controller_unittest.cc', |
| 821 'ime/input_method_bridge_unittest.cc', | 828 'ime/input_method_bridge_unittest.cc', |
| 822 'focus/focus_manager_unittest.cc', | 829 'focus/focus_manager_unittest.cc', |
| 823 'widget/window_reorderer_unittest.cc', | 830 'widget/window_reorderer_unittest.cc', |
| 824 'widget/widget_unittest.cc', | 831 'widget/widget_unittest.cc', |
| 825 ] | 832 ] |
| 826 }], | 833 }], |
| 827 ], | 834 ], |
| 828 }, # target_name: views_unittests | 835 }, # target_name: views_unittests |
| 829 ], # targets | 836 ], # targets |
| 830 'conditions': [ | 837 'conditions': [ |
| 831 ['OS=="mac"', { | 838 ['OS=="mac"', { |
| 832 'targets': [ | 839 'targets': [ |
| 833 { | 840 { |
| 841 # GN version: //ui/views:macviews_interactive_ui_tests |
| 834 'target_name': 'macviews_interactive_ui_tests', | 842 'target_name': 'macviews_interactive_ui_tests', |
| 835 'type': 'executable', | 843 'type': 'executable', |
| 836 'dependencies': [ | 844 'dependencies': [ |
| 837 '../../base/base.gyp:base', | 845 '../../base/base.gyp:base', |
| 838 '../../base/base.gyp:test_support_base', | 846 '../../base/base.gyp:test_support_base', |
| 839 '../../skia/skia.gyp:skia', | 847 '../../skia/skia.gyp:skia', |
| 840 '../../testing/gtest.gyp:gtest', | 848 '../../testing/gtest.gyp:gtest', |
| 841 '../compositor/compositor.gyp:compositor_test_support', | 849 '../compositor/compositor.gyp:compositor_test_support', |
| 842 '../resources/ui_resources.gyp:ui_resources', | 850 '../resources/ui_resources.gyp:ui_resources', |
| 843 '../resources/ui_resources.gyp:ui_test_pak', | 851 '../resources/ui_resources.gyp:ui_test_pak', |
| 844 '../strings/ui_strings.gyp:ui_strings', | 852 '../strings/ui_strings.gyp:ui_strings', |
| 845 'views', | 853 'views', |
| 846 'views_test_support', | 854 'views_test_support', |
| 847 ], | 855 ], |
| 848 'sources': [ | 856 'sources': [ |
| 849 'run_all_unittests.cc', | 857 'run_all_unittests.cc', |
| 850 'widget/native_widget_mac_interactive_uitest.mm', | 858 'widget/native_widget_mac_interactive_uitest.mm', |
| 851 ], | 859 ], |
| 860 'conditions': [ |
| 861 ['use_aura == 1', { |
| 862 'dependencies': [ |
| 863 '../aura/aura.gyp:aura', |
| 864 '../wm/wm.gyp:wm', |
| 865 ], |
| 866 }], |
| 867 ], |
| 852 }, # target_name: macviews_interactive_ui_tests | 868 }, # target_name: macviews_interactive_ui_tests |
| 853 ], # targets | 869 ], # targets |
| 854 }], | 870 }], |
| 855 ], # conditions | 871 ], # conditions |
| 856 } | 872 } |
| OLD | NEW |