blob: 65fcbf12004d919598320a58d4103e545f4cd1f2 [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",
"//components/services/leveldb/public/interfaces",
"//services/file/public/mojom",
"//services/service_manager/public/cpp",
]
}