1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("certificate_transparency") {
7 "log_proof_fetcher.cc",
13 "//components/safe_json",
19 source_set("unit_tests") {
22 "log_proof_fetcher_unittest.cc",
26 ":certificate_transparency",
27 "//base/test:test_support",