mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
|
# 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",
|
||
|
"RTCPeerConnectionErrorCallback.h",
|
||
|
"RTCPeerConnectionIceEvent.cpp",
|
||
|
"RTCPeerConnectionIceEvent.h",
|
||
|
"RTCRtpContributingSource.cpp",
|
||
|
"RTCRtpContributingSource.h",
|
||
|
"RTCRtpReceiver.cpp",
|
||
|
"RTCRtpReceiver.h",
|
||
|
"RTCRtpSender.cpp",
|
||
|
"RTCRtpSender.h",
|
||
|
"RTCSessionDescription.cpp",
|
||
|
"RTCSessionDescription.h",
|
||
|
"RTCSessionDescriptionCallback.h",
|
||
|
"RTCSessionDescriptionRequestImpl.cpp",
|
||
|
"RTCSessionDescriptionRequestImpl.h",
|
||
|
"RTCSessionDescriptionRequestPromiseImpl.cpp",
|
||
|
"RTCSessionDescriptionRequestPromiseImpl.h",
|
||
|
"RTCStatsCallback.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",
|
||
|
]
|
||
|
}
|