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

Unified Diff: content/renderer/BUILD.gn

Issue 2319543002: WebRTCStats added for surfacing RTCStats from WebRTC to Blink. (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
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index c192a878dd8a5b92b08e0d412a5c71d34ad8efc1..0697208084dcaac6c79003a2757715c28cb2cbc0 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -613,6 +613,8 @@ target(link_target_type, "renderer") {
"media/webrtc/peer_connection_remote_audio_source.h",
"media/webrtc/processed_local_audio_source.cc",
"media/webrtc/processed_local_audio_source.h",
+ "media/webrtc/rtc_stats.cc",
+ "media/webrtc/rtc_stats.h",
"media/webrtc/stun_field_trial.cc",
"media/webrtc/stun_field_trial.h",
"media/webrtc/track_observer.cc",
@@ -691,6 +693,7 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/p2p:libstunprober",
"//third_party/webrtc/p2p:rtc_p2p",
"//third_party/webrtc/pc:rtc_pc",
+ "//third_party/webrtc/stats",
"//third_party/webrtc/system_wrappers",
]
if (rtc_use_h264) {
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698