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

Unified Diff: third_party/WebKit/public/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 | « content/renderer/media/webrtc/rtc_stats.cc ('k') | third_party/WebKit/public/platform/WebRTCStats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 0e275155ef28c2d38953d338de4dfde35945e579..2be43282ad45a3fb750a48372f817d0fa39e5405 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -266,6 +266,7 @@ source_set("blink_headers") {
"platform/WebRTCPeerConnectionHandlerClient.h",
"platform/WebRTCSessionDescription.h",
"platform/WebRTCSessionDescriptionRequest.h",
+ "platform/WebRTCStats.h",
"platform/WebRTCStatsRequest.h",
"platform/WebRTCStatsResponse.h",
"platform/WebRTCVoidRequest.h",
« no previous file with comments | « content/renderer/media/webrtc/rtc_stats.cc ('k') | third_party/WebKit/public/platform/WebRTCStats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698