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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 } | 403 } |
404 | 404 |
405 if (!is_android && !is_ios) { | 405 if (!is_android && !is_ios) { |
406 deps += [ | 406 deps += [ |
407 "//components/audio_modem:unit_tests", | 407 "//components/audio_modem:unit_tests", |
408 "//components/copresence:unit_tests", | 408 "//components/copresence:unit_tests", |
409 "//components/feedback:unit_tests", | 409 "//components/feedback:unit_tests", |
410 "//components/proximity_auth:unit_tests", | 410 "//components/proximity_auth:unit_tests", |
411 "//components/sessions:unit_tests", | 411 "//components/sessions:unit_tests", |
412 "//components/storage_monitor:unit_tests", | 412 "//components/storage_monitor:unit_tests", |
| 413 "//components/tracing:unit_tests", |
413 ] | 414 ] |
414 } | 415 } |
415 | 416 |
416 if (is_chromeos) { | 417 if (is_chromeos) { |
417 deps += [ "//components/ownership:unit_tests" ] | 418 deps += [ "//components/ownership:unit_tests" ] |
418 } | 419 } |
419 | 420 |
420 # TODO(GYP) need this target. | 421 # TODO(GYP) need this target. |
421 #'breakpad/app/crash_keys_win_unittest.cc', | 422 #'breakpad/app/crash_keys_win_unittest.cc', |
422 | 423 |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 | 578 |
578 deps = [ | 579 deps = [ |
579 "//base", | 580 "//base", |
580 "//base/test:test_support_perf", | 581 "//base/test:test_support_perf", |
581 "//testing/gtest", | 582 "//testing/gtest", |
582 "//testing/perf", | 583 "//testing/perf", |
583 "//content/test:test_support", | 584 "//content/test:test_support", |
584 "//components/visitedlink/browser", | 585 "//components/visitedlink/browser", |
585 ] | 586 ] |
586 } | 587 } |
OLD | NEW |