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

Unified Diff: components/proxy_config.gypi

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating for win p/f Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/proxy_config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config.gypi
diff --git a/components/proxy_config.gypi b/components/proxy_config.gypi
index a6926f9b4546eb1e77e589fa3c90a7be3376ff32..985bf117dc3ed70649ee96ee164dcb8ea3817683 100644
--- a/components/proxy_config.gypi
+++ b/components/proxy_config.gypi
@@ -10,18 +10,29 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
'../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
+ 'pref_registry',
],
'include_dirs': [
'..',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
'defines': [
'PROXY_CONFIG_IMPLEMENTATION',
],
'sources': [
+ 'proxy_config/pref_proxy_config_tracker.cc',
+ 'proxy_config/pref_proxy_config_tracker.h',
+ 'proxy_config/pref_proxy_config_tracker_impl.cc',
+ 'proxy_config/pref_proxy_config_tracker_impl.h',
'proxy_config/proxy_config_dictionary.cc',
'proxy_config/proxy_config_dictionary.h',
'proxy_config/proxy_config_export.h',
+ 'proxy_config/proxy_config_pref_names.cc',
+ 'proxy_config/proxy_config_pref_names.h',
'proxy_config/proxy_prefs.cc',
'proxy_config/proxy_prefs.h',
],
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/proxy_config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698