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

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

Issue 2541453002: Delete unused classes AutoDetectProxy and SslSocketFactory. (Closed)
Patch Set: Rebased. Created 3 years, 10 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/autodetectproxy.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "asyncpacketsocket.cc", 371 "asyncpacketsocket.cc",
372 "asyncpacketsocket.h", 372 "asyncpacketsocket.h",
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 "autodetectproxy.cc",
382 "autodetectproxy.h",
383 "common.cc", 381 "common.cc",
384 "common.h", 382 "common.h",
385 "crc32.cc", 383 "crc32.cc",
386 "crc32.h", 384 "crc32.h",
387 "cryptstring.cc", 385 "cryptstring.cc",
388 "cryptstring.h", 386 "cryptstring.h",
389 "diskcache.cc", 387 "diskcache.cc",
390 "diskcache.h", 388 "diskcache.h",
391 "filerotatingstream.cc", 389 "filerotatingstream.cc",
392 "filerotatingstream.h", 390 "filerotatingstream.h",
(...skipping 29 matching lines...) Expand all
422 "openssladapter.cc", 420 "openssladapter.cc",
423 "openssladapter.h", 421 "openssladapter.h",
424 "openssldigest.cc", 422 "openssldigest.cc",
425 "openssldigest.h", 423 "openssldigest.h",
426 "opensslidentity.cc", 424 "opensslidentity.cc",
427 "opensslidentity.h", 425 "opensslidentity.h",
428 "opensslstreamadapter.cc", 426 "opensslstreamadapter.cc",
429 "opensslstreamadapter.h", 427 "opensslstreamadapter.h",
430 "physicalsocketserver.cc", 428 "physicalsocketserver.cc",
431 "physicalsocketserver.h", 429 "physicalsocketserver.h",
432 "proxydetect.cc",
433 "proxydetect.h",
434 "proxyinfo.cc", 430 "proxyinfo.cc",
435 "proxyinfo.h", 431 "proxyinfo.h",
436 "ratelimiter.cc", 432 "ratelimiter.cc",
437 "ratelimiter.h", 433 "ratelimiter.h",
438 "rtccertificate.cc", 434 "rtccertificate.cc",
439 "rtccertificate.h", 435 "rtccertificate.h",
440 "rtccertificategenerator.cc", 436 "rtccertificategenerator.cc",
441 "rtccertificategenerator.h", 437 "rtccertificategenerator.h",
442 "sha1.cc", 438 "sha1.cc",
443 "sha1.h", 439 "sha1.h",
(...skipping 18 matching lines...) Expand all
462 "socketpool.h", 458 "socketpool.h",
463 "socketserver.h", 459 "socketserver.h",
464 "socketstream.cc", 460 "socketstream.cc",
465 "socketstream.h", 461 "socketstream.h",
466 "ssladapter.cc", 462 "ssladapter.cc",
467 "ssladapter.h", 463 "ssladapter.h",
468 "sslfingerprint.cc", 464 "sslfingerprint.cc",
469 "sslfingerprint.h", 465 "sslfingerprint.h",
470 "sslidentity.cc", 466 "sslidentity.cc",
471 "sslidentity.h", 467 "sslidentity.h",
472 "sslsocketfactory.cc",
473 "sslsocketfactory.h",
474 "sslstreamadapter.cc", 468 "sslstreamadapter.cc",
475 "sslstreamadapter.h", 469 "sslstreamadapter.h",
476 "stream.cc", 470 "stream.cc",
477 "stream.h", 471 "stream.h",
478 "task.cc", 472 "task.cc",
479 "task.h", 473 "task.h",
480 "taskparent.cc", 474 "taskparent.cc",
481 "taskparent.h", 475 "taskparent.h",
482 "taskrunner.cc", 476 "taskrunner.cc",
483 "taskrunner.h", 477 "taskrunner.h",
(...skipping 13 matching lines...) Expand all
497 if (is_win) { 491 if (is_win) {
498 sources += [ "../../webrtc_overrides/webrtc/base/win32socketinit.cc" ] 492 sources += [ "../../webrtc_overrides/webrtc/base/win32socketinit.cc" ]
499 } 493 }
500 include_dirs = [ "../../boringssl/src/include" ] 494 include_dirs = [ "../../boringssl/src/include" ]
501 public_configs += [ ":rtc_base_chromium_config" ] 495 public_configs += [ ":rtc_base_chromium_config" ]
502 } else { 496 } else {
503 configs += [ ":rtc_base_warnings_config" ] 497 configs += [ ":rtc_base_warnings_config" ]
504 sources += [ 498 sources += [
505 "callback.h", 499 "callback.h",
506 "fileutils_mock.h", 500 "fileutils_mock.h",
507 "httpserver.cc",
508 "httpserver.h",
509 "json.cc", 501 "json.cc",
510 "json.h", 502 "json.h",
511 "logsinks.cc", 503 "logsinks.cc",
512 "logsinks.h", 504 "logsinks.h",
513 "mathutils.h", 505 "mathutils.h",
514 "optionsfile.cc", 506 "optionsfile.cc",
515 "optionsfile.h", 507 "optionsfile.h",
516 "proxyserver.cc",
517 "proxyserver.h",
518 "rollingaccumulator.h", 508 "rollingaccumulator.h",
519 "scopedptrcollection.h", 509 "scopedptrcollection.h",
520 "sslroots.h", 510 "sslroots.h",
521 "testbase64.h", 511 "testbase64.h",
522 "testclient.cc", 512 "testclient.cc",
523 "testclient.h", 513 "testclient.h",
524 "transformadapter.cc", 514 "transformadapter.cc",
525 "transformadapter.h", 515 "transformadapter.h",
526 "virtualsocketserver.cc", 516 "virtualsocketserver.cc",
527 "virtualsocketserver.h", 517 "virtualsocketserver.h",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 sources = [ 693 sources = [
704 # Also use this as a convenient dumping ground for misc files that are 694 # Also use this as a convenient dumping ground for misc files that are
705 # included by multiple targets below. 695 # included by multiple targets below.
706 "fakeclock.cc", 696 "fakeclock.cc",
707 "fakeclock.h", 697 "fakeclock.h",
708 "fakenetwork.h", 698 "fakenetwork.h",
709 "fakesslidentity.h", 699 "fakesslidentity.h",
710 "firewallsocketserver.cc", 700 "firewallsocketserver.cc",
711 "firewallsocketserver.h", 701 "firewallsocketserver.h",
712 "gunit.h", 702 "gunit.h",
703 "httpserver.cc",
704 "httpserver.h",
713 "natserver.cc", 705 "natserver.cc",
714 "natserver.h", 706 "natserver.h",
715 "natsocketfactory.cc", 707 "natsocketfactory.cc",
716 "natsocketfactory.h", 708 "natsocketfactory.h",
717 "nattypes.cc", 709 "nattypes.cc",
718 "nattypes.h", 710 "nattypes.h",
711 "proxyserver.cc",
712 "proxyserver.h",
719 "sigslottester.h", 713 "sigslottester.h",
720 "sigslottester.h.pump", 714 "sigslottester.h.pump",
721 "testbase64.h", 715 "testbase64.h",
722 "testechoserver.h", 716 "testechoserver.h",
723 "testutils.h", 717 "testutils.h",
724 "timedelta.h", 718 "timedelta.h",
725 ] 719 ]
726 configs += [ ":rtc_base_tests_utils_warnings_config" ] 720 configs += [ ":rtc_base_tests_utils_warnings_config" ]
727 public_configs = [ ":rtc_base_tests_utils_exported_config" ] 721 public_configs = [ ":rtc_base_tests_utils_exported_config" ]
728 deps = [ 722 deps = [
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 } 840 }
847 841
848 config("rtc_base_unittests_config") { 842 config("rtc_base_unittests_config") {
849 if (is_clang) { 843 if (is_clang) {
850 cflags = [ "-Wno-unused-const-variable" ] 844 cflags = [ "-Wno-unused-const-variable" ]
851 } 845 }
852 } 846 }
853 rtc_source_set("rtc_base_unittests") { 847 rtc_source_set("rtc_base_unittests") {
854 testonly = true 848 testonly = true
855 sources = [ 849 sources = [
856 "autodetectproxy_unittest.cc",
857 "callback_unittest.cc", 850 "callback_unittest.cc",
858 "crc32_unittest.cc", 851 "crc32_unittest.cc",
859 "filerotatingstream_unittest.cc", 852 "filerotatingstream_unittest.cc",
860 "fileutils_unittest.cc", 853 "fileutils_unittest.cc",
861 "helpers_unittest.cc", 854 "helpers_unittest.cc",
862 "httpbase_unittest.cc", 855 "httpbase_unittest.cc",
863 "httpcommon_unittest.cc", 856 "httpcommon_unittest.cc",
864 "httpserver_unittest.cc", 857 "httpserver_unittest.cc",
865 "ipaddress_unittest.cc", 858 "ipaddress_unittest.cc",
866 "messagedigest_unittest.cc", 859 "messagedigest_unittest.cc",
867 "messagequeue_unittest.cc", 860 "messagequeue_unittest.cc",
868 "nat_unittest.cc", 861 "nat_unittest.cc",
869 "network_unittest.cc", 862 "network_unittest.cc",
870 "optionsfile_unittest.cc", 863 "optionsfile_unittest.cc",
871 "proxy_unittest.cc", 864 "proxy_unittest.cc",
872 "proxydetect_unittest.cc",
873 "ratelimiter_unittest.cc", 865 "ratelimiter_unittest.cc",
874 "rollingaccumulator_unittest.cc", 866 "rollingaccumulator_unittest.cc",
875 "rtccertificate_unittest.cc", 867 "rtccertificate_unittest.cc",
876 "rtccertificategenerator_unittest.cc", 868 "rtccertificategenerator_unittest.cc",
877 "scopedptrcollection_unittest.cc", 869 "scopedptrcollection_unittest.cc",
878 "sha1digest_unittest.cc", 870 "sha1digest_unittest.cc",
879 "sharedexclusivelock_unittest.cc", 871 "sharedexclusivelock_unittest.cc",
880 "signalthread_unittest.cc", 872 "signalthread_unittest.cc",
881 "sigslot_unittest.cc", 873 "sigslot_unittest.cc",
882 "sigslottester_unittest.cc", 874 "sigslottester_unittest.cc",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 909
918 if (is_android) { 910 if (is_android) {
919 android_library("base_java") { 911 android_library("base_java") {
920 java_files = [ 912 java_files = [
921 "java/src/org/webrtc/Logging.java", 913 "java/src/org/webrtc/Logging.java",
922 "java/src/org/webrtc/Size.java", 914 "java/src/org/webrtc/Size.java",
923 "java/src/org/webrtc/ThreadUtils.java", 915 "java/src/org/webrtc/ThreadUtils.java",
924 ] 916 ]
925 } 917 }
926 } 918 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/autodetectproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698