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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 0fc0340b3663367a753fc6a5407a2501fa06eafa..fea92bc36ebffe010d76742df1d0aab854e8626d 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -115,13 +115,13 @@ source_set("browser") {
":proto",
"//base",
"//base:i18n",
- "//base:prefs",
"//components/autofill/core/browser",
"//components/autofill/core/common",
"//components/keyed_service/core",
"//components/os_crypt",
"//components/password_manager/core/common",
"//components/pref_registry",
+ "//components/prefs",
"//components/strings",
"//components/sync_driver",
"//components/url_formatter",
@@ -224,13 +224,13 @@ source_set("unit_tests") {
]
deps = [
":test_support",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/autofill/core/browser:test_support",
"//components/autofill/core/common",
"//components/os_crypt",
"//components/password_manager/core/browser:proto",
"//components/password_manager/core/common",
+ "//components/prefs:test_support",
"//components/strings",
"//components/sync_driver:test_support",
"//components/variations",
« no previous file with comments | « components/password_manager/content/browser/BUILD.gn ('k') | components/password_manager/sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698