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

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

Issue 2731673002: Removing HTTPS and SOCKS proxy server code. (Closed)
Patch Set: Adding back something still referenced by chromium. Created 3 years, 9 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 | webrtc/base/httpbase.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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "crc32.h", 395 "crc32.h",
396 "cryptstring.cc", 396 "cryptstring.cc",
397 "cryptstring.h", 397 "cryptstring.h",
398 "filerotatingstream.cc", 398 "filerotatingstream.cc",
399 "filerotatingstream.h", 399 "filerotatingstream.h",
400 "fileutils.cc", 400 "fileutils.cc",
401 "fileutils.h", 401 "fileutils.h",
402 "gunit_prod.h", 402 "gunit_prod.h",
403 "helpers.cc", 403 "helpers.cc",
404 "helpers.h", 404 "helpers.h",
405 "httpbase.cc",
406 "httpbase.h",
407 "httpcommon-inl.h",
408 "httpcommon.cc",
409 "httpcommon.h",
410 "ipaddress.cc", 405 "ipaddress.cc",
411 "ipaddress.h", 406 "ipaddress.h",
412 "messagedigest.cc", 407 "messagedigest.cc",
413 "messagedigest.h", 408 "messagedigest.h",
414 "messagehandler.cc", 409 "messagehandler.cc",
415 "messagehandler.h", 410 "messagehandler.h",
416 "messagequeue.cc", 411 "messagequeue.cc",
417 "messagequeue.h", 412 "messagequeue.h",
418 "nethelpers.cc", 413 "nethelpers.cc",
419 "nethelpers.h", 414 "nethelpers.h",
420 "network.cc", 415 "network.cc",
421 "network.h", 416 "network.h",
422 "networkmonitor.cc", 417 "networkmonitor.cc",
423 "networkmonitor.h", 418 "networkmonitor.h",
424 "nullsocketserver.cc", 419 "nullsocketserver.cc",
425 "nullsocketserver.h", 420 "nullsocketserver.h",
426 "openssl.h", 421 "openssl.h",
427 "openssladapter.cc", 422 "openssladapter.cc",
428 "openssladapter.h", 423 "openssladapter.h",
429 "openssldigest.cc", 424 "openssldigest.cc",
430 "openssldigest.h", 425 "openssldigest.h",
431 "opensslidentity.cc", 426 "opensslidentity.cc",
432 "opensslidentity.h", 427 "opensslidentity.h",
433 "opensslstreamadapter.cc", 428 "opensslstreamadapter.cc",
434 "opensslstreamadapter.h", 429 "opensslstreamadapter.h",
435 "physicalsocketserver.cc", 430 "physicalsocketserver.cc",
436 "physicalsocketserver.h", 431 "physicalsocketserver.h",
437 "proxyinfo.cc",
438 "proxyinfo.h", 432 "proxyinfo.h",
439 "ratelimiter.cc", 433 "ratelimiter.cc",
440 "ratelimiter.h", 434 "ratelimiter.h",
441 "rtccertificate.cc", 435 "rtccertificate.cc",
442 "rtccertificate.h", 436 "rtccertificate.h",
443 "rtccertificategenerator.cc", 437 "rtccertificategenerator.cc",
444 "rtccertificategenerator.h", 438 "rtccertificategenerator.h",
445 "sha1.cc", 439 "sha1.cc",
446 "sha1.h", 440 "sha1.h",
447 "sha1digest.cc", 441 "sha1digest.cc",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 # included by multiple targets below. 683 # included by multiple targets below.
690 "cpu_time.cc", 684 "cpu_time.cc",
691 "cpu_time.h", 685 "cpu_time.h",
692 "fakeclock.cc", 686 "fakeclock.cc",
693 "fakeclock.h", 687 "fakeclock.h",
694 "fakenetwork.h", 688 "fakenetwork.h",
695 "fakesslidentity.h", 689 "fakesslidentity.h",
696 "firewallsocketserver.cc", 690 "firewallsocketserver.cc",
697 "firewallsocketserver.h", 691 "firewallsocketserver.h",
698 "gunit.h", 692 "gunit.h",
699 "httpserver.cc",
700 "httpserver.h",
701 "memory_usage.cc", 693 "memory_usage.cc",
702 "memory_usage.h", 694 "memory_usage.h",
703 "natserver.cc", 695 "natserver.cc",
704 "natserver.h", 696 "natserver.h",
705 "natsocketfactory.cc", 697 "natsocketfactory.cc",
706 "natsocketfactory.h", 698 "natsocketfactory.h",
707 "nattypes.cc", 699 "nattypes.cc",
708 "nattypes.h", 700 "nattypes.h",
709 "proxyserver.cc", 701 "proxyserver.cc",
710 "proxyserver.h", 702 "proxyserver.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 cflags = [ "-Wno-unused-const-variable" ] 836 cflags = [ "-Wno-unused-const-variable" ]
845 } 837 }
846 } 838 }
847 rtc_source_set("rtc_base_unittests") { 839 rtc_source_set("rtc_base_unittests") {
848 testonly = true 840 testonly = true
849 sources = [ 841 sources = [
850 "callback_unittest.cc", 842 "callback_unittest.cc",
851 "crc32_unittest.cc", 843 "crc32_unittest.cc",
852 "fileutils_unittest.cc", 844 "fileutils_unittest.cc",
853 "helpers_unittest.cc", 845 "helpers_unittest.cc",
854 "httpbase_unittest.cc",
855 "httpcommon_unittest.cc",
856 "httpserver_unittest.cc",
857 "ipaddress_unittest.cc", 846 "ipaddress_unittest.cc",
858 "memory_usage_unittest.cc", 847 "memory_usage_unittest.cc",
859 "messagedigest_unittest.cc", 848 "messagedigest_unittest.cc",
860 "messagequeue_unittest.cc", 849 "messagequeue_unittest.cc",
861 "nat_unittest.cc", 850 "nat_unittest.cc",
862 "network_unittest.cc", 851 "network_unittest.cc",
863 "optionsfile_unittest.cc", 852 "optionsfile_unittest.cc",
864 "proxy_unittest.cc",
865 "ratelimiter_unittest.cc", 853 "ratelimiter_unittest.cc",
866 "rollingaccumulator_unittest.cc", 854 "rollingaccumulator_unittest.cc",
867 "rtccertificate_unittest.cc", 855 "rtccertificate_unittest.cc",
868 "rtccertificategenerator_unittest.cc", 856 "rtccertificategenerator_unittest.cc",
869 "scopedptrcollection_unittest.cc", 857 "scopedptrcollection_unittest.cc",
870 "sha1digest_unittest.cc", 858 "sha1digest_unittest.cc",
871 "sharedexclusivelock_unittest.cc", 859 "sharedexclusivelock_unittest.cc",
872 "signalthread_unittest.cc", 860 "signalthread_unittest.cc",
873 "sigslot_unittest.cc", 861 "sigslot_unittest.cc",
874 "sigslottester_unittest.cc", 862 "sigslottester_unittest.cc",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 898
911 if (is_android) { 899 if (is_android) {
912 android_library("base_java") { 900 android_library("base_java") {
913 java_files = [ 901 java_files = [
914 "java/src/org/webrtc/Logging.java", 902 "java/src/org/webrtc/Logging.java",
915 "java/src/org/webrtc/Size.java", 903 "java/src/org/webrtc/Size.java",
916 "java/src/org/webrtc/ThreadUtils.java", 904 "java/src/org/webrtc/ThreadUtils.java",
917 ] 905 ]
918 } 906 }
919 } 907 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/httpbase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698