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

Unified Diff: components/sync_driver/BUILD.gn

Issue 2010463002: Mocker for OSCrypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated doc 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: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 15a460abb2e680e409bcc7779f8de877b3f87b71..708044a2871441244a516becade6fc0eb69a17fe 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -240,7 +240,7 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//components/invalidation/impl",
- "//components/os_crypt",
+ "//components/os_crypt:test_support",
"//components/pref_registry:test_support",
"//components/prefs:test_support",
"//components/signin/core/browser:test_support",

Powered by Google App Engine
This is Rietveld 408576698