From b237e2aea0d2c50b19e0e6109a3d76b282630572 Mon Sep 17 00:00:00 2001 From: stevenjb Date: Thu, 2 Jul 2015 15:02:11 -0700 Subject: Add proxy_config component This CL moves proxy_config_dictionary and proxy_prefs to src/components/proxy_config so that they can be used in src/chromeos/network/onc for ONC translation. BUG=470445 TBR=various for moving include files Review URL: https://codereview.chromium.org/1221033002 Cr-Commit-Position: refs/heads/master@{#337257} --- components/components.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index 512802d..7b5a01c 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -55,6 +55,7 @@ 'policy.gypi', 'precache.gypi', 'pref_registry.gypi', + 'proxy_config.gypi', 'query_parser.gypi', 'rappor.gypi', 'renderer_context_menu.gypi', -- cgit v1.1