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

Side by Side Diff: net/net.gyp

Issue 1980663003: Add a new QUIC ChloExtractor class used by the QuicProxyDispatcher to extract CHLO message from pac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121403250
Patch Set: review feedback (#1) Created 4 years, 7 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/BUILD.gn ('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 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'target_name': 'simple_quic_tools', 812 'target_name': 'simple_quic_tools',
813 'type': 'static_library', 813 'type': 'static_library',
814 'dependencies': [ 814 'dependencies': [
815 '../base/base.gyp:base', 815 '../base/base.gyp:base',
816 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 816 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
817 '../url/url.gyp:url_lib', 817 '../url/url.gyp:url_lib',
818 'net', 818 'net',
819 'net_quic_proto', 819 'net_quic_proto',
820 ], 820 ],
821 'sources': [ 821 'sources': [
822 'tools/quic/chlo_extractor.cc',
823 'tools/quic/chlo_extractor.h',
822 'tools/quic/quic_client_base.cc', 824 'tools/quic/quic_client_base.cc',
823 'tools/quic/quic_client_base.h', 825 'tools/quic/quic_client_base.h',
824 'tools/quic/quic_client_session.cc', 826 'tools/quic/quic_client_session.cc',
825 'tools/quic/quic_client_session.h', 827 'tools/quic/quic_client_session.h',
826 'tools/quic/quic_dispatcher.cc', 828 'tools/quic/quic_dispatcher.cc',
827 'tools/quic/quic_dispatcher.h', 829 'tools/quic/quic_dispatcher.h',
828 'tools/quic/quic_in_memory_cache.cc', 830 'tools/quic/quic_in_memory_cache.cc',
829 'tools/quic/quic_in_memory_cache.h', 831 'tools/quic/quic_in_memory_cache.h',
830 'tools/quic/quic_per_connection_packet_writer.cc', 832 'tools/quic/quic_per_connection_packet_writer.cc',
831 'tools/quic/quic_per_connection_packet_writer.h', 833 'tools/quic/quic_per_connection_packet_writer.h',
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 '../build/isolate.gypi', 1729 '../build/isolate.gypi',
1728 ], 1730 ],
1729 'sources': [ 1731 'sources': [
1730 'net_unittests.isolate', 1732 'net_unittests.isolate',
1731 ], 1733 ],
1732 }, 1734 },
1733 ], 1735 ],
1734 }], 1736 }],
1735 ], 1737 ],
1736 } 1738 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698