chromium/services/service_manager/public/cpp/test/BUILD.gn

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

import("//testing/test.gni")

source_set("test_support") {
  sources = [
    "test_connector_factory.cc",
    "test_connector_factory.h",
    "test_service.cc",
    "test_service.h",
    "test_service_manager.cc",
    "test_service_manager.h",
  ]

  public_deps = [
    "//base",
    "//services/service_manager",
    "//services/service_manager/public/cpp",
    "//services/service_manager/public/mojom",
  ]

  deps = [ "//mojo/public/cpp/bindings" ]
}