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

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

Issue 2820263004: Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests (Closed)
Patch Set: Also fix rtc_media_unittests Created 3 years, 8 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 | « webrtc/media/BUILD.gn ('k') | webrtc/p2p/BUILD.gn » ('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) 2017 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2017 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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "testrtpparameters.cc", 71 "testrtpparameters.cc",
72 "testrtpparameters.h", 72 "testrtpparameters.h",
73 ] 73 ]
74 74
75 deps = [ 75 deps = [
76 ":ortc", 76 ":ortc",
77 "../base:rtc_base", 77 "../base:rtc_base",
78 "../base:rtc_base_approved", 78 "../base:rtc_base_approved",
79 "../base:rtc_base_tests_utils", 79 "../base:rtc_base_tests_utils",
80 "../media:rtc_unittest_main", 80 "../media:rtc_unittest_main",
81 "../p2p:p2p_test_utils",
81 "../p2p:rtc_p2p", 82 "../p2p:rtc_p2p",
82 "../p2p:rtc_p2p_unittests",
83 "../pc:pc_test_utils", 83 "../pc:pc_test_utils",
84 "../system_wrappers:metrics_default", 84 "../system_wrappers:metrics_default",
85 ] 85 ]
86 86
87 if (!build_with_chromium && is_clang) { 87 if (!build_with_chromium && is_clang) {
88 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 88 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
89 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 89 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
90 } 90 }
91 91
92 if (is_android) { 92 if (is_android) {
93 deps += [ "//testing/android/native_test:native_test_support" ] 93 deps += [ "//testing/android/native_test:native_test_support" ]
94 } 94 }
95 } 95 }
96 } 96 }
OLDNEW
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | webrtc/p2p/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698