blob: 81e5f58a85eddbea37c896d21f07eb3a1a86b382 [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_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",
]
}