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

Unified Diff: components/security_state/BUILD.gn

Issue 1440303002: Componentize SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/cros fixes Created 5 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/security_state.gypi ('k') | components/security_state/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/BUILD.gn
diff --git a/components/proximity_auth/logging/BUILD.gn b/components/security_state/BUILD.gn
similarity index 66%
copy from components/proximity_auth/logging/BUILD.gn
copy to components/security_state/BUILD.gn
index dbc8045d80c5fbf811625839ccc6eac90c77d129..b0650632c4d59e60f13119731543bbdde8979499 100644
--- a/components/proximity_auth/logging/BUILD.gn
+++ b/components/security_state/BUILD.gn
@@ -2,12 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("logging") {
+source_set("security_state") {
sources = [
- "log_buffer.cc",
- "log_buffer.h",
- "logging.cc",
- "logging.h",
+ "security_state_model.cc",
+ "security_state_model.h",
]
deps = [
@@ -18,11 +16,10 @@ source_set("logging") {
source_set("unit_tests") {
testonly = true
sources = [
- "logging_unittest.cc",
+ "security_state_model_unittest.cc",
]
-
deps = [
- "//base/test:test_support",
+ ":security_state",
"//testing/gtest",
]
}
« no previous file with comments | « components/security_state.gypi ('k') | components/security_state/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698