blob: 3b7d33f79a36fdd0a54ddc691b278c5ea66a9e75 [file] [log] [blame]
# Copyright 2017 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 = "//services/audio/public/mojom/audio_device_description.mojom"
public_headers = [ "//media/audio/audio_device_description.h" ]
traits_headers =
[ "//services/audio/public/cpp/audio_device_description_mojom_traits.h" ]
sources = [
"//services/audio/public/cpp/audio_device_description_mojom_traits.cc",
]
deps = [
"//media",
]
type_mappings = [
"audio.mojom.AudioDeviceDescription=media::AudioDeviceDescription[move_only]",
]