naiveproxy/chrome/services/removable_storage_writer/BUILD.gn

30 lines
715 B
Plaintext
Raw Normal View History

2018-08-15 01:19:20 +03:00
# 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.
import("//services/service_manager/public/service_manifest.gni")
source_set("lib") {
sources = [
"removable_storage_writer.cc",
"removable_storage_writer.h",
"removable_storage_writer_service.cc",
"removable_storage_writer_service.h",
]
deps = [
"//base",
"//mojo/public/cpp/bindings",
]
public_deps = [
"//chrome/services/removable_storage_writer/public/mojom",
"//services/service_manager/public/cpp",
]
}
service_manifest("manifest") {
name = "removable_storage_writer"
source = "manifest.json"
}