blob: 4dfe90d7afd7da317deabbb35d9f36ffe7f5ebf6 [file] [log] [blame]
# Copyright 2019 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 = [
"image_annotation.mojom",
]
public_deps = [
":constants",
]
deps = [
"//mojo/public/mojom/base",
]
}
mojom("constants") {
sources = [
"constants.mojom",
]
}