blob: b11be7f9e4c48baa763e02aa41279e90ceb95613 [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("lib") {
sources = [
"noop_service.cc",
"noop_service.h",
]
deps = [
"//chrome/services/noop/public/mojom",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
]
}