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

Unified Diff: components/security_state/core/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove *SecurityModelClient. Created 4 years, 2 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/security_state/core/BUILD.gn
diff --git a/components/security_state/BUILD.gn b/components/security_state/core/BUILD.gn
similarity index 92%
rename from components/security_state/BUILD.gn
rename to components/security_state/core/BUILD.gn
index 9eab4a3a0aaa8db810059f9efd5c72bc9816adaa..8bd2b8288427f415c09a88ff88fc5b844ed83294 100644
--- a/components/security_state/BUILD.gn
+++ b/components/security_state/core/BUILD.gn
@@ -7,7 +7,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-static_library("security_state") {
+static_library("core") {
sources = [
"security_state_model.cc",
"security_state_model.h",
@@ -37,7 +37,7 @@ source_set("unit_tests") {
]
deps = [
- ":security_state",
+ ":core",
"//net:test_support",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698