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

Unified Diff: components/certificate_transparency/BUILD.gn

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn file fixes per review comments Created 5 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 | « components/certificate_transparency.gypi ('k') | components/certificate_transparency/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/certificate_transparency/BUILD.gn
diff --git a/components/proximity_auth/logging/BUILD.gn b/components/certificate_transparency/BUILD.gn
similarity index 55%
copy from components/proximity_auth/logging/BUILD.gn
copy to components/certificate_transparency/BUILD.gn
index dbc8045d80c5fbf811625839ccc6eac90c77d129..9418073c0a77f562ca387fd4c5b3a931d73c3168 100644
--- a/components/proximity_auth/logging/BUILD.gn
+++ b/components/certificate_transparency/BUILD.gn
@@ -2,26 +2,30 @@
# 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("certificate_transparency") {
sources = [
- "log_buffer.cc",
- "log_buffer.h",
- "logging.cc",
- "logging.h",
+ "log_proof_fetcher.cc",
+ "log_proof_fetcher.h",
+ "tree_state_tracker.cc",
+ "tree_state_tracker.h",
]
deps = [
"//base",
+ "//components/safe_json",
+ "//net",
+ "//url",
]
}
source_set("unit_tests") {
testonly = true
sources = [
- "logging_unittest.cc",
+ "log_proof_fetcher_unittest.cc",
]
deps = [
+ ":certificate_transparency",
"//base/test:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/certificate_transparency.gypi ('k') | components/certificate_transparency/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698