blob: c6e84e4079f3e9c2859c7725a98254c4ff1246b2 [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.
source_set("broker_service") {
sources = [
"broker_service.cc",
"broker_service.h",
]
deps = [
"//base",
"//chromecast/external_mojo/public/cpp:external_mojo_broker",
"//services/service_manager/public/cpp",
"//services/service_manager/public/mojom",
]
}