chromium/components/cast/api_bindings/BUILD.gn

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")

source_set("manager") {
  sources = [
    "manager.cc",
    "manager.h",
    "scoped_api_binding.cc",
    "scoped_api_binding.h",
  ]
  deps = [
    "//base",
    "//components/cast:export",
  ]
  defines = [ "CAST_COMPONENT_IMPLEMENTATION" ]
  public_deps = [ "//components/cast/message_port" ]
}