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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2490183002: Filter webrtc::RTCStats by whitelist in surfacing them to Blink. (Closed)
Patch Set: Make win compile: BLINK_PLATFORM_EXPORT and cpp file (also rebase /w master) Created 4 years, 1 month 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6f7c7b38d03ea5bf0a6b8359936e250a3fab29af..6e7d3c5c131d9e2002b954fffb492d888598dfd8 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -573,6 +573,7 @@ component("platform") {
"exported/WebRTCOfferOptions.cpp",
"exported/WebRTCSessionDescription.cpp",
"exported/WebRTCSessionDescriptionRequest.cpp",
+ "exported/WebRTCStats.cpp",
"exported/WebRTCStatsRequest.cpp",
"exported/WebRTCStatsResponse.cpp",
"exported/WebRTCVoidRequest.cpp",

Powered by Google App Engine
This is Rietveld 408576698