mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
55 lines
1.5 KiB
Plaintext
55 lines
1.5 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("mediastream") {
|
|
sources = [
|
|
"ApplyConstraintsRequest.cpp",
|
|
"ApplyConstraintsRequest.h",
|
|
"DOMWindowMediaStream.h",
|
|
"MediaConstraintsImpl.cpp",
|
|
"MediaConstraintsImpl.h",
|
|
"MediaDeviceInfo.cpp",
|
|
"MediaDeviceInfo.h",
|
|
"MediaDevices.cpp",
|
|
"MediaDevices.h",
|
|
"MediaDevicesRequest.cpp",
|
|
"MediaDevicesRequest.h",
|
|
"MediaErrorState.cpp",
|
|
"MediaErrorState.h",
|
|
"MediaStream.cpp",
|
|
"MediaStream.h",
|
|
"MediaStreamEvent.cpp",
|
|
"MediaStreamEvent.h",
|
|
"MediaStreamRegistry.cpp",
|
|
"MediaStreamRegistry.h",
|
|
"MediaStreamTrack.cpp",
|
|
"MediaStreamTrack.h",
|
|
"MediaStreamTrackContentHint.h",
|
|
"MediaStreamTrackEvent.cpp",
|
|
"MediaStreamTrackEvent.h",
|
|
"NavigatorMediaStream.cpp",
|
|
"NavigatorMediaStream.h",
|
|
"NavigatorUserMedia.cpp",
|
|
"NavigatorUserMedia.h",
|
|
"NavigatorUserMediaErrorCallback.h",
|
|
"NavigatorUserMediaSuccessCallback.h",
|
|
"OverconstrainedError.cpp",
|
|
"OverconstrainedError.h",
|
|
"URLMediaStream.cpp",
|
|
"URLMediaStream.h",
|
|
"UserMediaClient.cpp",
|
|
"UserMediaClient.h",
|
|
"UserMediaController.cpp",
|
|
"UserMediaController.h",
|
|
"UserMediaRequest.cpp",
|
|
"UserMediaRequest.h",
|
|
]
|
|
|
|
deps = [
|
|
"//third_party/WebKit/public:media_devices_mojo_bindings_blink",
|
|
]
|
|
}
|