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

Side by Side Diff: net/net.gypi

Issue 965943002: Fixing a bug in the QUIC prober where if we received a GOAWAY before (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Remove_dead_method_QuicUnackedPacketMap_RestoreInFlight_86690324
Patch Set: Created 5 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 | « no previous file | net/quic/quic_server.h » ('j') | net/tools/quic/test_tools/quic_test_server.h » ('J')
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 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 'tools/quic/test_tools/quic_client_peer.cc', 1754 'tools/quic/test_tools/quic_client_peer.cc',
1755 'tools/quic/test_tools/quic_client_peer.h', 1755 'tools/quic/test_tools/quic_client_peer.h',
1756 'tools/quic/test_tools/quic_dispatcher_peer.cc', 1756 'tools/quic/test_tools/quic_dispatcher_peer.cc',
1757 'tools/quic/test_tools/quic_dispatcher_peer.h', 1757 'tools/quic/test_tools/quic_dispatcher_peer.h',
1758 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', 1758 'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
1759 'tools/quic/test_tools/quic_in_memory_cache_peer.h', 1759 'tools/quic/test_tools/quic_in_memory_cache_peer.h',
1760 'tools/quic/test_tools/quic_server_peer.cc', 1760 'tools/quic/test_tools/quic_server_peer.cc',
1761 'tools/quic/test_tools/quic_server_peer.h', 1761 'tools/quic/test_tools/quic_server_peer.h',
1762 'tools/quic/test_tools/quic_test_client.cc', 1762 'tools/quic/test_tools/quic_test_client.cc',
1763 'tools/quic/test_tools/quic_test_client.h', 1763 'tools/quic/test_tools/quic_test_client.h',
1764 'tools/quic/test_tools/quic_test_server.cc',
1765 'tools/quic/test_tools/quic_test_server.h',
1764 'tools/quic/test_tools/quic_test_utils.cc', 1766 'tools/quic/test_tools/quic_test_utils.cc',
1765 'tools/quic/test_tools/quic_test_utils.h', 1767 'tools/quic/test_tools/quic_test_utils.h',
1766 'tools/quic/test_tools/server_thread.cc', 1768 'tools/quic/test_tools/server_thread.cc',
1767 'tools/quic/test_tools/server_thread.h', 1769 'tools/quic/test_tools/server_thread.h',
1768 'tools/quic/test_tools/simple_client.cc', 1770 'tools/quic/test_tools/simple_client.cc',
1769 'tools/quic/test_tools/simple_client.h', 1771 'tools/quic/test_tools/simple_client.h',
1770 ], 1772 ],
1771 'net_base_mac_ios_sources': [ 1773 'net_base_mac_ios_sources': [
1772 'base/mac/url_conversions.h', 1774 'base/mac/url_conversions.h',
1773 'base/mac/url_conversions.mm', 1775 'base/mac/url_conversions.mm',
1774 ], 1776 ],
1775 'net_base_test_mac_ios_sources': [ 1777 'net_base_test_mac_ios_sources': [
1776 'base/mac/url_conversions_unittest.mm', 1778 'base/mac/url_conversions_unittest.mm',
1777 ], 1779 ],
1778 'net_docs_script': 'tools/net_docs/net_docs.py', 1780 'net_docs_script': 'tools/net_docs/net_docs.py',
1779 'net_docs_sources': [ 1781 'net_docs_sources': [
1780 'README.md', 1782 'README.md',
1781 'sdch/README.md', 1783 'sdch/README.md',
1782 ], 1784 ],
1783 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1785 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1784 } 1786 }
1785 } 1787 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_server.h » ('j') | net/tools/quic/test_tools/quic_test_server.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698