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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 "//cc", | 862 "//cc", |
863 "//components/device_event_log", | 863 "//components/device_event_log", |
864 "//components/onc", | 864 "//components/onc", |
865 "//components/session_manager:base", | 865 "//components/session_manager:base", |
866 "//components/signin/core/account_id", | 866 "//components/signin/core/account_id", |
867 "//components/ui_devtools", | 867 "//components/ui_devtools", |
868 "//components/user_manager", | 868 "//components/user_manager", |
869 "//components/wallpaper", | 869 "//components/wallpaper", |
870 "//media", | 870 "//media", |
871 "//net", | 871 "//net", |
| 872 "//services/preferences/public/cpp", |
872 "//services/service_manager/public/cpp", | 873 "//services/service_manager/public/cpp", |
873 "//skia", | 874 "//skia", |
874 "//third_party/icu", | 875 "//third_party/icu", |
875 "//ui/accessibility", | 876 "//ui/accessibility", |
876 "//ui/app_list/presenter", | 877 "//ui/app_list/presenter", |
877 "//ui/aura", | 878 "//ui/aura", |
878 "//ui/base", | 879 "//ui/base", |
879 "//ui/base:ui_data_pack", | 880 "//ui/base:ui_data_pack", |
880 "//ui/base/ime", | 881 "//ui/base/ime", |
881 "//ui/compositor", | 882 "//ui/compositor", |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1498 if (is_win) { | 1499 if (is_win) { |
1499 configs -= [ "//build/config/win:console" ] | 1500 configs -= [ "//build/config/win:console" ] |
1500 configs += [ "//build/config/win:windowed" ] | 1501 configs += [ "//build/config/win:windowed" ] |
1501 deps += [ "//sandbox" ] | 1502 deps += [ "//sandbox" ] |
1502 } | 1503 } |
1503 | 1504 |
1504 if (is_chromeos) { | 1505 if (is_chromeos) { |
1505 deps += [ "//device/bluetooth" ] | 1506 deps += [ "//device/bluetooth" ] |
1506 } | 1507 } |
1507 } | 1508 } |
OLD | NEW |