Chromium Code Reviews| Index: components/certificate_transparency/BUILD.gn |
| diff --git a/mojo/util/BUILD.gn b/components/certificate_transparency/BUILD.gn |
| similarity index 66% |
| copy from mojo/util/BUILD.gn |
| copy to components/certificate_transparency/BUILD.gn |
| index 379bc96230e7c6037bca99a4a311de60a65c109a..ba0a53647b15dbef2c9073f71f25f831dc504d27 100644 |
| --- a/mojo/util/BUILD.gn |
| +++ b/components/certificate_transparency/BUILD.gn |
| @@ -2,14 +2,14 @@ |
| # 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("ct_proofs_fetcher") { |
| sources = [ |
| - "filename_util.cc", |
| - "filename_util.h", |
| + "log_proofs_fetcher.cc", |
| + "log_proofs_fetcher.h", |
|
davidben
2015/05/07 21:59:36
new_scts_observer.{cc,h}?
Eran Messeri
2015/06/18 15:18:43
Done (sort of; it's now called tree_state_tracker.
|
| ] |
| deps = [ |
| "//base", |
| - "//url", |
| + "//net", |
| ] |
| } |