blob: 8a4abc0154ef722740c7d88402ce5a0a3e569cbb [file] [log] [blame]
# Copyright 2017 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 = [
"echo_service.cc",
"echo_service.h",
]
deps = [
"//base",
"//services/service_manager/public/cpp",
"//services/service_manager/public/mojom",
"//services/test/echo/public/mojom",
]
}