blob: f733f58b9cb86e7413ce0b5158f06e83b5d00fce [file] [log] [blame]
# Copyright 2018 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("mojom") {
sources = [
"app_registry.mojom",
"app_service.mojom",
]
public_deps = [
":constants",
":types",
"//mojo/public/mojom/base",
]
}
mojom("constants") {
sources = [
"constants.mojom",
]
}
mojom("types") {
sources = [
"types.mojom",
]
}