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

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: add missing files 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
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 b4a7ee5f4bb267b6165be72bf00fed880022ba12..1f726dcddf750962706ac5cb428d30e32d0cb12d 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',
@@ -1225,13 +1225,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',

Powered by Google App Engine
This is Rietveld 408576698