blob: f18a24dd070b522273c242d3e5ba442d415777f8 [file] [log] [blame]
# Copyright 2018 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.
mojom = "//third_party/blink/public/mojom/mediastream/media_stream.mojom"
public_headers = [
"//third_party/blink/public/common/mediastream/media_stream_controls.h",
"//third_party/blink/public/common/mediastream/media_stream_request.h",
"//third_party/blink/public/common/common_export.h",
]
traits_headers = [
"//third_party/blink/public/common/mediastream/media_stream_mojom_traits.h",
]
type_mappings = [
"blink.mojom.MediaStreamDevice=blink::MediaStreamDevice",
"blink.mojom.MediaStreamRequestResult=blink::MediaStreamRequestResult",
"blink.mojom.MediaStreamType=blink::MediaStreamType",
"blink.mojom.StreamControls=blink::StreamControls",
"blink.mojom.TrackControls=blink::TrackControls",
]