OLD | NEW |
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "event_tracer.h", | 131 "event_tracer.h", |
132 "file.cc", | 132 "file.cc", |
133 "file.h", | 133 "file.h", |
134 "flags.cc", | 134 "flags.cc", |
135 "flags.h", | 135 "flags.h", |
136 "format_macros.h", | 136 "format_macros.h", |
137 "function_view.h", | 137 "function_view.h", |
138 "ignore_wundef.h", | 138 "ignore_wundef.h", |
139 "location.cc", | 139 "location.cc", |
140 "location.h", | 140 "location.h", |
141 "md5.cc", | |
142 "md5.h", | |
143 "mod_ops.h", | 141 "mod_ops.h", |
144 "onetimeevent.h", | 142 "onetimeevent.h", |
145 "optional.cc", | 143 "optional.cc", |
146 "optional.h", | 144 "optional.h", |
147 "pathutils.cc", | 145 "pathutils.cc", |
148 "pathutils.h", | 146 "pathutils.h", |
149 "platform_file.cc", | 147 "platform_file.cc", |
150 "platform_file.h", | 148 "platform_file.h", |
151 "platform_thread.cc", | 149 "platform_thread.cc", |
152 "platform_thread.h", | 150 "platform_thread.h", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 "physicalsocketserver.cc", | 460 "physicalsocketserver.cc", |
463 "physicalsocketserver.h", | 461 "physicalsocketserver.h", |
464 "proxyinfo.cc", | 462 "proxyinfo.cc", |
465 "proxyinfo.h", | 463 "proxyinfo.h", |
466 "ratelimiter.cc", | 464 "ratelimiter.cc", |
467 "ratelimiter.h", | 465 "ratelimiter.h", |
468 "rtccertificate.cc", | 466 "rtccertificate.cc", |
469 "rtccertificate.h", | 467 "rtccertificate.h", |
470 "rtccertificategenerator.cc", | 468 "rtccertificategenerator.cc", |
471 "rtccertificategenerator.h", | 469 "rtccertificategenerator.h", |
472 "sha1.cc", | |
473 "sha1.h", | |
474 "sha1digest.cc", | |
475 "sha1digest.h", | |
476 "signalthread.cc", | 470 "signalthread.cc", |
477 "signalthread.h", | 471 "signalthread.h", |
478 "sigslot.cc", | 472 "sigslot.cc", |
479 "sigslot.h", | 473 "sigslot.h", |
480 "sigslotrepeater.h", | 474 "sigslotrepeater.h", |
481 "socket.h", | 475 "socket.h", |
482 "socketadapters.cc", | 476 "socketadapters.cc", |
483 "socketadapters.h", | 477 "socketadapters.h", |
484 "socketaddress.cc", | 478 "socketaddress.cc", |
485 "socketaddress.h", | 479 "socketaddress.h", |
486 "socketaddresspair.cc", | 480 "socketaddresspair.cc", |
487 "socketaddresspair.h", | 481 "socketaddresspair.h", |
488 "socketfactory.h", | 482 "socketfactory.h", |
489 "socketserver.h", | 483 "socketserver.h", |
490 "socketstream.cc", | 484 "socketstream.cc", |
491 "socketstream.h", | 485 "socketstream.h", |
492 "ssladapter.cc", | 486 "ssladapter.cc", |
493 "ssladapter.h", | 487 "ssladapter.h", |
494 "sslfingerprint.cc", | 488 "sslfingerprint.cc", |
495 "sslfingerprint.h", | 489 "sslfingerprint.h", |
496 "sslidentity.cc", | 490 "sslidentity.cc", |
497 "sslidentity.h", | 491 "sslidentity.h", |
498 "sslstreamadapter.cc", | 492 "sslstreamadapter.cc", |
499 "sslstreamadapter.h", | 493 "sslstreamadapter.h", |
500 "stream.cc", | 494 "stream.cc", |
501 "stream.h", | 495 "stream.h", |
502 "thread.cc", | 496 "thread.cc", |
503 "thread.h", | 497 "thread.h", |
504 "virtualsocketserver.cc", | |
505 "virtualsocketserver.h", | |
506 ] | 498 ] |
507 | 499 |
508 # TODO(henrike): issue 3307, make rtc_base build with the Chromium default | 500 # TODO(henrike): issue 3307, make rtc_base build with the Chromium default |
509 # compiler settings. | 501 # compiler settings. |
510 suppressed_configs += [ "//build/config/compiler:chromium_code" ] | 502 suppressed_configs += [ "//build/config/compiler:chromium_code" ] |
511 configs += [ "//build/config/compiler:no_chromium_code" ] | 503 configs += [ "//build/config/compiler:no_chromium_code" ] |
512 if (!is_win) { | 504 if (!is_win) { |
513 cflags += [ "-Wno-uninitialized" ] | 505 cflags += [ "-Wno-uninitialized" ] |
514 } | 506 } |
515 | 507 |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 "cpu_time.h", | 669 "cpu_time.h", |
678 "fakeclock.cc", | 670 "fakeclock.cc", |
679 "fakeclock.h", | 671 "fakeclock.h", |
680 "fakenetwork.h", | 672 "fakenetwork.h", |
681 "fakesslidentity.h", | 673 "fakesslidentity.h", |
682 "firewallsocketserver.cc", | 674 "firewallsocketserver.cc", |
683 "firewallsocketserver.h", | 675 "firewallsocketserver.h", |
684 "gunit.h", | 676 "gunit.h", |
685 "httpserver.cc", | 677 "httpserver.cc", |
686 "httpserver.h", | 678 "httpserver.h", |
| 679 "md5.cc", |
| 680 "md5.h", |
687 "md5digest.cc", | 681 "md5digest.cc", |
688 "md5digest.h", | 682 "md5digest.h", |
689 "memory_usage.cc", | 683 "memory_usage.cc", |
690 "memory_usage.h", | 684 "memory_usage.h", |
691 "natserver.cc", | 685 "natserver.cc", |
692 "natserver.h", | 686 "natserver.h", |
693 "natsocketfactory.cc", | 687 "natsocketfactory.cc", |
694 "natsocketfactory.h", | 688 "natsocketfactory.h", |
695 "nattypes.cc", | 689 "nattypes.cc", |
696 "nattypes.h", | 690 "nattypes.h", |
697 "proxyserver.cc", | 691 "proxyserver.cc", |
698 "proxyserver.h", | 692 "proxyserver.h", |
| 693 "sha1.cc", |
| 694 "sha1.h", |
| 695 "sha1digest.cc", |
| 696 "sha1digest.h", |
699 "sigslottester.h", | 697 "sigslottester.h", |
700 "sigslottester.h.pump", | 698 "sigslottester.h.pump", |
701 "testbase64.h", | 699 "testbase64.h", |
702 "testechoserver.h", | 700 "testechoserver.h", |
703 "testutils.h", | 701 "testutils.h", |
704 "timedelta.h", | 702 "timedelta.h", |
| 703 "virtualsocketserver.cc", |
| 704 "virtualsocketserver.h", |
705 ] | 705 ] |
706 configs += [ ":rtc_base_tests_utils_warnings_config" ] | 706 configs += [ ":rtc_base_tests_utils_warnings_config" ] |
707 public_configs = [ ":rtc_base_tests_utils_exported_config" ] | 707 public_configs = [ ":rtc_base_tests_utils_exported_config" ] |
708 deps = [ | 708 deps = [ |
709 ":rtc_base", | 709 ":rtc_base", |
710 "../test:field_trial", | 710 "../test:field_trial", |
711 "../test:test_support", | 711 "../test:test_support", |
712 ] | 712 ] |
713 public_deps = [ | 713 public_deps = [ |
714 "//testing/gmock", | 714 "//testing/gmock", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 | 972 |
973 if (is_android) { | 973 if (is_android) { |
974 android_library("base_java") { | 974 android_library("base_java") { |
975 java_files = [ | 975 java_files = [ |
976 "java/src/org/webrtc/Logging.java", | 976 "java/src/org/webrtc/Logging.java", |
977 "java/src/org/webrtc/Size.java", | 977 "java/src/org/webrtc/Size.java", |
978 "java/src/org/webrtc/ThreadUtils.java", | 978 "java/src/org/webrtc/ThreadUtils.java", |
979 ] | 979 ] |
980 } | 980 } |
981 } | 981 } |
OLD | NEW |