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

Side by Side Diff: net/BUILD.gn

Issue 337093003: QuicServer: Use Chrome's header parsing rather than Balsa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quic_server_3
Patch Set: Fix build on many platforms Created 6 years, 5 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/net.gyp » ('j') | net/quic/quic_in_memory_cache.cc » ('J')
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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 10
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "quic/quic_server_packet_writer.cc", 1034 "quic/quic_server_packet_writer.cc",
1035 "quic/quic_server_packet_writer.h", 1035 "quic/quic_server_packet_writer.h",
1036 "quic/quic_server_session.cc", 1036 "quic/quic_server_session.cc",
1037 "quic/quic_server_session.h", 1037 "quic/quic_server_session.h",
1038 "quic/quic_spdy_server_stream.cc", 1038 "quic/quic_spdy_server_stream.cc",
1039 "quic/quic_spdy_server_stream.h", 1039 "quic/quic_spdy_server_stream.h",
1040 "quic/quic_time_wait_list_manager.cc", 1040 "quic/quic_time_wait_list_manager.cc",
1041 "quic/quic_time_wait_list_manager.h", 1041 "quic/quic_time_wait_list_manager.h",
1042 ] 1042 ]
1043 deps = [ 1043 deps = [
1044 ":balsa",
1045 ":net", 1044 ":net",
1046 "//base", 1045 "//base",
1047 "//base/third_party/dynamic_annotations", 1046 "//base/third_party/dynamic_annotations",
1048 "//url", 1047 "//url",
1049 ] 1048 ]
1050 } 1049 }
1051 1050
1052 test("net_unittests") { 1051 test("net_unittests") {
1053 sources = gypi_values.net_test_sources 1052 sources = gypi_values.net_test_sources
1054 1053
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 sources = [ "quic/quic_server_bin.cc" ] 1314 sources = [ "quic/quic_server_bin.cc" ]
1316 deps = [ 1315 deps = [
1317 ":quic_tools", 1316 ":quic_tools",
1318 ":net", 1317 ":net",
1319 "//base", 1318 "//base",
1320 "//third_party/openssl", 1319 "//third_party/openssl",
1321 ] 1320 ]
1322 } 1321 }
1323 1322
1324 } # !is_android 1323 } # !is_android
OLDNEW
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/quic/quic_in_memory_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698