Chromium Code Reviews

Side by Side Diff: webrtc/base/base.gyp

Issue 2366333002: Delete unused code httprequest, httpclient, and socketpool. (Closed)
Patch Set: Delete socketpool.h and socketpool.cc too. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/httpclient.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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 254 matching lines...)
265 'fileutils.h', 265 'fileutils.h',
266 'firewallsocketserver.cc', 266 'firewallsocketserver.cc',
267 'firewallsocketserver.h', 267 'firewallsocketserver.h',
268 'flags.cc', 268 'flags.cc',
269 'flags.h', 269 'flags.h',
270 'gunit_prod.h', 270 'gunit_prod.h',
271 'helpers.cc', 271 'helpers.cc',
272 'helpers.h', 272 'helpers.h',
273 'httpbase.cc', 273 'httpbase.cc',
274 'httpbase.h', 274 'httpbase.h',
275 'httpclient.cc',
276 'httpclient.h',
277 'httpcommon-inl.h', 275 'httpcommon-inl.h',
278 'httpcommon.cc', 276 'httpcommon.cc',
279 'httpcommon.h', 277 'httpcommon.h',
280 'httprequest.cc',
281 'httprequest.h',
282 'ipaddress.cc', 278 'ipaddress.cc',
283 'ipaddress.h', 279 'ipaddress.h',
284 'linked_ptr.h', 280 'linked_ptr.h',
285 'messagedigest.cc', 281 'messagedigest.cc',
286 'messagedigest.h', 282 'messagedigest.h',
287 'messagehandler.cc', 283 'messagehandler.cc',
288 'messagehandler.h', 284 'messagehandler.h',
289 'messagequeue.cc', 285 'messagequeue.cc',
290 'messagequeue.h', 286 'messagequeue.h',
291 'nethelpers.cc', 287 'nethelpers.cc',
(...skipping 39 matching lines...)
331 'sigslot.h', 327 'sigslot.h',
332 'sigslotrepeater.h', 328 'sigslotrepeater.h',
333 'socket.h', 329 'socket.h',
334 'socketadapters.cc', 330 'socketadapters.cc',
335 'socketadapters.h', 331 'socketadapters.h',
336 'socketaddress.cc', 332 'socketaddress.cc',
337 'socketaddress.h', 333 'socketaddress.h',
338 'socketaddresspair.cc', 334 'socketaddresspair.cc',
339 'socketaddresspair.h', 335 'socketaddresspair.h',
340 'socketfactory.h', 336 'socketfactory.h',
341 'socketpool.cc',
342 'socketpool.h',
343 'socketserver.h', 337 'socketserver.h',
344 'socketstream.cc', 338 'socketstream.cc',
345 'socketstream.h', 339 'socketstream.h',
346 'ssladapter.cc', 340 'ssladapter.cc',
347 'ssladapter.h', 341 'ssladapter.h',
348 'sslfingerprint.cc', 342 'sslfingerprint.cc',
349 'sslfingerprint.h', 343 'sslfingerprint.h',
350 'sslidentity.cc', 344 'sslidentity.cc',
351 'sslidentity.h', 345 'sslidentity.h',
352 'sslsocketfactory.cc', 346 'sslsocketfactory.cc',
(...skipping 312 matching lines...)
665 }, 659 },
666 { 660 {
667 'target_name': 'gtest_prod', 661 'target_name': 'gtest_prod',
668 'type': 'static_library', 662 'type': 'static_library',
669 'sources': [ 663 'sources': [
670 'gtest_prod_util.h', 664 'gtest_prod_util.h',
671 ], 665 ],
672 }, 666 },
673 ], 667 ],
674 } 668 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/httpclient.h » ('j') | no next file with comments »

Powered by Google App Engine