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

Unified Diff: content/test/BUILD.gn

Issue 2317063002: WebRTCPeerConnectionHandler::getStats for the new stats collector API (Closed)
Patch Set: Addressed comments 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5143fceecb8515804021492424dc231f5e5e5723..84d464f6f3d54c5df2e9c3ce3e6a12d9eae007a0 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -298,9 +298,11 @@ static_library("test_support") {
deps += [
"//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc/api:libjingle_peerconnection",
+ "//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/video_capture",
+ "//third_party/webrtc/stats:rtc_stats",
hbos_chromium 2016/09/23 08:29:46 Because mock_peer_connection_impl.h includes third
]
}
@@ -1507,6 +1509,7 @@ test("content_unittests") {
"//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/desktop_capture:primitives",
"//third_party/webrtc/modules/video_capture",
+ "//third_party/webrtc/stats:rtc_stats_test_utils",
hbos_chromium 2016/09/23 08:29:46 Because rtc_peer_connection_handler_unittest.cc in
"//ui/shell_dialogs:shell_dialogs",
]

Powered by Google App Engine
This is Rietveld 408576698