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

Side by Side Diff: webrtc/base/BUILD.gn

Issue 2518723002: Revert of Remove unused HttpClient class. (Closed)
Patch Set: Created 4 years, 1 month 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 | 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 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "filerotatingstream.h", 404 "filerotatingstream.h",
405 "fileutils.cc", 405 "fileutils.cc",
406 "fileutils.h", 406 "fileutils.h",
407 "flags.cc", 407 "flags.cc",
408 "flags.h", 408 "flags.h",
409 "gunit_prod.h", 409 "gunit_prod.h",
410 "helpers.cc", 410 "helpers.cc",
411 "helpers.h", 411 "helpers.h",
412 "httpbase.cc", 412 "httpbase.cc",
413 "httpbase.h", 413 "httpbase.h",
414 "httpclient.cc",
415 "httpclient.h",
414 "httpcommon-inl.h", 416 "httpcommon-inl.h",
415 "httpcommon.cc", 417 "httpcommon.cc",
416 "httpcommon.h", 418 "httpcommon.h",
417 "ipaddress.cc", 419 "ipaddress.cc",
418 "ipaddress.h", 420 "ipaddress.h",
419 "linked_ptr.h", 421 "linked_ptr.h",
420 "messagedigest.cc", 422 "messagedigest.cc",
421 "messagedigest.h", 423 "messagedigest.h",
422 "messagehandler.cc", 424 "messagehandler.cc",
423 "messagehandler.h", 425 "messagehandler.h",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "java/src/org/webrtc/Logging.java", 785 "java/src/org/webrtc/Logging.java",
784 "java/src/org/webrtc/Size.java", 786 "java/src/org/webrtc/Size.java",
785 "java/src/org/webrtc/ThreadUtils.java", 787 "java/src/org/webrtc/ThreadUtils.java",
786 ] 788 ]
787 789
788 deps = [ 790 deps = [
789 "//base:base_java", 791 "//base:base_java",
790 ] 792 ]
791 } 793 }
792 } 794 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/httpclient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698