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

Side by Side Diff: net/BUILD.gn

Issue 2326073002: Refactor QuicCryptoServerStream. (Closed)
Patch Set: Created 4 years, 3 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/core/quic_crypto_server_stream.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 "tools/quic/quic_client_session.h", 1186 "tools/quic/quic_client_session.h",
1187 "tools/quic/quic_dispatcher.cc", 1187 "tools/quic/quic_dispatcher.cc",
1188 "tools/quic/quic_dispatcher.h", 1188 "tools/quic/quic_dispatcher.h",
1189 "tools/quic/quic_in_memory_cache.cc", 1189 "tools/quic/quic_in_memory_cache.cc",
1190 "tools/quic/quic_in_memory_cache.h", 1190 "tools/quic/quic_in_memory_cache.h",
1191 "tools/quic/quic_per_connection_packet_writer.cc", 1191 "tools/quic/quic_per_connection_packet_writer.cc",
1192 "tools/quic/quic_per_connection_packet_writer.h", 1192 "tools/quic/quic_per_connection_packet_writer.h",
1193 "tools/quic/quic_process_packet_interface.h", 1193 "tools/quic/quic_process_packet_interface.h",
1194 "tools/quic/quic_simple_client.cc", 1194 "tools/quic/quic_simple_client.cc",
1195 "tools/quic/quic_simple_client.h", 1195 "tools/quic/quic_simple_client.h",
1196 "tools/quic/quic_simple_crypto_server_stream_helper.cc",
1197 "tools/quic/quic_simple_crypto_server_stream_helper.h",
1196 "tools/quic/quic_simple_dispatcher.cc", 1198 "tools/quic/quic_simple_dispatcher.cc",
1197 "tools/quic/quic_simple_dispatcher.h", 1199 "tools/quic/quic_simple_dispatcher.h",
1198 "tools/quic/quic_simple_per_connection_packet_writer.cc", 1200 "tools/quic/quic_simple_per_connection_packet_writer.cc",
1199 "tools/quic/quic_simple_per_connection_packet_writer.h", 1201 "tools/quic/quic_simple_per_connection_packet_writer.h",
1200 "tools/quic/quic_simple_server.cc", 1202 "tools/quic/quic_simple_server.cc",
1201 "tools/quic/quic_simple_server.h", 1203 "tools/quic/quic_simple_server.h",
1202 "tools/quic/quic_simple_server_packet_writer.cc", 1204 "tools/quic/quic_simple_server_packet_writer.cc",
1203 "tools/quic/quic_simple_server_packet_writer.h", 1205 "tools/quic/quic_simple_server_packet_writer.h",
1204 "tools/quic/quic_simple_server_session.cc", 1206 "tools/quic/quic_simple_server_session.cc",
1205 "tools/quic/quic_simple_server_session.h", 1207 "tools/quic/quic_simple_server_session.h",
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2037 "url_request/url_request_fuzzer.cc", 2039 "url_request/url_request_fuzzer.cc",
2038 ] 2040 ]
2039 deps = [ 2041 deps = [
2040 ":net_fuzzer_test_support", 2042 ":net_fuzzer_test_support",
2041 ":test_support", 2043 ":test_support",
2042 "//base", 2044 "//base",
2043 "//net", 2045 "//net",
2044 ] 2046 ]
2045 dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict" 2047 dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict"
2046 } 2048 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/quic_crypto_server_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698