| Index: components/certificate_transparency/BUILD.gn
|
| diff --git a/mojo/util/BUILD.gn b/components/certificate_transparency/BUILD.gn
|
| similarity index 57%
|
| copy from mojo/util/BUILD.gn
|
| copy to components/certificate_transparency/BUILD.gn
|
| index 379bc96230e7c6037bca99a4a311de60a65c109a..3f62e2344e2c4aa9436fd6db52cf070396d4a723 100644
|
| --- a/mojo/util/BUILD.gn
|
| +++ b/components/certificate_transparency/BUILD.gn
|
| @@ -2,14 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("filename_util") {
|
| +static_library("certificate_transparency") {
|
| sources = [
|
| - "filename_util.cc",
|
| - "filename_util.h",
|
| + "log_proof_fetcher.cc",
|
| + "log_proof_fetcher.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| - "//url",
|
| + "//components/safe_json",
|
| + "//content",
|
| + "//net",
|
| ]
|
| }
|
|
|