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

Side by Side Diff: net/net.gyp

Issue 1793273004: Revert of Implement QUIC-based net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basecl
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/http/http_stream_factory_impl_unittest.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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 ['exclude', '^ftp/'], 285 ['exclude', '^ftp/'],
286 ], 286 ],
287 'sources!': [ 287 'sources!': [
288 'url_request/url_request_ftp_job_unittest.cc', 288 'url_request/url_request_ftp_job_unittest.cc',
289 ], 289 ],
290 }, 290 },
291 ], 291 ],
292 [ 'enable_bidirectional_stream!=1', { 292 [ 'enable_bidirectional_stream!=1', {
293 'sources!': [ 293 'sources!': [
294 'http/bidirectional_stream_unittest.cc', 294 'http/bidirectional_stream_unittest.cc',
295 'quic/bidirectional_stream_quic_impl_unittest.cc',
296 ], 295 ],
297 }, 296 },
298 ], 297 ],
299 [ 'enable_built_in_dns!=1', { 298 [ 'enable_built_in_dns!=1', {
300 'sources!': [ 299 'sources!': [
301 'dns/address_sorter_posix_unittest.cc', 300 'dns/address_sorter_posix_unittest.cc',
302 'dns/address_sorter_unittest.cc', 301 'dns/address_sorter_unittest.cc',
303 ], 302 ],
304 }, 303 },
305 ], 304 ],
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/isolate.gypi', 1715 '../build/isolate.gypi',
1717 ], 1716 ],
1718 'sources': [ 1717 'sources': [
1719 'net_unittests.isolate', 1718 'net_unittests.isolate',
1720 ], 1719 ],
1721 }, 1720 },
1722 ], 1721 ],
1723 }], 1722 }],
1724 ], 1723 ],
1725 } 1724 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698