summaryrefslogtreecommitdiffstats
path: root/components/proxy_config.gypi
blob: a6926f9b4546eb1e77e589fa3c90a7be3376ff32 (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
# 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/proxy_config
      'target_name': 'proxy_config',
      'type': '<(component)',
      'dependencies': [
        '../base/base.gyp:base',
        '../net/net.gyp:net',
      ],
      'include_dirs': [
        '..',
      ],
      'defines': [
        'PROXY_CONFIG_IMPLEMENTATION',
      ],
      'sources': [
        'proxy_config/proxy_config_dictionary.cc',
        'proxy_config/proxy_config_dictionary.h',
        'proxy_config/proxy_config_export.h',
        'proxy_config/proxy_prefs.cc',
        'proxy_config/proxy_prefs.h',
      ],
    },
  ],
}