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 # GYP version: components/proxy_config.gypi:proxy_config
6 component("proxy_config") {
8 "pref_proxy_config_tracker.cc",
9 "pref_proxy_config_tracker.h",
10 "pref_proxy_config_tracker_impl.cc",
11 "pref_proxy_config_tracker_impl.h",
12 "proxy_config_dictionary.cc",
13 "proxy_config_dictionary.h",
14 "proxy_config_export.h",
15 "proxy_config_pref_names.cc",
16 "proxy_config_pref_names.h",
21 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
23 defines = [ "PROXY_CONFIG_IMPLEMENTATION" ]
33 source_set("unit_tests") {
36 "proxy_config_dictionary_unittest.cc",
37 "proxy_prefs_unittest.cc",