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("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "//components/update_client:unit_tests", | 289 "//components/update_client:unit_tests", |
290 "//components/variations:unit_tests", | 290 "//components/variations:unit_tests", |
291 "//components/web_resource:unit_tests", | 291 "//components/web_resource:unit_tests", |
292 "//components/webcrypto:unit_tests", | 292 "//components/webcrypto:unit_tests", |
293 "//components/webdata/common:unit_tests", | 293 "//components/webdata/common:unit_tests", |
294 | 294 |
295 # These are the deps required by the code in this target. | 295 # These are the deps required by the code in this target. |
296 "//base", | 296 "//base", |
297 "//base/test:test_support", | 297 "//base/test:test_support", |
298 "//content/test:test_support", | 298 "//content/test:test_support", |
| 299 "//media", |
299 "//net", | 300 "//net", |
300 "//ui/base", | 301 "//ui/base", |
301 ] | 302 ] |
302 data_deps = [ ":components_tests_pak" ] | 303 data_deps = [ ":components_tests_pak" ] |
303 | 304 |
304 if (!is_android && !is_ios) { | 305 if (!is_android && !is_ios) { |
305 deps += [ "//components/proximity_auth:unit_tests" ] | 306 deps += [ "//components/proximity_auth:unit_tests" ] |
306 } | 307 } |
307 | 308 |
308 # TODO(GYP) need this target. | 309 # TODO(GYP) need this target. |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 | 430 |
430 deps = [ | 431 deps = [ |
431 "//base", | 432 "//base", |
432 "//base/test:test_support_perf", | 433 "//base/test:test_support_perf", |
433 "//testing/gtest", | 434 "//testing/gtest", |
434 "//testing/perf", | 435 "//testing/perf", |
435 "//content/test:test_support", | 436 "//content/test:test_support", |
436 "//components/visitedlink/browser", | 437 "//components/visitedlink/browser", |
437 ] | 438 ] |
438 } | 439 } |
OLD | NEW |