summaryrefslogtreecommitdiffstats
path: root/components/net_log.gypi
blob: b99ad3ebb42df7edd4c7b4b05be3517e5a71b88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      # GN version: //components/net_log
      'target_name': 'net_log',
      'type': 'static_library',
      'dependencies': [
        '../base/base.gyp:base',
        '../net/net.gyp:net',
        'data_reduction_proxy_core_common',
        'version_info',
      ],
      'include_dirs': [
        '..',
      ],
      'sources': [
        # Note: sources list duplicated in GN build.
        'net_log/chrome_net_log.cc',
        'net_log/chrome_net_log.h',
        'net_log/net_export_ui_constants.cc',
        'net_log/net_export_ui_constants.h',
        'net_log/net_log_temp_file.cc',
        'net_log/net_log_temp_file.h',
      ],
    },
  ],
}