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 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 "shared/immersive_context.h", | 717 "shared/immersive_context.h", |
718 "shared/immersive_focus_watcher.h", | 718 "shared/immersive_focus_watcher.h", |
719 "shared/immersive_fullscreen_controller.cc", | 719 "shared/immersive_fullscreen_controller.cc", |
720 "shared/immersive_fullscreen_controller.h", | 720 "shared/immersive_fullscreen_controller.h", |
721 "shared/immersive_fullscreen_controller_delegate.h", | 721 "shared/immersive_fullscreen_controller_delegate.h", |
722 "shared/immersive_gesture_handler.h", | 722 "shared/immersive_gesture_handler.h", |
723 "shared/immersive_handler_factory.cc", | 723 "shared/immersive_handler_factory.cc", |
724 "shared/immersive_handler_factory.h", | 724 "shared/immersive_handler_factory.h", |
725 "shared/immersive_revealed_lock.cc", | 725 "shared/immersive_revealed_lock.cc", |
726 "shared/immersive_revealed_lock.h", | 726 "shared/immersive_revealed_lock.h", |
727 "shelf/dimmer_view.cc", | |
728 "shelf/dimmer_view.h", | |
729 "shelf/shelf_bezel_event_handler.cc", | 727 "shelf/shelf_bezel_event_handler.cc", |
730 "shelf/shelf_bezel_event_handler.h", | 728 "shelf/shelf_bezel_event_handler.h", |
731 "shelf/shelf_window_targeter.cc", | 729 "shelf/shelf_window_targeter.cc", |
732 "shelf/shelf_window_targeter.h", | 730 "shelf/shelf_window_targeter.h", |
733 "shell.cc", | 731 "shell.cc", |
734 "shell.h", | 732 "shell.h", |
735 "shell_init_params.h", | 733 "shell_init_params.h", |
736 "sticky_keys/sticky_keys_controller.cc", | 734 "sticky_keys/sticky_keys_controller.cc", |
737 "sticky_keys/sticky_keys_controller.h", | 735 "sticky_keys/sticky_keys_controller.h", |
738 "sticky_keys/sticky_keys_overlay.cc", | 736 "sticky_keys/sticky_keys_overlay.cc", |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1511 if (is_win) { | 1509 if (is_win) { |
1512 configs -= [ "//build/config/win:console" ] | 1510 configs -= [ "//build/config/win:console" ] |
1513 configs += [ "//build/config/win:windowed" ] | 1511 configs += [ "//build/config/win:windowed" ] |
1514 deps += [ "//sandbox" ] | 1512 deps += [ "//sandbox" ] |
1515 } | 1513 } |
1516 | 1514 |
1517 if (is_chromeos) { | 1515 if (is_chromeos) { |
1518 deps += [ "//device/bluetooth" ] | 1516 deps += [ "//device/bluetooth" ] |
1519 } | 1517 } |
1520 } | 1518 } |
OLD | NEW |