| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 26bb379a84cf9c3a55ea48d126640ca08c45eb9f..fec0cbb2743968235efa3e028cb556836e10dfdb 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -299,6 +299,7 @@ if (!is_android) {
|
| ]
|
| deps = [
|
| "//components/metrics:test_support",
|
| + "//components/os_crypt:test_support",
|
| "//skia",
|
| "//testing/gtest",
|
| ]
|
| @@ -1736,6 +1737,7 @@ test("unit_tests") {
|
| "//components/data_reduction_proxy/core/browser:test_support",
|
| "//components/data_use_measurement/core",
|
| "//components/metrics/proto",
|
| + "//components/os_crypt:test_support",
|
| "//components/safe_browsing_db",
|
| "//components/safe_json:test_support",
|
| "//components/strings",
|
|
|