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

Unified Diff: content/renderer/BUILD.gn

Issue 2319543002: WebRTCStats added for surfacing RTCStats from WebRTC to Blink. (Closed)
Patch Set: 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/rtc_stats.h » ('j') | content/renderer/media/rtc_stats.h » ('J')
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..ce31538840e583e35e4c2f401395d37c387dfafa 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -589,6 +589,8 @@ target(link_target_type, "renderer") {
"media/rtc_dtmf_sender_handler.h",
"media/rtc_peer_connection_handler.cc",
"media/rtc_peer_connection_handler.h",
+ "media/rtc_stats.cc",
perkj_chrome 2016/09/07 14:34:36 these files depend on webrtc third_party? Then ple
hbos_chromium 2016/09/08 08:38:31 Done.
+ "media/rtc_stats.h",
"media/secure_display_link_tracker.h",
"media/speech_recognition_audio_sink.cc",
"media/speech_recognition_audio_sink.h",
@@ -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/rtc_stats.h » ('j') | content/renderer/media/rtc_stats.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698