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

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

Issue 2540693002: Replace test_support_main by test_main and get rid of test_support_main_threaded_mac (Closed)
Patch Set: Adressed comments. Created 4 years 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
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "..:webrtc_common", 67 "..:webrtc_common",
68 "../common_video", 68 "../common_video",
69 "../media:rtc_media_base", 69 "../media:rtc_media_base",
70 "../modules/audio_coding", 70 "../modules/audio_coding",
71 "../modules/audio_coding:audio_format_conversion", 71 "../modules/audio_coding:audio_format_conversion",
72 "../modules/rtp_rtcp", 72 "../modules/rtp_rtcp",
73 "../modules/utility", 73 "../modules/utility",
74 "../modules/video_coding", 74 "../modules/video_coding",
75 "../modules/video_coding:video_codecs_test_framework", 75 "../modules/video_coding:video_codecs_test_framework",
76 "../system_wrappers", 76 "../system_wrappers",
77 "../test:test_main",
77 "../test:test_support", 78 "../test:test_support",
78 "../test:test_support_main",
79 "//testing/gmock", 79 "//testing/gmock",
80 "//testing/gtest", 80 "//testing/gtest",
81 ] 81 ]
82 82
83 sources = [ 83 sources = [
84 "audio_coding/test/APITest.cc", 84 "audio_coding/test/APITest.cc",
85 "audio_coding/test/Channel.cc", 85 "audio_coding/test/Channel.cc",
86 "audio_coding/test/EncodeDecodeTest.cc", 86 "audio_coding/test/EncodeDecodeTest.cc",
87 "audio_coding/test/PCMFile.cc", 87 "audio_coding/test/PCMFile.cc",
88 "audio_coding/test/PacketLossTest.cc", 88 "audio_coding/test/PacketLossTest.cc",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 deps += [ 642 deps += [
643 ":audio_network_adaptor_unittests", 643 ":audio_network_adaptor_unittests",
644 "..:webrtc_common", 644 "..:webrtc_common",
645 "../api:transport_api", 645 "../api:transport_api",
646 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806. 646 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
647 "../common_audio", 647 "../common_audio",
648 "../common_video", 648 "../common_video",
649 "../system_wrappers", 649 "../system_wrappers",
650 "../test:rtp_test_utils", 650 "../test:rtp_test_utils",
651 "../test:test_common", 651 "../test:test_common",
652 "../test:test_main",
652 "../test:test_support", 653 "../test:test_support",
653 "../test:test_support_main",
654 "../test:video_test_common", 654 "../test:video_test_common",
655 "audio_coding", 655 "audio_coding",
656 "audio_coding:acm_receive_test", 656 "audio_coding:acm_receive_test",
657 "audio_coding:acm_send_test", 657 "audio_coding:acm_send_test",
658 "audio_coding:builtin_audio_decoder_factory", 658 "audio_coding:builtin_audio_decoder_factory",
659 "audio_coding:cng", 659 "audio_coding:cng",
660 "audio_coding:isac_fix", 660 "audio_coding:isac_fix",
661 "audio_coding:neteq", 661 "audio_coding:neteq",
662 "audio_coding:neteq_test_support", 662 "audio_coding:neteq_test_support",
663 "audio_coding:neteq_unittest_tools", 663 "audio_coding:neteq_unittest_tools",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 cflags = [ 743 cflags = [
744 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. 744 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
745 "/wd4373", # virtual function override. 745 "/wd4373", # virtual function override.
746 ] 746 ]
747 } 747 }
748 748
749 deps += [ 749 deps += [
750 "..:webrtc_common", 750 "..:webrtc_common",
751 "../base:rtc_base_approved", 751 "../base:rtc_base_approved",
752 "../test:test_common", 752 "../test:test_common",
753 "../test:test_support_main", 753 "../test:test_main",
754 "remote_bitrate_estimator:bwe_simulator_lib", 754 "remote_bitrate_estimator:bwe_simulator_lib",
755 "video_capture", 755 "video_capture",
756 "//testing/gmock", 756 "//testing/gmock",
757 "//testing/gtest", 757 "//testing/gtest",
758 "//third_party/gflags", 758 "//third_party/gflags",
759 ] 759 ]
760 } 760 }
761 } 761 }
OLDNEW
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698