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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 "//cc", | 869 "//cc", |
870 "//components/device_event_log", | 870 "//components/device_event_log", |
871 "//components/onc", | 871 "//components/onc", |
872 "//components/session_manager:base", | 872 "//components/session_manager:base", |
873 "//components/signin/core/account_id", | 873 "//components/signin/core/account_id", |
874 "//components/ui_devtools", | 874 "//components/ui_devtools", |
875 "//components/user_manager", | 875 "//components/user_manager", |
876 "//components/wallpaper", | 876 "//components/wallpaper", |
877 "//media", | 877 "//media", |
878 "//net", | 878 "//net", |
| 879 "//services/catalog/public/interfaces", |
| 880 "//services/preferences/public/cpp", |
879 "//services/service_manager/public/cpp", | 881 "//services/service_manager/public/cpp", |
880 "//services/ui/public/interfaces", | 882 "//services/ui/public/interfaces", |
881 "//skia", | 883 "//skia", |
882 "//third_party/icu", | 884 "//third_party/icu", |
883 "//ui/accessibility", | 885 "//ui/accessibility", |
884 "//ui/app_list/presenter", | 886 "//ui/app_list/presenter", |
885 "//ui/aura", | 887 "//ui/aura", |
886 "//ui/base", | 888 "//ui/base", |
887 "//ui/base:ui_data_pack", | 889 "//ui/base:ui_data_pack", |
888 "//ui/base/ime", | 890 "//ui/base/ime", |
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 if (is_win) { | 1510 if (is_win) { |
1509 configs -= [ "//build/config/win:console" ] | 1511 configs -= [ "//build/config/win:console" ] |
1510 configs += [ "//build/config/win:windowed" ] | 1512 configs += [ "//build/config/win:windowed" ] |
1511 deps += [ "//sandbox" ] | 1513 deps += [ "//sandbox" ] |
1512 } | 1514 } |
1513 | 1515 |
1514 if (is_chromeos) { | 1516 if (is_chromeos) { |
1515 deps += [ "//device/bluetooth" ] | 1517 deps += [ "//device/bluetooth" ] |
1516 } | 1518 } |
1517 } | 1519 } |
OLD | NEW |