Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Side by Side Diff: net/net.gyp

Issue 1812243002: Make net pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'tools/quic/quic_client_base.cc', 833 'tools/quic/quic_client_base.cc',
834 'tools/quic/quic_client_base.h', 834 'tools/quic/quic_client_base.h',
835 'tools/quic/quic_client_session.cc', 835 'tools/quic/quic_client_session.cc',
836 'tools/quic/quic_client_session.h', 836 'tools/quic/quic_client_session.h',
837 'tools/quic/quic_dispatcher.cc', 837 'tools/quic/quic_dispatcher.cc',
838 'tools/quic/quic_dispatcher.h', 838 'tools/quic/quic_dispatcher.h',
839 'tools/quic/quic_in_memory_cache.cc', 839 'tools/quic/quic_in_memory_cache.cc',
840 'tools/quic/quic_in_memory_cache.h', 840 'tools/quic/quic_in_memory_cache.h',
841 'tools/quic/quic_per_connection_packet_writer.cc', 841 'tools/quic/quic_per_connection_packet_writer.cc',
842 'tools/quic/quic_per_connection_packet_writer.h', 842 'tools/quic/quic_per_connection_packet_writer.h',
843 'tools/quic/quic_process_packet_interface.h',
843 'tools/quic/quic_server_session_base.cc', 844 'tools/quic/quic_server_session_base.cc',
844 'tools/quic/quic_server_session_base.h', 845 'tools/quic/quic_server_session_base.h',
845 'tools/quic/quic_simple_client.cc', 846 'tools/quic/quic_simple_client.cc',
846 'tools/quic/quic_simple_client.h', 847 'tools/quic/quic_simple_client.h',
847 'tools/quic/quic_simple_per_connection_packet_writer.cc', 848 'tools/quic/quic_simple_per_connection_packet_writer.cc',
848 'tools/quic/quic_simple_per_connection_packet_writer.h', 849 'tools/quic/quic_simple_per_connection_packet_writer.h',
849 'tools/quic/quic_simple_server.cc', 850 'tools/quic/quic_simple_server.cc',
850 'tools/quic/quic_simple_server.h', 851 'tools/quic/quic_simple_server.h',
851 'tools/quic/quic_simple_server_packet_writer.cc', 852 'tools/quic/quic_simple_server_packet_writer.cc',
852 'tools/quic/quic_simple_server_packet_writer.h', 853 'tools/quic/quic_simple_server_packet_writer.h',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'tools/quic/quic_default_packet_writer.cc', 1309 'tools/quic/quic_default_packet_writer.cc',
1309 'tools/quic/quic_default_packet_writer.h', 1310 'tools/quic/quic_default_packet_writer.h',
1310 'tools/quic/quic_epoll_clock.cc', 1311 'tools/quic/quic_epoll_clock.cc',
1311 'tools/quic/quic_epoll_clock.h', 1312 'tools/quic/quic_epoll_clock.h',
1312 'tools/quic/quic_epoll_connection_helper.cc', 1313 'tools/quic/quic_epoll_connection_helper.cc',
1313 'tools/quic/quic_epoll_connection_helper.h', 1314 'tools/quic/quic_epoll_connection_helper.h',
1314 'tools/quic/quic_packet_reader.cc', 1315 'tools/quic/quic_packet_reader.cc',
1315 'tools/quic/quic_packet_reader.h', 1316 'tools/quic/quic_packet_reader.h',
1316 'tools/quic/quic_packet_writer_wrapper.cc', 1317 'tools/quic/quic_packet_writer_wrapper.cc',
1317 'tools/quic/quic_packet_writer_wrapper.h', 1318 'tools/quic/quic_packet_writer_wrapper.h',
1318 'tools/quic/quic_process_packet_interface.h',
1319 'tools/quic/quic_server.cc', 1319 'tools/quic/quic_server.cc',
1320 'tools/quic/quic_server.h', 1320 'tools/quic/quic_server.h',
1321 'tools/quic/quic_socket_utils.cc', 1321 'tools/quic/quic_socket_utils.cc',
1322 'tools/quic/quic_socket_utils.h', 1322 'tools/quic/quic_socket_utils.h',
1323 ], 1323 ],
1324 }, 1324 },
1325 { 1325 {
1326 'target_name': 'epoll_quic_client', 1326 'target_name': 'epoll_quic_client',
1327 'type': 'executable', 1327 'type': 'executable',
1328 'dependencies': [ 1328 'dependencies': [
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 '../build/isolate.gypi', 1717 '../build/isolate.gypi',
1718 ], 1718 ],
1719 'sources': [ 1719 'sources': [
1720 'net_unittests.isolate', 1720 'net_unittests.isolate',
1721 ], 1721 ],
1722 }, 1722 },
1723 ], 1723 ],
1724 }], 1724 }],
1725 ], 1725 ],
1726 } 1726 }
OLDNEW
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698