1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # GYP version: mojo.gyp:mojo_service_manager
6 component("service_manager") {
7 output_name = "mojo_service_manager"
9 "background_service_loader.cc",
10 "background_service_loader.h",
14 "service_manager_export.h",
17 defines = [ "MOJO_SERVICE_MANAGER_IMPLEMENTATION" ]
21 "//base/third_party/dynamic_annotations",
25 "//mojo/environment:chromium",
26 "//mojo/public/interfaces/service_provider:service_provider",
30 forward_dependent_configs_from = [
31 "//mojo/public/interfaces/service_provider:service_provider",