| 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/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 assert(use_aura) | 10 assert(use_aura) |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "common/wm_transient_window_observer.h", | 602 "common/wm_transient_window_observer.h", |
| 603 "common/wm_window.h", | 603 "common/wm_window.h", |
| 604 "common/wm_window_observer.h", | 604 "common/wm_window_observer.h", |
| 605 "common/wm_window_property.h", | 605 "common/wm_window_property.h", |
| 606 "common/wm_window_tracker.h", | 606 "common/wm_window_tracker.h", |
| 607 "common/wm_window_user_data.h", | 607 "common/wm_window_user_data.h", |
| 608 "debug.cc", | 608 "debug.cc", |
| 609 "debug.h", | 609 "debug.h", |
| 610 "default_wallpaper_delegate.cc", | 610 "default_wallpaper_delegate.cc", |
| 611 "default_wallpaper_delegate.h", | 611 "default_wallpaper_delegate.h", |
| 612 "display/ash_display_string_provider.cc", |
| 613 "display/ash_display_string_provider.h", |
| 612 "display/cursor_window_controller.cc", | 614 "display/cursor_window_controller.cc", |
| 613 "display/cursor_window_controller.h", | 615 "display/cursor_window_controller.h", |
| 614 "display/display_animator.h", | 616 "display/display_animator.h", |
| 615 "display/display_animator_chromeos.cc", | 617 "display/display_animator_chromeos.cc", |
| 616 "display/display_animator_chromeos.h", | 618 "display/display_animator_chromeos.h", |
| 617 "display/display_change_observer_chromeos.cc", | 619 "display/display_change_observer_chromeos.cc", |
| 618 "display/display_change_observer_chromeos.h", | 620 "display/display_change_observer_chromeos.h", |
| 619 "display/display_color_manager_chromeos.cc", | 621 "display/display_color_manager_chromeos.cc", |
| 620 "display/display_color_manager_chromeos.h", | 622 "display/display_color_manager_chromeos.h", |
| 621 "display/display_configuration_controller.cc", | 623 "display/display_configuration_controller.cc", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 645 "display/root_window_transformers.cc", | 647 "display/root_window_transformers.cc", |
| 646 "display/root_window_transformers.h", | 648 "display/root_window_transformers.h", |
| 647 "display/screen_ash.cc", | 649 "display/screen_ash.cc", |
| 648 "display/screen_ash.h", | 650 "display/screen_ash.h", |
| 649 "display/screen_orientation_controller_chromeos.cc", | 651 "display/screen_orientation_controller_chromeos.cc", |
| 650 "display/screen_orientation_controller_chromeos.h", | 652 "display/screen_orientation_controller_chromeos.h", |
| 651 "display/screen_position_controller.cc", | 653 "display/screen_position_controller.cc", |
| 652 "display/screen_position_controller.h", | 654 "display/screen_position_controller.h", |
| 653 "display/shared_display_edge_indicator.cc", | 655 "display/shared_display_edge_indicator.cc", |
| 654 "display/shared_display_edge_indicator.h", | 656 "display/shared_display_edge_indicator.h", |
| 657 "display/shutdown_observer_chromeos.cc", |
| 658 "display/shutdown_observer_chromeos.h", |
| 655 "display/unified_mouse_warp_controller.cc", | 659 "display/unified_mouse_warp_controller.cc", |
| 656 "display/unified_mouse_warp_controller.h", | 660 "display/unified_mouse_warp_controller.h", |
| 657 "display/window_tree_host_manager.cc", | 661 "display/window_tree_host_manager.cc", |
| 658 "display/window_tree_host_manager.h", | 662 "display/window_tree_host_manager.h", |
| 659 "drag_drop/drag_drop_controller.cc", | 663 "drag_drop/drag_drop_controller.cc", |
| 660 "drag_drop/drag_drop_controller.h", | 664 "drag_drop/drag_drop_controller.h", |
| 661 "drag_drop/drag_drop_tracker.cc", | 665 "drag_drop/drag_drop_tracker.cc", |
| 662 "drag_drop/drag_drop_tracker.h", | 666 "drag_drop/drag_drop_tracker.h", |
| 663 "first_run/desktop_cleaner.cc", | 667 "first_run/desktop_cleaner.cc", |
| 664 "first_run/desktop_cleaner.h", | 668 "first_run/desktop_cleaner.h", |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1503 if (is_win) { | 1507 if (is_win) { |
| 1504 configs -= [ "//build/config/win:console" ] | 1508 configs -= [ "//build/config/win:console" ] |
| 1505 configs += [ "//build/config/win:windowed" ] | 1509 configs += [ "//build/config/win:windowed" ] |
| 1506 deps += [ "//sandbox" ] | 1510 deps += [ "//sandbox" ] |
| 1507 } | 1511 } |
| 1508 | 1512 |
| 1509 if (is_chromeos) { | 1513 if (is_chromeos) { |
| 1510 deps += [ "//device/bluetooth" ] | 1514 deps += [ "//device/bluetooth" ] |
| 1511 } | 1515 } |
| 1512 } | 1516 } |
| OLD | NEW |