Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: components/proxy_config.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/proxy_config 8 # GN version: //components/proxy_config
9 'target_name': 'proxy_config', 9 'target_name': 'proxy_config',
10 'type': '<(component)', 10 'type': '<(component)',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_prefs',
14 '../net/net.gyp:net', 13 '../net/net.gyp:net',
15 '../url/url.gyp:url_lib', 14 '../url/url.gyp:url_lib',
16 'pref_registry', 15 'pref_registry',
16 'prefs/prefs.gyp:prefs',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '..', 19 '..',
20 ], 20 ],
21 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 21 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
22 'msvs_disabled_warnings': [ 4267, ], 22 'msvs_disabled_warnings': [ 4267, ],
23 'defines': [ 23 'defines': [
24 'PROXY_CONFIG_IMPLEMENTATION', 24 'PROXY_CONFIG_IMPLEMENTATION',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'proxy_config/pref_proxy_config_tracker.cc', 27 'proxy_config/pref_proxy_config_tracker.cc',
28 'proxy_config/pref_proxy_config_tracker.h', 28 'proxy_config/pref_proxy_config_tracker.h',
29 'proxy_config/pref_proxy_config_tracker_impl.cc', 29 'proxy_config/pref_proxy_config_tracker_impl.cc',
30 'proxy_config/pref_proxy_config_tracker_impl.h', 30 'proxy_config/pref_proxy_config_tracker_impl.h',
31 'proxy_config/proxy_config_dictionary.cc', 31 'proxy_config/proxy_config_dictionary.cc',
32 'proxy_config/proxy_config_dictionary.h', 32 'proxy_config/proxy_config_dictionary.h',
33 'proxy_config/proxy_config_export.h', 33 'proxy_config/proxy_config_export.h',
34 'proxy_config/proxy_config_pref_names.cc', 34 'proxy_config/proxy_config_pref_names.cc',
35 'proxy_config/proxy_config_pref_names.h', 35 'proxy_config/proxy_config_pref_names.h',
36 'proxy_config/proxy_prefs.cc', 36 'proxy_config/proxy_prefs.cc',
37 'proxy_config/proxy_prefs.h', 37 'proxy_config/proxy_prefs.h',
38 ], 38 ],
39 }, 39 },
40 ], 40 ],
41 } 41 }
OLDNEW
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/signin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698