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', |