blob: c00e88a641cdba476feafd505265aa909f9fabeb [file] [log] [blame]
# Copyright 2019 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("webrtc") {
sources = [
"webrtc_audio_device_impl.cc",
"webrtc_audio_device_impl.h",
"webrtc_audio_device_not_impl.cc",
"webrtc_audio_device_not_impl.h",
"webrtc_audio_renderer.cc",
"webrtc_audio_renderer.h",
]
deps = [ "//third_party/blink/renderer/modules/mediastream" ]
allow_circular_includes_from =
[ "//third_party/blink/renderer/modules/mediastream" ]
}