OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 static_library("test_support_without_content") { | 7 static_library("test_support_without_content") { |
8 testonly = true | 8 testonly = true |
9 sources = [ | 9 sources = [ |
10 "ash_test_environment_default.cc", | 10 "ash_test_environment_default.cc", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 ] | 151 ] |
152 deps = [ | 152 deps = [ |
153 "//ash", | 153 "//ash", |
154 "//ash/mus:lib", | 154 "//ash/mus:lib", |
155 "//ash/public/cpp:ash_public_cpp", | 155 "//ash/public/cpp:ash_public_cpp", |
156 "//ash/resources", | 156 "//ash/resources", |
157 "//base", | 157 "//base", |
158 "//base:i18n", | 158 "//base:i18n", |
159 "//base/test:test_support", | 159 "//base/test:test_support", |
160 "//chromeos", | 160 "//chromeos", |
| 161 "//components/prefs:test_support", |
161 "//components/signin/core/account_id", | 162 "//components/signin/core/account_id", |
162 "//components/user_manager:user_manager", | 163 "//components/user_manager:user_manager", |
163 "//device/bluetooth", | 164 "//device/bluetooth", |
164 "//services/ui/public/cpp/input_devices", | 165 "//services/ui/public/cpp/input_devices", |
165 "//services/ui/public/interfaces", | 166 "//services/ui/public/interfaces", |
166 "//skia", | 167 "//skia", |
167 "//testing/gtest", | 168 "//testing/gtest", |
168 "//ui/accessibility", | 169 "//ui/accessibility", |
169 "//ui/app_list:test_support", | 170 "//ui/app_list:test_support", |
170 "//ui/app_list/presenter", | 171 "//ui/app_list/presenter", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 deps = [ | 207 deps = [ |
207 ":test_support_with_content", | 208 ":test_support_with_content", |
208 "//base", | 209 "//base", |
209 "//skia", | 210 "//skia", |
210 "//testing/gtest", | 211 "//testing/gtest", |
211 "//ui/aura", | 212 "//ui/aura", |
212 "//ui/base", | 213 "//ui/base", |
213 "//ui/gl:test_support", | 214 "//ui/gl:test_support", |
214 ] | 215 ] |
215 } | 216 } |
OLD | NEW |