blob: 3693556802807cf725898f93c5fa06454ed132a9 [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",
]
}
mojom("constants") {
sources = [
"constants.mojom",
]
}
mojom("types") {
sources = [
"types.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
"//ui/gfx/image/mojo:interfaces",
]
}