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