summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-03-18 15:59:58 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 23:02:09 +0000
commit25ca89217973cdd1ce2cac09cb1603a58f8a4a6a (patch)
tree93fb6754ff6d7a1072c671c73b4f76a1f5836cc6 /net/net.gyp
parent4ef05aebed2f95785d0828803f30f2683d93d9d3 (diff)
downloadchromium_src-25ca89217973cdd1ce2cac09cb1603a58f8a4a6a.zip
chromium_src-25ca89217973cdd1ce2cac09cb1603a58f8a4a6a.tar.gz
chromium_src-25ca89217973cdd1ce2cac09cb1603a58f8a4a6a.tar.bz2
Make net pass "gn check"
Move quic_process_packet_interface.h from epoll_quic_tools to simple_quic_tools. This abstract interface is used in both places, and the dependency goes in the opposite direction as it was used before. Added some "nogncheck" annotations on headers conditionally included where the conditional dependencies correctly match the conditional includes. Add some websockets headers to the shared net sources target. As explained in the comment I added there, the these headers are used but there are no link-time dependencies so the websockets implementation can still be conditionally excluded. I prefer this method rather than a nogncheck annotation when there's no clear conditional include. Removed an unused FTP include from url_request_context_storage.cc Review URL: https://codereview.chromium.org/1812243002 Cr-Commit-Position: refs/heads/master@{#382119}
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 8d1991a..661a019 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -827,6 +827,7 @@
'tools/quic/quic_in_memory_cache.h',
'tools/quic/quic_per_connection_packet_writer.cc',
'tools/quic/quic_per_connection_packet_writer.h',
+ 'tools/quic/quic_process_packet_interface.h',
'tools/quic/quic_server_session_base.cc',
'tools/quic/quic_server_session_base.h',
'tools/quic/quic_simple_client.cc',
@@ -1302,7 +1303,6 @@
'tools/quic/quic_packet_reader.h',
'tools/quic/quic_packet_writer_wrapper.cc',
'tools/quic/quic_packet_writer_wrapper.h',
- 'tools/quic/quic_process_packet_interface.h',
'tools/quic/quic_server.cc',
'tools/quic/quic_server.h',
'tools/quic/quic_socket_utils.cc',