| Index: components/certificate_transparency/BUILD.gn
|
| diff --git a/components/proximity_auth/logging/BUILD.gn b/components/certificate_transparency/BUILD.gn
|
| similarity index 61%
|
| copy from components/proximity_auth/logging/BUILD.gn
|
| copy to components/certificate_transparency/BUILD.gn
|
| index dbc8045d80c5fbf811625839ccc6eac90c77d129..c541f9763306edb98a1fe54f338102cb83d5f777 100644
|
| --- a/components/proximity_auth/logging/BUILD.gn
|
| +++ b/components/certificate_transparency/BUILD.gn
|
| @@ -2,26 +2,28 @@
|
| # 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",
|
| ]
|
|
|
| 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",
|
| ]
|
|
|