Roll src/third_party/WebKit cbc5016:24ba3b7 (svn 202399:202403)
[chromium-blink-merge.git] / components / certificate_transparency.gypi
blob3b69f72219e9ce54473f3f94048c2a7df049bacb
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.
6   'targets': [
7     {
8       # GN version: //components/certificate_transparency
9       'target_name': 'certificate_transparency',
10       'type': 'static_library',
11       'include_dirs': [
12         '..',
13       ],
14       'dependencies': [
15         '../base/base.gyp:base',
16         '../components/components.gyp:safe_json',
17         '../net/net.gyp:net',
18         '../url/url.gyp:url_lib',
19       ],
20       'sources': [
21         'certificate_transparency/log_proof_fetcher.h',
22         'certificate_transparency/log_proof_fetcher.cc',
23       ],
24     }
25   ],