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("//printing/features/features.gni") | 7 import("//printing/features/features.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 ] | 247 ] |
248 | 248 |
249 if (enable_configuration_policy) { | 249 if (enable_configuration_policy) { |
250 deps += [ "//components/policy/android:policy_java" ] | 250 deps += [ "//components/policy/android:policy_java" ] |
251 } | 251 } |
252 } | 252 } |
253 | 253 |
254 # Desktop-only deps. | 254 # Desktop-only deps. |
255 if (!is_android && !is_ios) { | 255 if (!is_android && !is_ios) { |
256 deps += [ | 256 deps += [ |
| 257 "//components/cryptauth:unit_tests", |
257 "//components/feedback:unit_tests", | 258 "//components/feedback:unit_tests", |
258 "//components/proximity_auth:unit_tests", | 259 "//components/proximity_auth:unit_tests", |
259 "//components/storage_monitor:unit_tests", | 260 "//components/storage_monitor:unit_tests", |
260 "//components/web_modal:unit_tests", | 261 "//components/web_modal:unit_tests", |
261 ] | 262 ] |
262 } | 263 } |
263 | 264 |
264 if (enable_rlz_support) { | 265 if (enable_rlz_support) { |
265 deps += [ "//components/rlz:unit_tests" ] | 266 deps += [ "//components/rlz:unit_tests" ] |
266 } | 267 } |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 "//testing/perf", | 487 "//testing/perf", |
487 "//url", | 488 "//url", |
488 ] | 489 ] |
489 | 490 |
490 if (!is_ios) { | 491 if (!is_ios) { |
491 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 492 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
492 deps += [ "//components/discardable_memory/common" ] | 493 deps += [ "//components/discardable_memory/common" ] |
493 } | 494 } |
494 } | 495 } |
495 } | 496 } |
OLD | NEW |