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

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

Issue 2927413002: Update VirtualSocketServerTest to use a fake clock. (Closed)
Patch Set: Allow ProcessMessages with cmsLoop of kForever. Created 3 years, 6 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/testclient.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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 configs += [ ":rtc_base_warnings_config" ] 509 configs += [ ":rtc_base_warnings_config" ]
510 sources += [ 510 sources += [
511 "callback.h", 511 "callback.h",
512 "logsinks.cc", 512 "logsinks.cc",
513 "logsinks.h", 513 "logsinks.h",
514 "mathutils.h", 514 "mathutils.h",
515 "optionsfile.cc", 515 "optionsfile.cc",
516 "optionsfile.h", 516 "optionsfile.h",
517 "rollingaccumulator.h", 517 "rollingaccumulator.h",
518 "sslroots.h", 518 "sslroots.h",
519 "testbase64.h",
520 "testclient.cc",
521 "testclient.h",
522 "transformadapter.cc", 519 "transformadapter.cc",
523 "transformadapter.h", 520 "transformadapter.h",
524 "window.h", 521 "window.h",
525 ] 522 ]
526 523
527 if (is_win) { 524 if (is_win) {
528 sources += [ 525 sources += [
529 "win32socketinit.cc", 526 "win32socketinit.cc",
530 "win32socketinit.h", 527 "win32socketinit.h",
531 "win32socketserver.cc", 528 "win32socketserver.cc",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "nattypes.h", 681 "nattypes.h",
685 "proxyserver.cc", 682 "proxyserver.cc",
686 "proxyserver.h", 683 "proxyserver.h",
687 "sha1.cc", 684 "sha1.cc",
688 "sha1.h", 685 "sha1.h",
689 "sha1digest.cc", 686 "sha1digest.cc",
690 "sha1digest.h", 687 "sha1digest.h",
691 "sigslottester.h", 688 "sigslottester.h",
692 "sigslottester.h.pump", 689 "sigslottester.h.pump",
693 "testbase64.h", 690 "testbase64.h",
691 "testclient.cc",
692 "testclient.h",
694 "testechoserver.h", 693 "testechoserver.h",
695 "testutils.h", 694 "testutils.h",
696 "timedelta.h", 695 "timedelta.h",
697 "virtualsocketserver.cc", 696 "virtualsocketserver.cc",
698 "virtualsocketserver.h", 697 "virtualsocketserver.h",
699 ] 698 ]
700 configs += [ ":rtc_base_tests_utils_warnings_config" ] 699 configs += [ ":rtc_base_tests_utils_warnings_config" ]
701 public_configs = [ ":rtc_base_tests_utils_exported_config" ] 700 public_configs = [ ":rtc_base_tests_utils_exported_config" ]
702 deps = [ 701 deps = [
703 ":rtc_base", 702 ":rtc_base",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 visibility = [ "//webrtc:webrtc_nonparallel_tests" ] 750 visibility = [ "//webrtc:webrtc_nonparallel_tests" ]
752 } 751 }
753 sources = [ 752 sources = [
754 "cpu_time_unittest.cc", 753 "cpu_time_unittest.cc",
755 "filerotatingstream_unittest.cc", 754 "filerotatingstream_unittest.cc",
756 "nullsocketserver_unittest.cc", 755 "nullsocketserver_unittest.cc",
757 "physicalsocketserver_unittest.cc", 756 "physicalsocketserver_unittest.cc",
758 "socket_unittest.cc", 757 "socket_unittest.cc",
759 "socket_unittest.h", 758 "socket_unittest.h",
760 "socketaddress_unittest.cc", 759 "socketaddress_unittest.cc",
761 "virtualsocket_unittest.cc",
762 ] 760 ]
763 deps = [ 761 deps = [
764 ":rtc_base", 762 ":rtc_base",
765 ":rtc_base_tests_main", 763 ":rtc_base_tests_main",
766 ":rtc_base_tests_utils", 764 ":rtc_base_tests_utils",
767 "../system_wrappers:system_wrappers", 765 "../system_wrappers:system_wrappers",
768 "../test:test_support", 766 "../test:test_support",
769 "//testing/gtest", 767 "//testing/gtest",
770 ] 768 ]
771 if (is_win) { 769 if (is_win) {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 "safe_minmax_unittest.cc", 818 "safe_minmax_unittest.cc",
821 "string_to_number_unittest.cc", 819 "string_to_number_unittest.cc",
822 "stringencode_unittest.cc", 820 "stringencode_unittest.cc",
823 "stringize_macros_unittest.cc", 821 "stringize_macros_unittest.cc",
824 "stringutils_unittest.cc", 822 "stringutils_unittest.cc",
825 "swap_queue_unittest.cc", 823 "swap_queue_unittest.cc",
826 "thread_annotations_unittest.cc", 824 "thread_annotations_unittest.cc",
827 "thread_checker_unittest.cc", 825 "thread_checker_unittest.cc",
828 "timestampaligner_unittest.cc", 826 "timestampaligner_unittest.cc",
829 "timeutils_unittest.cc", 827 "timeutils_unittest.cc",
828 "virtualsocket_unittest.cc",
830 ] 829 ]
831 deps = [ 830 deps = [
832 ":rtc_base", 831 ":rtc_base",
833 ":rtc_base_approved", 832 ":rtc_base_approved",
834 ":rtc_base_tests_main", 833 ":rtc_base_tests_main",
835 ":rtc_base_tests_utils", 834 ":rtc_base_tests_utils",
836 ":rtc_task_queue", 835 ":rtc_task_queue",
837 "../system_wrappers:system_wrappers", 836 "../system_wrappers:system_wrappers",
838 "../test:test_support", 837 "../test:test_support",
839 ] 838 ]
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 if (is_android) { 967 if (is_android) {
969 android_library("base_java") { 968 android_library("base_java") {
970 java_files = [ 969 java_files = [
971 "java/src/org/webrtc/ContextUtils.java", 970 "java/src/org/webrtc/ContextUtils.java",
972 "java/src/org/webrtc/Logging.java", 971 "java/src/org/webrtc/Logging.java",
973 "java/src/org/webrtc/Size.java", 972 "java/src/org/webrtc/Size.java",
974 "java/src/org/webrtc/ThreadUtils.java", 973 "java/src/org/webrtc/ThreadUtils.java",
975 ] 974 ]
976 } 975 }
977 } 976 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/testclient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698