summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/mediastream/BUILD.gn
blob: 0503186677f1a5cef6c1534f7d9bb5d5ee0ece31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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",
  ]
}