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

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

Issue 2766063005: Revert of Removing HTTPS and SOCKS proxy server code. (Closed)
Patch Set: Merge with master 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 | « tools-webrtc/valgrind/memcheck/suppressions.txt ('k') | webrtc/base/cryptstring.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "asyncresolverinterface.cc", 373 "asyncresolverinterface.cc",
374 "asyncresolverinterface.h", 374 "asyncresolverinterface.h",
375 "asyncsocket.cc", 375 "asyncsocket.cc",
376 "asyncsocket.h", 376 "asyncsocket.h",
377 "asynctcpsocket.cc", 377 "asynctcpsocket.cc",
378 "asynctcpsocket.h", 378 "asynctcpsocket.h",
379 "asyncudpsocket.cc", 379 "asyncudpsocket.cc",
380 "asyncudpsocket.h", 380 "asyncudpsocket.h",
381 "crc32.cc", 381 "crc32.cc",
382 "crc32.h", 382 "crc32.h",
383 "cryptstring.cc",
384 "cryptstring.h",
383 "filerotatingstream.cc", 385 "filerotatingstream.cc",
384 "filerotatingstream.h", 386 "filerotatingstream.h",
385 "fileutils.cc", 387 "fileutils.cc",
386 "fileutils.h", 388 "fileutils.h",
387 "gunit_prod.h", 389 "gunit_prod.h",
388 "helpers.cc", 390 "helpers.cc",
389 "helpers.h", 391 "helpers.h",
392 "httpbase.cc",
393 "httpbase.h",
394 "httpcommon-inl.h",
395 "httpcommon.cc",
396 "httpcommon.h",
390 "ipaddress.cc", 397 "ipaddress.cc",
391 "ipaddress.h", 398 "ipaddress.h",
392 "messagedigest.cc", 399 "messagedigest.cc",
393 "messagedigest.h", 400 "messagedigest.h",
394 "messagehandler.cc", 401 "messagehandler.cc",
395 "messagehandler.h", 402 "messagehandler.h",
396 "messagequeue.cc", 403 "messagequeue.cc",
397 "messagequeue.h", 404 "messagequeue.h",
398 "nethelpers.cc", 405 "nethelpers.cc",
399 "nethelpers.h", 406 "nethelpers.h",
400 "network.cc", 407 "network.cc",
401 "network.h", 408 "network.h",
402 "networkmonitor.cc", 409 "networkmonitor.cc",
403 "networkmonitor.h", 410 "networkmonitor.h",
404 "nullsocketserver.cc", 411 "nullsocketserver.cc",
405 "nullsocketserver.h", 412 "nullsocketserver.h",
406 "openssl.h", 413 "openssl.h",
407 "openssladapter.cc", 414 "openssladapter.cc",
408 "openssladapter.h", 415 "openssladapter.h",
409 "openssldigest.cc", 416 "openssldigest.cc",
410 "openssldigest.h", 417 "openssldigest.h",
411 "opensslidentity.cc", 418 "opensslidentity.cc",
412 "opensslidentity.h", 419 "opensslidentity.h",
413 "opensslstreamadapter.cc", 420 "opensslstreamadapter.cc",
414 "opensslstreamadapter.h", 421 "opensslstreamadapter.h",
415 "physicalsocketserver.cc", 422 "physicalsocketserver.cc",
416 "physicalsocketserver.h", 423 "physicalsocketserver.h",
424 "proxyinfo.cc",
417 "proxyinfo.h", 425 "proxyinfo.h",
418 "ratelimiter.cc", 426 "ratelimiter.cc",
419 "ratelimiter.h", 427 "ratelimiter.h",
420 "rtccertificate.cc", 428 "rtccertificate.cc",
421 "rtccertificate.h", 429 "rtccertificate.h",
422 "rtccertificategenerator.cc", 430 "rtccertificategenerator.cc",
423 "rtccertificategenerator.h", 431 "rtccertificategenerator.h",
424 "sha1.cc", 432 "sha1.cc",
425 "sha1.h", 433 "sha1.h",
426 "sha1digest.cc", 434 "sha1digest.cc",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 # included by multiple targets below. 676 # included by multiple targets below.
669 "cpu_time.cc", 677 "cpu_time.cc",
670 "cpu_time.h", 678 "cpu_time.h",
671 "fakeclock.cc", 679 "fakeclock.cc",
672 "fakeclock.h", 680 "fakeclock.h",
673 "fakenetwork.h", 681 "fakenetwork.h",
674 "fakesslidentity.h", 682 "fakesslidentity.h",
675 "firewallsocketserver.cc", 683 "firewallsocketserver.cc",
676 "firewallsocketserver.h", 684 "firewallsocketserver.h",
677 "gunit.h", 685 "gunit.h",
686 "httpserver.cc",
687 "httpserver.h",
678 "memory_usage.cc", 688 "memory_usage.cc",
679 "memory_usage.h", 689 "memory_usage.h",
680 "natserver.cc", 690 "natserver.cc",
681 "natserver.h", 691 "natserver.h",
682 "natsocketfactory.cc", 692 "natsocketfactory.cc",
683 "natsocketfactory.h", 693 "natsocketfactory.h",
684 "nattypes.cc", 694 "nattypes.cc",
685 "nattypes.h", 695 "nattypes.h",
686 "proxyserver.cc", 696 "proxyserver.cc",
687 "proxyserver.h", 697 "proxyserver.h",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 cflags = [ "-Wno-unused-const-variable" ] 831 cflags = [ "-Wno-unused-const-variable" ]
822 } 832 }
823 } 833 }
824 rtc_source_set("rtc_base_unittests") { 834 rtc_source_set("rtc_base_unittests") {
825 testonly = true 835 testonly = true
826 sources = [ 836 sources = [
827 "callback_unittest.cc", 837 "callback_unittest.cc",
828 "crc32_unittest.cc", 838 "crc32_unittest.cc",
829 "fileutils_unittest.cc", 839 "fileutils_unittest.cc",
830 "helpers_unittest.cc", 840 "helpers_unittest.cc",
841 "httpbase_unittest.cc",
842 "httpcommon_unittest.cc",
843 "httpserver_unittest.cc",
831 "ipaddress_unittest.cc", 844 "ipaddress_unittest.cc",
832 "memory_usage_unittest.cc", 845 "memory_usage_unittest.cc",
833 "messagedigest_unittest.cc", 846 "messagedigest_unittest.cc",
834 "messagequeue_unittest.cc", 847 "messagequeue_unittest.cc",
835 "nat_unittest.cc", 848 "nat_unittest.cc",
836 "network_unittest.cc", 849 "network_unittest.cc",
837 "optionsfile_unittest.cc", 850 "optionsfile_unittest.cc",
851 "proxy_unittest.cc",
838 "ratelimiter_unittest.cc", 852 "ratelimiter_unittest.cc",
839 "rollingaccumulator_unittest.cc", 853 "rollingaccumulator_unittest.cc",
840 "rtccertificate_unittest.cc", 854 "rtccertificate_unittest.cc",
841 "rtccertificategenerator_unittest.cc", 855 "rtccertificategenerator_unittest.cc",
842 "scopedptrcollection_unittest.cc", 856 "scopedptrcollection_unittest.cc",
843 "sha1digest_unittest.cc", 857 "sha1digest_unittest.cc",
844 "sharedexclusivelock_unittest.cc", 858 "sharedexclusivelock_unittest.cc",
845 "signalthread_unittest.cc", 859 "signalthread_unittest.cc",
846 "sigslot_unittest.cc", 860 "sigslot_unittest.cc",
847 "sigslottester_unittest.cc", 861 "sigslottester_unittest.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 895
882 if (is_android) { 896 if (is_android) {
883 android_library("base_java") { 897 android_library("base_java") {
884 java_files = [ 898 java_files = [
885 "java/src/org/webrtc/Logging.java", 899 "java/src/org/webrtc/Logging.java",
886 "java/src/org/webrtc/Size.java", 900 "java/src/org/webrtc/Size.java",
887 "java/src/org/webrtc/ThreadUtils.java", 901 "java/src/org/webrtc/ThreadUtils.java",
888 ] 902 ]
889 } 903 }
890 } 904 }
OLDNEW
« no previous file with comments | « tools-webrtc/valgrind/memcheck/suppressions.txt ('k') | webrtc/base/cryptstring.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698