| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 } | 414 } |
| 415 | 415 |
| 416 if (!is_android && !is_ios) { | 416 if (!is_android && !is_ios) { |
| 417 deps += [ | 417 deps += [ |
| 418 "//components/audio_modem:unit_tests", | 418 "//components/audio_modem:unit_tests", |
| 419 "//components/copresence:unit_tests", | 419 "//components/copresence:unit_tests", |
| 420 "//components/feedback:unit_tests", | 420 "//components/feedback:unit_tests", |
| 421 "//components/proximity_auth:unit_tests", | 421 "//components/proximity_auth:unit_tests", |
| 422 "//components/sessions:unit_tests", | 422 "//components/sessions:unit_tests", |
| 423 "//components/storage_monitor:unit_tests", | 423 "//components/storage_monitor:unit_tests", |
| 424 "//components/tracing:unit_tests", |
| 424 ] | 425 ] |
| 425 } | 426 } |
| 426 | 427 |
| 427 if (is_chromeos) { | 428 if (is_chromeos) { |
| 428 deps += [ "//components/ownership:unit_tests" ] | 429 deps += [ "//components/ownership:unit_tests" ] |
| 429 } | 430 } |
| 430 | 431 |
| 431 # TODO(GYP) need this target. | 432 # TODO(GYP) need this target. |
| 432 #'breakpad/app/crash_keys_win_unittest.cc', | 433 #'breakpad/app/crash_keys_win_unittest.cc', |
| 433 | 434 |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 | 588 |
| 588 deps = [ | 589 deps = [ |
| 589 "//base", | 590 "//base", |
| 590 "//base/test:test_support_perf", | 591 "//base/test:test_support_perf", |
| 591 "//testing/gtest", | 592 "//testing/gtest", |
| 592 "//testing/perf", | 593 "//testing/perf", |
| 593 "//content/test:test_support", | 594 "//content/test:test_support", |
| 594 "//components/visitedlink/browser", | 595 "//components/visitedlink/browser", |
| 595 ] | 596 ] |
| 596 } | 597 } |
| OLD | NEW |