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

Unified Diff: webrtc/stats/BUILD.gn

Issue 2340443002: Making sure rtc_stats_unittests passes on all bots (tsan fix) (Closed)
Patch Set: String compare fix Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/rtcstatsreport_unittest.cc ('k') | webrtc/stats/rtcstats_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = []
}
« no previous file with comments | « webrtc/api/rtcstatsreport_unittest.cc ('k') | webrtc/stats/rtcstats_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698