blob: b8ae76a6b8dc8fc24281c419480838f230b7dbbc [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("manifest") {
sources = [
"manifest.cc",
"manifest.h",
]
deps = [
"//base",
"//services/proxy_resolver/public/mojom",
"//services/service_manager/public/cpp",
]
}