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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

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/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 37aa5da86e042778adc1f9a03057330f3bb680c6..74581e573c8433ac789b797e7914384147eff880 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -185,10 +185,10 @@ modules_idl_files =
"payments/PaymentRequest.idl",
"payments/PaymentResponse.idl",
"peerconnection/RTCCertificate.idl",
- "peerconnection/RTCDTMFSender.idl",
- "peerconnection/RTCDTMFToneChangeEvent.idl",
"peerconnection/RTCDataChannel.idl",
"peerconnection/RTCDataChannelEvent.idl",
+ "peerconnection/RTCDTMFSender.idl",
+ "peerconnection/RTCDTMFToneChangeEvent.idl",
"peerconnection/RTCIceCandidate.idl",
"peerconnection/RTCLegacyStatsReport.idl",
"peerconnection/RTCPeerConnection.idl",
@@ -202,6 +202,7 @@ modules_idl_files =
"peerconnection/RTCStatsCallback.idl",
"peerconnection/RTCStatsReport.idl",
"peerconnection/RTCStatsResponse.idl",
+ "peerconnection/RTCTrackEvent.idl",
"permissions/Permissions.idl",
"permissions/PermissionStatus.idl",
"plugins/MimeType.idl",
@@ -493,15 +494,16 @@ modules_dictionary_idl_files =
"peerconnection/RTCAnswerOptions.idl",
"peerconnection/RTCConfiguration.idl",
"peerconnection/RTCDataChannelEventInit.idl",
+ "peerconnection/RTCDataChannelInit.idl",
"peerconnection/RTCDtlsFingerprint.idl",
"peerconnection/RTCDTMFToneChangeEventInit.idl",
- "peerconnection/RTCDataChannelInit.idl",
"peerconnection/RTCIceCandidateInit.idl",
"peerconnection/RTCIceServer.idl",
"peerconnection/RTCOfferAnswerOptions.idl",
"peerconnection/RTCOfferOptions.idl",
"peerconnection/RTCPeerConnectionIceEventInit.idl",
"peerconnection/RTCSessionDescriptionInit.idl",
+ "peerconnection/RTCTrackEventInit.idl",
"permissions/MidiPermissionDescriptor.idl",
"permissions/PermissionDescriptor.idl",
"permissions/PushPermissionDescriptor.idl",
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTypeNames.json5 ('k') | third_party/WebKit/Source/modules/peerconnection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698