summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
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 /chrome/browser/DEPS
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 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index c6ccd40..1bf303e 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -14,6 +14,7 @@ include_rules = [
"+components/autofill/core/common",
"+components/bookmarks/core/common",
"+components/breakpad",
+ "+components/data_reduction_proxy",
"+components/dom_distiller",
"+components/domain_reliability",
"+components/keyed_service",