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