diff options
author | agayev@chromium.org <agayev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-28 17:51:19 +0000 |
---|---|---|
committer | agayev@chromium.org <agayev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-28 17:51:19 +0000 |
commit | 2258c1c968ab008aa0bc75f2cbe56b2249194aff (patch) | |
tree | 72f799611e613f40c5e26bf8adb7622356edcbf9 /chrome/chrome_common.gypi | |
parent | d7b99393eb462ee93633028cfda04d33e8c37904 (diff) | |
download | chromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.zip chromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.tar.gz chromium_src-2258c1c968ab008aa0bc75f2cbe56b2249194aff.tar.bz2 |
Initial support for built-in DNS resolver/cache.
BUG=60149
TEST=None
Review URL: http://codereview.chromium.org/4216001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index e7970de..d4ca5b6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -439,6 +439,8 @@ 'common/net/net_resource_provider.cc', 'common/net/net_resource_provider.h', 'common/net/predictor_common.h', + 'common/net/raw_host_resolver_proc.cc', + 'common/net/raw_host_resolver_proc.h', 'common/net/socket_stream.h', 'common/net/url_fetcher.cc', 'common/net/url_fetcher.h', |