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

Unified Diff: chrome/test/BUILD.gn

Issue 2216313002: Move GnomeKeyringLoader to components/os_crypt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed guard 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 | « chrome/browser/password_manager/native_backend_gnome_x.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 14d3200fef60fb4fdd9996a3a2a5bf8f8ba8b5a4..5cf19db5343932f88906fc0ca0d8c6fa7b3b6157 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2152,8 +2152,8 @@ test("unit_tests") {
sources +=
[ "../browser/password_manager/native_backend_gnome_x_unittest.cc" ]
configs += [
- "//chrome/browser:gnome_keyring",
- "//chrome/browser:gnome_keyring_direct",
+ "//components/os_crypt:gnome_keyring",
+ "//components/os_crypt:gnome_keyring_direct",
]
}
if (is_linux && !is_chromeos) {
« no previous file with comments | « chrome/browser/password_manager/native_backend_gnome_x.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698