Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: chrome/test/BUILD.gn

Issue 2010463002: Mocker for OSCrypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary build condition Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698