Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: ui/views/BUILD.gn

Issue 2504743002: Linux Aura: Fixes and improvements for cursor loader (Closed)
Patch Set: Formatting Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 ] 591 ]
596 if (use_atk) { 592 if (use_atk) {
597 sources += [ 593 sources += [
598 "accessibility/native_view_accessibility_auralinux.cc", 594 "accessibility/native_view_accessibility_auralinux.cc",
599 "accessibility/native_view_accessibility_auralinux.h", 595 "accessibility/native_view_accessibility_auralinux.h",
600 ] 596 ]
601 configs += [ "//build/config/linux/atk" ] 597 configs += [ "//build/config/linux/atk" ]
602 } 598 }
603 } else if (is_win) { 599 } else if (is_win) {
604 sources += [ 600 sources += [
605 "widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc",
606 "widget/desktop_aura/desktop_drag_drop_client_win.cc", 601 "widget/desktop_aura/desktop_drag_drop_client_win.cc",
607 "widget/desktop_aura/desktop_drag_drop_client_win.h", 602 "widget/desktop_aura/desktop_drag_drop_client_win.h",
608 "widget/desktop_aura/desktop_screen_win.cc", 603 "widget/desktop_aura/desktop_screen_win.cc",
609 "widget/desktop_aura/desktop_screen_win.h", 604 "widget/desktop_aura/desktop_screen_win.h",
610 "widget/desktop_aura/desktop_window_tree_host_win.cc", 605 "widget/desktop_aura/desktop_window_tree_host_win.cc",
611 "widget/desktop_aura/desktop_window_tree_host_win.h", 606 "widget/desktop_aura/desktop_window_tree_host_win.h",
612 ] 607 ]
613 } else if (use_ozone) { 608 } else if (use_ozone) {
614 sources += [ 609 sources += [
615 "widget/desktop_aura/desktop_factory_ozone.cc", 610 "widget/desktop_aura/desktop_factory_ozone.cc",
616 "widget/desktop_aura/desktop_factory_ozone.h", 611 "widget/desktop_aura/desktop_factory_ozone.h",
617 "widget/desktop_aura/desktop_screen_ozone.cc", 612 "widget/desktop_aura/desktop_screen_ozone.cc",
618 "widget/desktop_aura/desktop_window_tree_host_ozone.cc", 613 "widget/desktop_aura/desktop_window_tree_host_ozone.cc",
619 ] 614 ]
620 } 615 }
621 if (is_linux) { 616 if (is_linux) {
622 sources += [ 617 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 } 618 }
628 } 619 }
629 } 620 }
630 621
631 if (is_mac) { 622 if (is_mac) {
632 deps += [ 623 deps += [
633 "//ui/accelerated_widget_mac", 624 "//ui/accelerated_widget_mac",
634 "//ui/events:dom_keycode_converter", 625 "//ui/events:dom_keycode_converter",
635 ] 626 ]
636 libs = [ 627 libs = [
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 "//ui/base:test_support", 1013 "//ui/base:test_support",
1023 "//ui/compositor", 1014 "//ui/compositor",
1024 "//ui/events:test_support", 1015 "//ui/events:test_support",
1025 "//ui/gl:test_support", 1016 "//ui/gl:test_support",
1026 "//ui/resources", 1017 "//ui/resources",
1027 "//ui/resources:ui_test_pak", 1018 "//ui/resources:ui_test_pak",
1028 "//ui/strings", 1019 "//ui/strings",
1029 ] 1020 ]
1030 } 1021 }
1031 } 1022 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698