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

Side by Side Diff: net/net.gypi

Issue 1541263002: Landing Recent QUIC changes until 12/18/2015 13:57 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace -1 with 0xff for InvalidPathId 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/congestion_control/general_loss_algorithm_test.cc » ('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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'quic/quic_fec_group_interface.cc', 353 'quic/quic_fec_group_interface.cc',
354 'quic/quic_fec_group_interface.h', 354 'quic/quic_fec_group_interface.h',
355 'quic/quic_flags.cc', 355 'quic/quic_flags.cc',
356 'quic/quic_flags.h', 356 'quic/quic_flags.h',
357 'quic/quic_flow_controller.cc', 357 'quic/quic_flow_controller.cc',
358 'quic/quic_flow_controller.h', 358 'quic/quic_flow_controller.h',
359 'quic/quic_frame_list.cc', 359 'quic/quic_frame_list.cc',
360 'quic/quic_frame_list.h', 360 'quic/quic_frame_list.h',
361 'quic/quic_framer.cc', 361 'quic/quic_framer.cc',
362 'quic/quic_framer.h', 362 'quic/quic_framer.h',
363 'quic/quic_multipath_received_packet_manager.cc',
364 'quic/quic_multipath_received_packet_manager.h',
363 'quic/quic_multipath_transmissions_map.cc', 365 'quic/quic_multipath_transmissions_map.cc',
364 'quic/quic_multipath_transmissions_map.h', 366 'quic/quic_multipath_transmissions_map.h',
365 'quic/quic_packet_creator.cc', 367 'quic/quic_packet_creator.cc',
366 'quic/quic_packet_creator.h', 368 'quic/quic_packet_creator.h',
367 'quic/quic_packet_generator.cc', 369 'quic/quic_packet_generator.cc',
368 'quic/quic_packet_generator.h', 370 'quic/quic_packet_generator.h',
369 'quic/quic_packet_reader.cc', 371 'quic/quic_packet_reader.cc',
370 'quic/quic_packet_reader.h', 372 'quic/quic_packet_reader.h',
371 'quic/quic_packet_writer.h', 373 'quic/quic_packet_writer.h',
372 'quic/quic_protocol.cc', 374 'quic/quic_protocol.cc',
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'quic/quic_crypto_client_stream_test.cc', 1573 'quic/quic_crypto_client_stream_test.cc',
1572 'quic/quic_crypto_server_stream_test.cc', 1574 'quic/quic_crypto_server_stream_test.cc',
1573 'quic/quic_crypto_stream_test.cc', 1575 'quic/quic_crypto_stream_test.cc',
1574 'quic/quic_data_writer_test.cc', 1576 'quic/quic_data_writer_test.cc',
1575 'quic/quic_fec_group_test.cc', 1577 'quic/quic_fec_group_test.cc',
1576 'quic/quic_flow_controller_test.cc', 1578 'quic/quic_flow_controller_test.cc',
1577 'quic/quic_framer_test.cc', 1579 'quic/quic_framer_test.cc',
1578 'quic/quic_headers_stream_test.cc', 1580 'quic/quic_headers_stream_test.cc',
1579 'quic/quic_http_stream_test.cc', 1581 'quic/quic_http_stream_test.cc',
1580 'quic/quic_http_utils_test.cc', 1582 'quic/quic_http_utils_test.cc',
1583 'quic/quic_multipath_received_packet_manager_test.cc',
1581 'quic/quic_multipath_transmissions_map_test.cc', 1584 'quic/quic_multipath_transmissions_map_test.cc',
1582 'quic/quic_network_transaction_unittest.cc', 1585 'quic/quic_network_transaction_unittest.cc',
1583 'quic/quic_packet_creator_test.cc', 1586 'quic/quic_packet_creator_test.cc',
1584 'quic/quic_packet_generator_test.cc', 1587 'quic/quic_packet_generator_test.cc',
1585 'quic/quic_protocol_test.cc', 1588 'quic/quic_protocol_test.cc',
1586 'quic/quic_received_packet_manager_test.cc', 1589 'quic/quic_received_packet_manager_test.cc',
1587 'quic/quic_reliable_client_stream_test.cc', 1590 'quic/quic_reliable_client_stream_test.cc',
1588 'quic/quic_sent_entropy_manager_test.cc', 1591 'quic/quic_sent_entropy_manager_test.cc',
1589 'quic/quic_sent_packet_manager_test.cc', 1592 'quic/quic_sent_packet_manager_test.cc',
1590 'quic/quic_server_id_test.cc', 1593 'quic/quic_server_id_test.cc',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 'docs/bug-triage-labels.md', 1956 'docs/bug-triage-labels.md',
1954 'docs/bug-triage-suggested-workflow.md', 1957 'docs/bug-triage-suggested-workflow.md',
1955 'docs/code-patterns.md', 1958 'docs/code-patterns.md',
1956 'docs/crash-course-in-net-internals.md', 1959 'docs/crash-course-in-net-internals.md',
1957 'docs/life-of-a-url-request.md', 1960 'docs/life-of-a-url-request.md',
1958 'sdch/README.md', 1961 'sdch/README.md',
1959 ], 1962 ],
1960 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1963 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1961 } 1964 }
1962 } 1965 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/general_loss_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698