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

Unified Diff: components/os_crypt/BUILD.gn

Issue 1307763004: Sync remaining components_unittests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check Created 5 years, 4 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/os_crypt/BUILD.gn
diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn
index 6036fc7e5ac8dfa60d9b3975684f37ff8fbb675b..de828adcea6a9cf0559c0d355df178dcb34b0936 100644
--- a/components/os_crypt/BUILD.gn
+++ b/components/os_crypt/BUILD.gn
@@ -35,3 +35,17 @@ source_set("os_crypt") {
]
}
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "ie7_password_win_unittest.cc",
+ "keychain_password_mac_unittest.mm",
+ "os_crypt_unittest.cc",
+ ]
+ deps = [
+ ":os_crypt",
+ "//base",
+ "//testing/gtest",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698