| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index b677681bdeb6fb031b53748fe64b093c358fdb8d..083438f2e8a649b79f50c5318b3a6caa7736bfb5 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -536,7 +536,6 @@ component("platform") {
|
| "exported/WebPresentationController.cpp",
|
| "exported/WebPresentationReceiver.cpp",
|
| "exported/WebRTCAnswerOptions.cpp",
|
| - "exported/WebRTCConfiguration.cpp",
|
| "exported/WebRTCICECandidate.cpp",
|
| "exported/WebRTCOfferOptions.cpp",
|
| "exported/WebRTCSessionDescription.cpp",
|
| @@ -1116,7 +1115,6 @@ component("platform") {
|
| "network/WebSocketHandshakeResponse.cpp",
|
| "network/WebSocketHandshakeResponse.h",
|
| "peerconnection/RTCAnswerOptionsPlatform.h",
|
| - "peerconnection/RTCConfiguration.h",
|
| "peerconnection/RTCOfferOptionsPlatform.h",
|
| "peerconnection/RTCSessionDescriptionRequest.h",
|
| "peerconnection/RTCStatsRequest.h",
|
|
|