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

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

Issue 2494553002: Rename RTCIceCandidateEvent to RTCPeerConnectionIceEvent and expose. (Closed)
Patch Set: Update rebase 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/bindings/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
index 02d811d3731126dc4792ea8f29086229649d2baa..591098002ea124369ff059bf403da8f23cc751b3 100644
--- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
@@ -34,7 +34,7 @@ generate_event_interfaces("modules_bindings_generated_event_interfaces") {
"//third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.idl",
"//third_party/WebKit/Source/modules/peerconnection/RTCDTMFToneChangeEvent.idl",
"//third_party/WebKit/Source/modules/peerconnection/RTCDataChannelEvent.idl",
- "//third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateEvent.idl",
+ "//third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEvent.idl",
"//third_party/WebKit/Source/modules/presentation/PresentationConnectionAvailableEvent.idl",
"//third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl",
"//third_party/WebKit/Source/modules/push_messaging/PushEvent.idl",

Powered by Google App Engine
This is Rietveld 408576698