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

Unified Diff: components/os_crypt/BUILD.gn

Issue 2292933002: Renamed os_crypt_util_linux_unittest.cc to key_storage_libsecret_unittest.cc (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | components/os_crypt/key_storage_libsecret_unittest.cc » ('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 8346847d3efe131a21e8fbab38e7d2e8e42aac67..1c8e32514459bca99a7f43c21ff3fc98d93f9d45 100644
--- a/components/os_crypt/BUILD.gn
+++ b/components/os_crypt/BUILD.gn
@@ -157,7 +157,7 @@ source_set("unit_tests") {
defines = []
if (use_glib) {
- sources += [ "os_crypt_util_linux_unittest.cc" ]
+ sources += [ "key_storage_libsecret_unittest.cc" ]
deps += [ "//third_party/libsecret" ]
defines += [ "USE_LIBSECRET" ]
}
« no previous file with comments | « no previous file | components/os_crypt/key_storage_libsecret_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698