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