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

Side by Side Diff: net/net.gypi

Issue 1577473002: relnote: QUIC streamable frames can now use a freelist for their packet buffers, Guarded by gfe2_fe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@19_CL_111440524
Patch Set: cast to size_t Created 4 years, 11 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 | « no previous file | net/quic/quic_buffer_pool.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'quic/p2p/quic_p2p_stream.h', 322 'quic/p2p/quic_p2p_stream.h',
323 'quic/port_suggester.cc', 323 'quic/port_suggester.cc',
324 'quic/port_suggester.h', 324 'quic/port_suggester.h',
325 'quic/quic_ack_listener_interface.h', 325 'quic/quic_ack_listener_interface.h',
326 'quic/quic_address_mismatch.cc', 326 'quic/quic_address_mismatch.cc',
327 'quic/quic_address_mismatch.h', 327 'quic/quic_address_mismatch.h',
328 'quic/quic_alarm.cc', 328 'quic/quic_alarm.cc',
329 'quic/quic_alarm.h', 329 'quic/quic_alarm.h',
330 'quic/quic_bandwidth.cc', 330 'quic/quic_bandwidth.cc',
331 'quic/quic_bandwidth.h', 331 'quic/quic_bandwidth.h',
332 'quic/quic_buffer_pool.h',
332 'quic/quic_bug_tracker.h', 333 'quic/quic_bug_tracker.h',
333 'quic/quic_blocked_writer_interface.h', 334 'quic/quic_blocked_writer_interface.h',
334 'quic/quic_clock.cc', 335 'quic/quic_clock.cc',
335 'quic/quic_clock.h', 336 'quic/quic_clock.h',
336 'quic/quic_config.cc', 337 'quic/quic_config.cc',
337 'quic/quic_config.h', 338 'quic/quic_config.h',
338 'quic/quic_connection.cc', 339 'quic/quic_connection.cc',
339 'quic/quic_connection.h', 340 'quic/quic_connection.h',
340 'quic/quic_connection_logger.cc', 341 'quic/quic_connection_logger.cc',
341 'quic/quic_connection_logger.h', 342 'quic/quic_connection_logger.h',
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'quic/crypto/strike_register_test.cc', 1567 'quic/crypto/strike_register_test.cc',
1567 'quic/interval_set_test.cc', 1568 'quic/interval_set_test.cc',
1568 'quic/interval_test.cc', 1569 'quic/interval_test.cc',
1569 'quic/iovector_test.cc', 1570 'quic/iovector_test.cc',
1570 'quic/network_connection_unittest.cc', 1571 'quic/network_connection_unittest.cc',
1571 'quic/p2p/quic_p2p_session_test.cc', 1572 'quic/p2p/quic_p2p_session_test.cc',
1572 'quic/port_suggester_unittest.cc', 1573 'quic/port_suggester_unittest.cc',
1573 'quic/quic_address_mismatch_test.cc', 1574 'quic/quic_address_mismatch_test.cc',
1574 'quic/quic_alarm_test.cc', 1575 'quic/quic_alarm_test.cc',
1575 'quic/quic_bandwidth_test.cc', 1576 'quic/quic_bandwidth_test.cc',
1577 'quic/quic_buffer_pool_test.cc',
1576 'quic/quic_chromium_client_session_test.cc', 1578 'quic/quic_chromium_client_session_test.cc',
1577 'quic/quic_chromium_client_stream_test.cc', 1579 'quic/quic_chromium_client_stream_test.cc',
1578 'quic/quic_chromium_connection_helper_test.cc', 1580 'quic/quic_chromium_connection_helper_test.cc',
1579 'quic/quic_clock_test.cc', 1581 'quic/quic_clock_test.cc',
1580 'quic/quic_config_test.cc', 1582 'quic/quic_config_test.cc',
1581 'quic/quic_connection_logger_unittest.cc', 1583 'quic/quic_connection_logger_unittest.cc',
1582 'quic/quic_connection_test.cc', 1584 'quic/quic_connection_test.cc',
1583 'quic/quic_crypto_client_stream_test.cc', 1585 'quic/quic_crypto_client_stream_test.cc',
1584 'quic/quic_crypto_server_stream_test.cc', 1586 'quic/quic_crypto_server_stream_test.cc',
1585 'quic/quic_crypto_stream_test.cc', 1587 'quic/quic_crypto_stream_test.cc',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'docs/bug-triage-labels.md', 1972 'docs/bug-triage-labels.md',
1971 'docs/bug-triage-suggested-workflow.md', 1973 'docs/bug-triage-suggested-workflow.md',
1972 'docs/code-patterns.md', 1974 'docs/code-patterns.md',
1973 'docs/crash-course-in-net-internals.md', 1975 'docs/crash-course-in-net-internals.md',
1974 'docs/life-of-a-url-request.md', 1976 'docs/life-of-a-url-request.md',
1975 'sdch/README.md', 1977 'sdch/README.md',
1976 ], 1978 ],
1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1979 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1978 } 1980 }
1979 } 1981 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_buffer_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698