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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1729563002: Replace RTCErrorCallback with RTCPeerConnectionErrorCallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | « third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index d52530eee4f4669614a0971dc46088d1c095a98e..4e789027496a4f36810532daa29c6883a33dc289 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -130,10 +130,10 @@
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannel.idl',
'mediastream/RTCDataChannelEvent.idl',
- 'mediastream/RTCErrorCallback.idl',
'mediastream/RTCIceCandidate.idl',
'mediastream/RTCIceCandidateEvent.idl',
'mediastream/RTCPeerConnection.idl',
+ 'mediastream/RTCPeerConnectionErrorCallback.idl',
'mediastream/RTCSessionDescription.idl',
'mediastream/RTCSessionDescriptionCallback.idl',
'mediastream/RTCStatsCallback.idl',
@@ -1221,13 +1221,13 @@
'mediastream/RTCDataChannel.h',
'mediastream/RTCDataChannelEvent.cpp',
'mediastream/RTCDataChannelEvent.h',
- 'mediastream/RTCErrorCallback.h',
'mediastream/RTCIceCandidate.cpp',
'mediastream/RTCIceCandidate.h',
'mediastream/RTCIceCandidateEvent.cpp',
'mediastream/RTCIceCandidateEvent.h',
'mediastream/RTCPeerConnection.cpp',
'mediastream/RTCPeerConnection.h',
+ 'mediastream/RTCPeerConnectionErrorCallback.h',
'mediastream/RTCSessionDescription.cpp',
'mediastream/RTCSessionDescription.h',
'mediastream/RTCSessionDescriptionCallback.h',
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698