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

Side by Side Diff: net/BUILD.gn

Issue 1898793003: Make QuicDispatcher's helper and alarm factory arguments unique_ptrs to make ownership clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119871679
Patch Set: fixing rebase Created 4 years, 8 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') | 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 } 1202 }
1203 1203
1204 source_set("epoll_quic_tools") { 1204 source_set("epoll_quic_tools") {
1205 sources = [ 1205 sources = [
1206 "tools/quic/quic_client.cc", 1206 "tools/quic/quic_client.cc",
1207 "tools/quic/quic_client.h", 1207 "tools/quic/quic_client.h",
1208 "tools/quic/quic_default_packet_writer.cc", 1208 "tools/quic/quic_default_packet_writer.cc",
1209 "tools/quic/quic_default_packet_writer.h", 1209 "tools/quic/quic_default_packet_writer.h",
1210 "tools/quic/quic_epoll_clock.cc", 1210 "tools/quic/quic_epoll_clock.cc",
1211 "tools/quic/quic_epoll_clock.h", 1211 "tools/quic/quic_epoll_clock.h",
1212 "tools/quic/quic_epoll_connection_alarm_factory.cc",
1213 "tools/quic/quic_epoll_connection_alarm_factory.h",
1212 "tools/quic/quic_epoll_connection_helper.cc", 1214 "tools/quic/quic_epoll_connection_helper.cc",
1213 "tools/quic/quic_epoll_connection_helper.h", 1215 "tools/quic/quic_epoll_connection_helper.h",
1214 "tools/quic/quic_packet_reader.cc", 1216 "tools/quic/quic_packet_reader.cc",
1215 "tools/quic/quic_packet_reader.h", 1217 "tools/quic/quic_packet_reader.h",
1216 "tools/quic/quic_packet_writer_wrapper.cc", 1218 "tools/quic/quic_packet_writer_wrapper.cc",
1217 "tools/quic/quic_packet_writer_wrapper.h", 1219 "tools/quic/quic_packet_writer_wrapper.h",
1218 "tools/quic/quic_server.cc", 1220 "tools/quic/quic_server.cc",
1219 "tools/quic/quic_server.h", 1221 "tools/quic/quic_server.h",
1220 "tools/quic/quic_socket_utils.cc", 1222 "tools/quic/quic_socket_utils.cc",
1221 "tools/quic/quic_socket_utils.h", 1223 "tools/quic/quic_socket_utils.h",
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 sources = [ 2014 sources = [
2013 "socket/socks5_client_socket_fuzzer.cc", 2015 "socket/socks5_client_socket_fuzzer.cc",
2014 ] 2016 ]
2015 deps = [ 2017 deps = [
2016 ":net_fuzzer_test_support", 2018 ":net_fuzzer_test_support",
2017 ":test_support", 2019 ":test_support",
2018 "//base", 2020 "//base",
2019 "//net", 2021 "//net",
2020 ] 2022 ]
2021 } 2023 }
OLDNEW
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698