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/blink/renderer/modules/modules.gni")
|
|
|
|
blink_modules_sources("mediastream") {
|
|
sources = [
|
|
"apply_constraints_request.cc",
|
|
"apply_constraints_request.h",
|
|
"dom_window_media_stream.h",
|
|
"input_device_info.cc",
|
|
"input_device_info.h",
|
|
"media_constraints_impl.cc",
|
|
"media_constraints_impl.h",
|
|
"media_device_info.cc",
|
|
"media_device_info.h",
|
|
"media_devices.cc",
|
|
"media_devices.h",
|
|
"media_error_state.cc",
|
|
"media_error_state.h",
|
|
"media_stream.cc",
|
|
"media_stream.h",
|
|
"media_stream_event.cc",
|
|
"media_stream_event.h",
|
|
"media_stream_registry.cc",
|
|
"media_stream_registry.h",
|
|
"media_stream_track.cc",
|
|
"media_stream_track.h",
|
|
"media_stream_track_content_hint.h",
|
|
"media_stream_track_event.cc",
|
|
"media_stream_track_event.h",
|
|
"navigator_display_media.cc",
|
|
"navigator_display_media.h",
|
|
"navigator_media_stream.cc",
|
|
"navigator_media_stream.h",
|
|
"navigator_user_media.cc",
|
|
"navigator_user_media.h",
|
|
"overconstrained_error.cc",
|
|
"overconstrained_error.h",
|
|
"url_media_stream.cc",
|
|
"url_media_stream.h",
|
|
"user_media_client.cc",
|
|
"user_media_client.h",
|
|
"user_media_controller.cc",
|
|
"user_media_controller.h",
|
|
"user_media_request.cc",
|
|
"user_media_request.h",
|
|
]
|
|
|
|
deps = [
|
|
"//third_party/blink/public:media_devices_mojo_bindings_blink",
|
|
]
|
|
}
|