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

Unified Diff: components/os_crypt/BUILD.gn

Issue 2948783002: Create setting that disables password stores (Closed)
Patch Set: nits + tests Created 3 years, 5 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/os_crypt/key_storage_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/BUILD.gn
diff --git a/components/os_crypt/BUILD.gn b/components/os_crypt/BUILD.gn
index e91c6815e6a68a8830735c7d4f501f56129e852a..81eb6e3c554d8e26416ae17a60c0d2e9b76fe5d3 100644
--- a/components/os_crypt/BUILD.gn
+++ b/components/os_crypt/BUILD.gn
@@ -160,7 +160,10 @@ source_set("unit_tests") {
]
if (is_desktop_linux) {
- sources += [ "os_crypt_linux_unittest.cc" ]
+ sources += [
+ "key_storage_util_linux_unittest.cc",
+ "os_crypt_linux_unittest.cc",
+ ]
defines = []
if (use_gnome_keyring) {
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/os_crypt/key_storage_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698