summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 21:23:42 +0000
committerbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 21:23:42 +0000
commita0a0693ef2884bc152e27f9a2a26821b25ab599e (patch)
treee97ed75c491235b50da926b7ac5660868167e6a1 /components/components.gyp
parent596ca12542dea0f2db4c42afe28d52e515dfe578 (diff)
downloadchromium_src-a0a0693ef2884bc152e27f9a2a26821b25ab599e.zip
chromium_src-a0a0693ef2884bc152e27f9a2a26821b25ab599e.tar.gz
chromium_src-a0a0693ef2884bc152e27f9a2a26821b25ab599e.tar.bz2
Moved data reduction proxy chrome code to component
Platform-inspecific code was moved from chrome/browser/net/spdyproxy to components/data_reduction_proxy. Names that include variations on SpdyProxyAuth have been changed to DataReductionProxy. Significant changes include: (1) InitChromeProxySettings now takes |PrefService|s and a URLRequestContextGetter. (2) All switches and prefs have been moved to components/data_reduction_proxy/common. (3) data_reduction_proxy_settings_unittest.[cc,h] was split into itself and data_reduction_proxy_settings_test_util.[cc,h]. (4) proxy configuration via prefs is embedded. BUG=359340 Review URL: https://codereview.chromium.org/214343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index c51d286..b39b8e0 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -16,6 +16,7 @@
'breakpad.gypi',
'cloud_devices.gypi',
'cronet.gypi',
+ 'data_reduction_proxy.gypi',
'dom_distiller.gypi',
'domain_reliability.gypi',
'favicon.gypi',