naiveproxy/services/service_manager/public/mojom/BUILD.gn
2018-08-11 05:35:24 +00:00

33 lines
763 B
Plaintext

# Copyright 2014 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("//mojo/public/tools/bindings/mojom.gni")
mojom_component("mojom") {
output_prefix = "service_manager_mojom"
macro_prefix = "SERVICE_MANAGER_MOJOM"
sources = [
"connector.mojom",
"interface_provider.mojom",
"interface_provider_spec.mojom",
"service.mojom",
"service_control.mojom",
"service_factory.mojom",
"service_manager.mojom",
]
public_deps = [
":constants",
]
}
mojom_component("constants") {
output_prefix = "service_manager_mojom_constants"
macro_prefix = "SERVICE_MANAGER_MOJOM_CONSTANTS"
sources = [
"constants.mojom",
]
}