chromium/third_party/blink/renderer/modules/webrtc/BUILD.gn

# Copyright 2019 The Chromium Authors
# 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" ]
}