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

Side by Side Diff: net/net.gypi

Issue 1561383002: relnote: add new unused functions for client side of QUIC server push. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@21_CL_111427940
Patch Set: port spdy_utils_test.cc 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/spdy_utils.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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 'quic/quic_spdy_stream_test.cc', 1602 'quic/quic_spdy_stream_test.cc',
1603 'quic/quic_stream_factory_test.cc', 1603 'quic/quic_stream_factory_test.cc',
1604 'quic/quic_stream_sequencer_test.cc', 1604 'quic/quic_stream_sequencer_test.cc',
1605 'quic/quic_sustained_bandwidth_recorder_test.cc', 1605 'quic/quic_sustained_bandwidth_recorder_test.cc',
1606 'quic/quic_time_test.cc', 1606 'quic/quic_time_test.cc',
1607 'quic/quic_unacked_packet_map_test.cc', 1607 'quic/quic_unacked_packet_map_test.cc',
1608 'quic/quic_utils_chromium_test.cc', 1608 'quic/quic_utils_chromium_test.cc',
1609 'quic/quic_utils_test.cc', 1609 'quic/quic_utils_test.cc',
1610 'quic/quic_write_blocked_list_test.cc', 1610 'quic/quic_write_blocked_list_test.cc',
1611 'quic/reliable_quic_stream_test.cc', 1611 'quic/reliable_quic_stream_test.cc',
1612 'quic/spdy_utils_test.cc',
1612 'quic/stream_sequencer_buffer_test.cc', 1613 'quic/stream_sequencer_buffer_test.cc',
1613 'quic/test_tools/crypto_test_utils.cc', 1614 'quic/test_tools/crypto_test_utils.cc',
1614 'quic/test_tools/crypto_test_utils.h', 1615 'quic/test_tools/crypto_test_utils.h',
1615 'quic/test_tools/crypto_test_utils_chromium.cc', 1616 'quic/test_tools/crypto_test_utils_chromium.cc',
1616 'quic/test_tools/crypto_test_utils_nss.cc', 1617 'quic/test_tools/crypto_test_utils_nss.cc',
1617 'quic/test_tools/crypto_test_utils_openssl.cc', 1618 'quic/test_tools/crypto_test_utils_openssl.cc',
1618 'quic/test_tools/delayed_verify_strike_register_client.cc', 1619 'quic/test_tools/delayed_verify_strike_register_client.cc',
1619 'quic/test_tools/delayed_verify_strike_register_client.h', 1620 'quic/test_tools/delayed_verify_strike_register_client.h',
1620 'quic/test_tools/mock_clock.cc', 1621 'quic/test_tools/mock_clock.cc',
1621 'quic/test_tools/mock_clock.h', 1622 'quic/test_tools/mock_clock.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'docs/bug-triage-labels.md', 1964 'docs/bug-triage-labels.md',
1964 'docs/bug-triage-suggested-workflow.md', 1965 'docs/bug-triage-suggested-workflow.md',
1965 'docs/code-patterns.md', 1966 'docs/code-patterns.md',
1966 'docs/crash-course-in-net-internals.md', 1967 'docs/crash-course-in-net-internals.md',
1967 'docs/life-of-a-url-request.md', 1968 'docs/life-of-a-url-request.md',
1968 'sdch/README.md', 1969 'sdch/README.md',
1969 ], 1970 ],
1970 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1971 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1971 } 1972 }
1972 } 1973 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/spdy_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698