[Sync] Componentize UIModelWorker.
[chromium-blink-merge.git] / components / certificate_transparency / BUILD.gn
blobc541f9763306edb98a1fe54f338102cb83d5f777
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") {
6   sources = [
7     "log_proof_fetcher.cc",
8     "log_proof_fetcher.h",
9   ]
11   deps = [
12     "//base",
13     "//components/safe_json",
14     "//net",
15     "//url",
16   ]
19 source_set("unit_tests") {
20   testonly = true
21   sources = [
22     "log_proof_fetcher_unittest.cc",
23   ]
25   deps = [
26     ":certificate_transparency",
27     "//base/test:test_support",
28     "//testing/gtest",
29   ]