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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "shared/immersive_fullscreen_controller_delegate.h", | 680 "shared/immersive_fullscreen_controller_delegate.h", |
681 "shared/immersive_gesture_handler.h", | 681 "shared/immersive_gesture_handler.h", |
682 "shared/immersive_handler_factory.cc", | 682 "shared/immersive_handler_factory.cc", |
683 "shared/immersive_handler_factory.h", | 683 "shared/immersive_handler_factory.h", |
684 "shared/immersive_revealed_lock.cc", | 684 "shared/immersive_revealed_lock.cc", |
685 "shared/immersive_revealed_lock.h", | 685 "shared/immersive_revealed_lock.h", |
686 "shelf/dimmer_view.cc", | 686 "shelf/dimmer_view.cc", |
687 "shelf/dimmer_view.h", | 687 "shelf/dimmer_view.h", |
688 "shelf/shelf_bezel_event_handler.cc", | 688 "shelf/shelf_bezel_event_handler.cc", |
689 "shelf/shelf_bezel_event_handler.h", | 689 "shelf/shelf_bezel_event_handler.h", |
690 "shelf/shelf_util.cc", | |
691 "shelf/shelf_util.h", | |
692 "shelf/shelf_window_targeter.cc", | 690 "shelf/shelf_window_targeter.cc", |
693 "shelf/shelf_window_targeter.h", | 691 "shelf/shelf_window_targeter.h", |
694 "shell.cc", | 692 "shell.cc", |
695 "shell.h", | 693 "shell.h", |
696 "shell_init_params.cc", | 694 "shell_init_params.cc", |
697 "shell_init_params.h", | 695 "shell_init_params.h", |
698 "snap_to_pixel_layout_manager.cc", | 696 "snap_to_pixel_layout_manager.cc", |
699 "snap_to_pixel_layout_manager.h", | 697 "snap_to_pixel_layout_manager.h", |
700 "sticky_keys/sticky_keys_controller.cc", | 698 "sticky_keys/sticky_keys_controller.cc", |
701 "sticky_keys/sticky_keys_controller.h", | 699 "sticky_keys/sticky_keys_controller.h", |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1639 if (is_win) { | 1637 if (is_win) { |
1640 configs -= [ "//build/config/win:console" ] | 1638 configs -= [ "//build/config/win:console" ] |
1641 configs += [ "//build/config/win:windowed" ] | 1639 configs += [ "//build/config/win:windowed" ] |
1642 deps += [ "//sandbox" ] | 1640 deps += [ "//sandbox" ] |
1643 } | 1641 } |
1644 | 1642 |
1645 if (is_chromeos) { | 1643 if (is_chromeos) { |
1646 deps += [ "//device/bluetooth" ] | 1644 deps += [ "//device/bluetooth" ] |
1647 } | 1645 } |
1648 } | 1646 } |
OLD | NEW |