| Index: webrtc/stats/BUILD.gn
|
| diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
|
| index 16b61586289ceb7f45a1db8b40449ff2fb355bc4..67b3b811b2b505dda0860ffa827c8c5cb2d5d295 100644
|
| --- a/webrtc/stats/BUILD.gn
|
| +++ b/webrtc/stats/BUILD.gn
|
| @@ -30,35 +30,5 @@ rtc_source_set("rtc_stats") {
|
| suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
| }
|
|
|
| - deps = [
|
| - "../api:libjingle_peerconnection",
|
| - ]
|
| -}
|
| -
|
| -if (rtc_include_tests) {
|
| - # GYP version: webrtc/stats/stats.gyp:rtc_stats_unittests
|
| - rtc_test("rtc_stats_unittests") {
|
| - testonly = true
|
| - sources = [
|
| - "rtcstats_unittest.cc",
|
| - "rtcstatscollector_unittest.cc",
|
| - "rtcstatsreport_unittest.cc",
|
| - ]
|
| -
|
| - if (is_clang) {
|
| - # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| - suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
| - }
|
| -
|
| - deps = [
|
| - ":rtc_stats",
|
| - "../base:rtc_base_tests_utils",
|
| - "../system_wrappers:metrics_default",
|
| - "//testing/gmock",
|
| - ]
|
| -
|
| - if (is_android) {
|
| - deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| - }
|
| - }
|
| + deps = []
|
| }
|
|
|