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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. Created 4 years, 1 month 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 | « components/BUILD.gn ('k') | components/autofill/core/browser/autofill_experiments.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index dd2314673730b7256ff677f608de526d9daff544..dcaf28fda0279ff8b5898f056e90f9c5fd110463 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -180,7 +180,7 @@ static_library("browser") {
"//components/prefs",
"//components/rappor",
"//components/resources",
- "//components/security_state",
+ "//components/security_state/core",
"//components/signin/core/browser",
"//components/signin/core/common",
"//components/strings",
@@ -339,7 +339,7 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/rappor:test_support",
"//components/resources",
- "//components/security_state",
+ "//components/security_state/core",
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
"//components/signin/core/common",
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/core/browser/autofill_experiments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698