diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 02:34:14 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 02:34:14 +0000 |
commit | cf1b58291ee4d3e650aca7e59a5f7ea51be2016a (patch) | |
tree | 2b0079d596f79c1829a5707672142cfc3da2858b /net/net.gyp | |
parent | 2333bf24e16a30ab97df09c987c2dff70adf9c03 (diff) | |
download | chromium_src-cf1b58291ee4d3e650aca7e59a5f7ea51be2016a.zip chromium_src-cf1b58291ee4d3e650aca7e59a5f7ea51be2016a.tar.gz chromium_src-cf1b58291ee4d3e650aca7e59a5f7ea51be2016a.tar.bz2 |
Exclude several implementation-specific headers from net.gyp when excluding their source files.
R=rvargas
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7043022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 9be8646..119d1c1 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -772,8 +772,11 @@ 'sources!': [ 'http/http_auth_handler_ntlm_portable.cc', 'socket/tcp_client_socket_libevent.cc', + 'socket/tcp_client_socket_libevent.h', 'socket/tcp_server_socket_libevent.cc', + 'socket/tcp_server_socket_libevent.h', 'udp/udp_socket_libevent.cc', + 'udp/udp_socket_libevent.h', ], 'dependencies': [ '../third_party/nss/nss.gyp:nss', @@ -787,8 +790,11 @@ ], 'sources!': [ 'base/winsock_init.cc', + 'base/winsock_init.h', 'base/winsock_util.cc', + 'base/winsock_util.h', 'proxy/proxy_resolver_winhttp.cc', + 'proxy/proxy_resolver_winhttp.h', ], }, ], |