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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/BUILD.gn

Issue 2972003002: RTCPeerConnection.ontrack event added. (Closed)
Patch Set: Le merge Created 3 years, 5 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: third_party/WebKit/Source/modules/peerconnection/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
index 9eabaa55aba1bc36852233e98093a10a4fe178d1..7ce538d17adbd9c3602a3c31a3c4373bc1f03b56 100644
--- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
+++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
@@ -45,6 +45,8 @@ blink_modules_sources("peerconnection") {
"RTCStatsRequestImpl.h",
"RTCStatsResponse.cpp",
"RTCStatsResponse.h",
+ "RTCTrackEvent.cpp",
+ "RTCTrackEvent.h",
"RTCVoidRequestImpl.cpp",
"RTCVoidRequestImpl.h",
"RTCVoidRequestPromiseImpl.cpp",

Powered by Google App Engine
This is Rietveld 408576698