[Telemetry] Always uploading browser log if enabled instead of wait for crash to...
[chromium-blink-merge.git] / components / security_interstitials.gypi
blob3092d03cd71ca5777523617624947c7012bfea9e
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/security_interstitials/core
9       'target_name': 'security_interstitials_core',
10       'type': 'static_library',
11       'dependencies': [
12         '../base/base.gyp:base',
13         '../net/net.gyp:net',
14         'history_core_browser',
15         'metrics',
16         'rappor',
17       ],
18       'include_dirs': [
19         '..',
20       ],
21       'sources': [
22         # Note: sources list duplicated in GN build.
23         'security_interstitials/core/metrics_helper.cc',
24         'security_interstitials/core/metrics_helper.h',
25       ]
26     }
27   ]