Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
| 9 | 9 |
| 10 config("flags") { | 10 config("flags") { |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 437 "linux_ui/window_button_order_provider.cc", | 437 "linux_ui/window_button_order_provider.cc", |
| 438 ] | 438 ] |
| 439 } | 439 } |
| 440 | 440 |
| 441 if (is_chromeos) { | 441 if (is_chromeos) { |
| 442 sources -= [ | 442 sources -= [ |
| 443 "controls/menu/menu_config_linux.cc", | 443 "controls/menu/menu_config_linux.cc", |
| 444 "linux_ui/status_icon_linux.cc", | 444 "linux_ui/status_icon_linux.cc", |
| 445 "linux_ui/status_icon_linux.h", | 445 "linux_ui/status_icon_linux.h", |
| 446 ] | 446 ] |
| 447 sources += [ | 447 sources += [ "widget/desktop_aura/desktop_window_tree_host_chromeos.cc" ] |
| 448 "widget/desktop_aura/desktop_cursor_loader_updater_chromeos.cc", | |
| 449 "widget/desktop_aura/desktop_window_tree_host_chromeos.cc", | |
| 450 ] | |
| 451 } | 448 } |
| 452 | 449 |
| 453 if (is_win) { | 450 if (is_win) { |
| 454 sources += [ | 451 sources += [ |
| 455 "widget/widget_hwnd_utils.cc", | 452 "widget/widget_hwnd_utils.cc", |
| 456 "widget/widget_hwnd_utils.h", | 453 "widget/widget_hwnd_utils.h", |
| 457 "win/fullscreen_handler.cc", | 454 "win/fullscreen_handler.cc", |
| 458 "win/fullscreen_handler.h", | 455 "win/fullscreen_handler.h", |
| 459 "win/hwnd_message_handler.cc", | 456 "win/hwnd_message_handler.cc", |
| 460 "win/hwnd_message_handler.h", | 457 "win/hwnd_message_handler.h", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 532 "native_cursor_aura.cc", | 529 "native_cursor_aura.cc", |
| 533 "touchui/touch_selection_controller_impl.cc", | 530 "touchui/touch_selection_controller_impl.cc", |
| 534 "touchui/touch_selection_controller_impl.h", | 531 "touchui/touch_selection_controller_impl.h", |
| 535 "touchui/touch_selection_menu_runner_views.cc", | 532 "touchui/touch_selection_menu_runner_views.cc", |
| 536 "touchui/touch_selection_menu_runner_views.h", | 533 "touchui/touch_selection_menu_runner_views.h", |
| 537 "view_constants_aura.cc", | 534 "view_constants_aura.cc", |
| 538 "view_constants_aura.h", | 535 "view_constants_aura.h", |
| 539 "views_touch_selection_controller_factory_aura.cc", | 536 "views_touch_selection_controller_factory_aura.cc", |
| 540 "widget/desktop_aura/desktop_capture_client.cc", | 537 "widget/desktop_aura/desktop_capture_client.cc", |
| 541 "widget/desktop_aura/desktop_capture_client.h", | 538 "widget/desktop_aura/desktop_capture_client.h", |
| 542 "widget/desktop_aura/desktop_cursor_loader_updater.h", | |
| 543 "widget/desktop_aura/desktop_drop_target_win.cc", | 539 "widget/desktop_aura/desktop_drop_target_win.cc", |
| 544 "widget/desktop_aura/desktop_drop_target_win.h", | 540 "widget/desktop_aura/desktop_drop_target_win.h", |
| 545 "widget/desktop_aura/desktop_event_client.cc", | 541 "widget/desktop_aura/desktop_event_client.cc", |
| 546 "widget/desktop_aura/desktop_event_client.h", | 542 "widget/desktop_aura/desktop_event_client.h", |
| 547 "widget/desktop_aura/desktop_focus_rules.cc", | 543 "widget/desktop_aura/desktop_focus_rules.cc", |
| 548 "widget/desktop_aura/desktop_focus_rules.h", | 544 "widget/desktop_aura/desktop_focus_rules.h", |
| 549 "widget/desktop_aura/desktop_native_cursor_manager.cc", | 545 "widget/desktop_aura/desktop_native_cursor_manager.cc", |
| 550 "widget/desktop_aura/desktop_native_cursor_manager.h", | 546 "widget/desktop_aura/desktop_native_cursor_manager.h", |
| 551 "widget/desktop_aura/desktop_native_widget_aura.cc", | 547 "widget/desktop_aura/desktop_native_widget_aura.cc", |
| 552 "widget/desktop_aura/desktop_native_widget_aura.h", | 548 "widget/desktop_aura/desktop_native_widget_aura.h", |
| 553 "widget/desktop_aura/desktop_screen.h", | 549 "widget/desktop_aura/desktop_screen.h", |
| 554 "widget/desktop_aura/desktop_screen_position_client.cc", | 550 "widget/desktop_aura/desktop_screen_position_client.cc", |
| 555 "widget/desktop_aura/desktop_screen_position_client.h", | 551 "widget/desktop_aura/desktop_screen_position_client.h", |
| 556 "widget/desktop_aura/desktop_window_tree_host.h", | 552 "widget/desktop_aura/desktop_window_tree_host.h", |
| 557 "widget/focus_manager_event_handler.cc", | 553 "widget/focus_manager_event_handler.cc", |
| 558 "widget/focus_manager_event_handler.h", | 554 "widget/focus_manager_event_handler.h", |
| 559 "widget/native_widget_aura.cc", | 555 "widget/native_widget_aura.cc", |
| 560 "widget/native_widget_aura.h", | 556 "widget/native_widget_aura.h", |
| 561 "widget/tooltip_manager_aura.cc", | 557 "widget/tooltip_manager_aura.cc", |
| 562 "widget/tooltip_manager_aura.h", | 558 "widget/tooltip_manager_aura.h", |
| 563 "widget/window_reorderer.cc", | 559 "widget/window_reorderer.cc", |
| 564 "widget/window_reorderer.h", | 560 "widget/window_reorderer.h", |
| 565 ] | 561 ] |
| 566 deps += [ | 562 deps += [ |
| 567 "//ui/aura", | 563 "//ui/aura", |
| 568 "//ui/touch_selection", | 564 "//ui/touch_selection", |
| 569 "//ui/wm", | 565 "//ui/wm", |
| 570 ] | 566 ] |
| 571 if (!is_chromeos) { | 567 if (!is_chromeos) { |
| 568 sources += [] | |
|
sadrul
2016/11/17 16:17:03
?
Tom (Use chromium acct)
2016/11/17 19:17:48
oops, left over from rebasing
removed
| |
| 572 if (use_x11) { | 569 if (use_x11) { |
| 573 sources += [ | 570 sources += [ |
| 574 "widget/desktop_aura/desktop_drag_drop_client_aurax11.cc", | 571 "widget/desktop_aura/desktop_drag_drop_client_aurax11.cc", |
| 575 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h", | 572 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h", |
| 576 "widget/desktop_aura/desktop_screen_x11.cc", | 573 "widget/desktop_aura/desktop_screen_x11.cc", |
| 577 "widget/desktop_aura/desktop_screen_x11.h", | 574 "widget/desktop_aura/desktop_screen_x11.h", |
| 578 "widget/desktop_aura/desktop_window_tree_host_x11.cc", | 575 "widget/desktop_aura/desktop_window_tree_host_x11.cc", |
| 579 "widget/desktop_aura/desktop_window_tree_host_x11.h", | 576 "widget/desktop_aura/desktop_window_tree_host_x11.h", |
| 580 "widget/desktop_aura/x11_desktop_handler.cc", | 577 "widget/desktop_aura/x11_desktop_handler.cc", |
| 581 "widget/desktop_aura/x11_desktop_handler.h", | 578 "widget/desktop_aura/x11_desktop_handler.h", |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 595 ] | 592 ] |
| 596 if (use_atk) { | 593 if (use_atk) { |
| 597 sources += [ | 594 sources += [ |
| 598 "accessibility/native_view_accessibility_auralinux.cc", | 595 "accessibility/native_view_accessibility_auralinux.cc", |
| 599 "accessibility/native_view_accessibility_auralinux.h", | 596 "accessibility/native_view_accessibility_auralinux.h", |
| 600 ] | 597 ] |
| 601 configs += [ "//build/config/linux/atk" ] | 598 configs += [ "//build/config/linux/atk" ] |
| 602 } | 599 } |
| 603 } else if (is_win) { | 600 } else if (is_win) { |
| 604 sources += [ | 601 sources += [ |
| 605 "widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc", | |
| 606 "widget/desktop_aura/desktop_drag_drop_client_win.cc", | 602 "widget/desktop_aura/desktop_drag_drop_client_win.cc", |
| 607 "widget/desktop_aura/desktop_drag_drop_client_win.h", | 603 "widget/desktop_aura/desktop_drag_drop_client_win.h", |
| 608 "widget/desktop_aura/desktop_screen_win.cc", | 604 "widget/desktop_aura/desktop_screen_win.cc", |
| 609 "widget/desktop_aura/desktop_screen_win.h", | 605 "widget/desktop_aura/desktop_screen_win.h", |
| 610 "widget/desktop_aura/desktop_window_tree_host_win.cc", | 606 "widget/desktop_aura/desktop_window_tree_host_win.cc", |
| 611 "widget/desktop_aura/desktop_window_tree_host_win.h", | 607 "widget/desktop_aura/desktop_window_tree_host_win.h", |
| 612 ] | 608 ] |
| 613 } else if (use_ozone) { | 609 } else if (use_ozone) { |
| 614 sources += [ | 610 sources += [ |
| 615 "widget/desktop_aura/desktop_factory_ozone.cc", | 611 "widget/desktop_aura/desktop_factory_ozone.cc", |
| 616 "widget/desktop_aura/desktop_factory_ozone.h", | 612 "widget/desktop_aura/desktop_factory_ozone.h", |
| 617 "widget/desktop_aura/desktop_screen_ozone.cc", | 613 "widget/desktop_aura/desktop_screen_ozone.cc", |
| 618 "widget/desktop_aura/desktop_window_tree_host_ozone.cc", | 614 "widget/desktop_aura/desktop_window_tree_host_ozone.cc", |
| 619 ] | 615 ] |
| 620 } | 616 } |
| 621 if (is_linux) { | 617 if (is_linux) { |
| 622 sources += [ | 618 sources += [ "style/platform_style_linux.cc" ] |
| 623 "style/platform_style_linux.cc", | |
| 624 "widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc", | |
| 625 "widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h", | |
| 626 ] | |
| 627 } | 619 } |
| 628 } | 620 } |
| 629 } | 621 } |
| 630 | 622 |
| 631 if (is_mac) { | 623 if (is_mac) { |
| 632 deps += [ | 624 deps += [ |
| 633 "//ui/accelerated_widget_mac", | 625 "//ui/accelerated_widget_mac", |
| 634 "//ui/events:dom_keycode_converter", | 626 "//ui/events:dom_keycode_converter", |
| 635 ] | 627 ] |
| 636 libs = [ | 628 libs = [ |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1022 "//ui/base:test_support", | 1014 "//ui/base:test_support", |
| 1023 "//ui/compositor", | 1015 "//ui/compositor", |
| 1024 "//ui/events:test_support", | 1016 "//ui/events:test_support", |
| 1025 "//ui/gl:test_support", | 1017 "//ui/gl:test_support", |
| 1026 "//ui/resources", | 1018 "//ui/resources", |
| 1027 "//ui/resources:ui_test_pak", | 1019 "//ui/resources:ui_test_pak", |
| 1028 "//ui/strings", | 1020 "//ui/strings", |
| 1029 ] | 1021 ] |
| 1030 } | 1022 } |
| 1031 } | 1023 } |
| OLD | NEW |