| # Copyright 2016 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//third_party/WebKit/Source/modules/modules.gni") |
| |
| blink_modules_sources("peerconnection") { |
| sources = [ |
| "RTCCertificate.cpp", |
| "RTCCertificate.h", |
| "RTCDTMFSender.cpp", |
| "RTCDTMFSender.h", |
| "RTCDTMFToneChangeEvent.cpp", |
| "RTCDTMFToneChangeEvent.h", |
| "RTCDataChannel.cpp", |
| "RTCDataChannel.h", |
| "RTCDataChannelEvent.cpp", |
| "RTCDataChannelEvent.h", |
| "RTCIceCandidate.cpp", |
| "RTCIceCandidate.h", |
| "RTCLegacyStatsReport.cpp", |
| "RTCLegacyStatsReport.h", |
| "RTCPeerConnection.cpp", |
| "RTCPeerConnection.h", |
| "RTCPeerConnectionIceEvent.cpp", |
| "RTCPeerConnectionIceEvent.h", |
| "RTCRtpContributingSource.cpp", |
| "RTCRtpContributingSource.h", |
| "RTCRtpReceiver.cpp", |
| "RTCRtpReceiver.h", |
| "RTCRtpSender.cpp", |
| "RTCRtpSender.h", |
| "RTCSessionDescription.cpp", |
| "RTCSessionDescription.h", |
| "RTCSessionDescriptionRequestImpl.cpp", |
| "RTCSessionDescriptionRequestImpl.h", |
| "RTCSessionDescriptionRequestPromiseImpl.cpp", |
| "RTCSessionDescriptionRequestPromiseImpl.h", |
| "RTCStatsReport.cpp", |
| "RTCStatsReport.h", |
| "RTCStatsRequestImpl.cpp", |
| "RTCStatsRequestImpl.h", |
| "RTCStatsResponse.cpp", |
| "RTCStatsResponse.h", |
| "RTCTrackEvent.cpp", |
| "RTCTrackEvent.h", |
| "RTCVoidRequestImpl.cpp", |
| "RTCVoidRequestImpl.h", |
| "RTCVoidRequestPromiseImpl.cpp", |
| "RTCVoidRequestPromiseImpl.h", |
| ] |
| } |