| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 | 393 |
| 394 deps += [ "//content/public/android:content_java" ] | 394 deps += [ "//content/public/android:content_java" ] |
| 395 deps -= [ | 395 deps -= [ |
| 396 "//components/gcm_driver:unit_tests", | 396 "//components/gcm_driver:unit_tests", |
| 397 "//components/gcm_driver/instance_id:unit_tests", | 397 "//components/gcm_driver/instance_id:unit_tests", |
| 398 "//components/password_manager/content/browser:unit_tests", | 398 "//components/password_manager/content/browser:unit_tests", |
| 399 "//components/password_manager/core/browser:unit_tests", | 399 "//components/password_manager/core/browser:unit_tests", |
| 400 "//components/password_manager/core/common:unit_tests", | 400 "//components/password_manager/core/common:unit_tests", |
| 401 "//components/password_manager/sync/browser:unit_tests", | 401 "//components/password_manager/sync/browser:unit_tests", |
| 402 ] | 402 ] |
| 403 } else { |
| 404 deps += [ "//components/tracing:unit_tests" ] |
| 403 } | 405 } |
| 404 | 406 |
| 405 if (!is_android && !is_ios) { | 407 if (!is_android && !is_ios) { |
| 406 deps += [ | 408 deps += [ |
| 407 "//components/audio_modem:unit_tests", | 409 "//components/audio_modem:unit_tests", |
| 408 "//components/copresence:unit_tests", | 410 "//components/copresence:unit_tests", |
| 409 "//components/feedback:unit_tests", | 411 "//components/feedback:unit_tests", |
| 410 "//components/proximity_auth:unit_tests", | 412 "//components/proximity_auth:unit_tests", |
| 411 "//components/sessions:unit_tests", | 413 "//components/sessions:unit_tests", |
| 412 "//components/storage_monitor:unit_tests", | 414 "//components/storage_monitor:unit_tests", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 | 579 |
| 578 deps = [ | 580 deps = [ |
| 579 "//base", | 581 "//base", |
| 580 "//base/test:test_support_perf", | 582 "//base/test:test_support_perf", |
| 581 "//testing/gtest", | 583 "//testing/gtest", |
| 582 "//testing/perf", | 584 "//testing/perf", |
| 583 "//content/test:test_support", | 585 "//content/test:test_support", |
| 584 "//components/visitedlink/browser", | 586 "//components/visitedlink/browser", |
| 585 ] | 587 ] |
| 586 } | 588 } |
| OLD | NEW |