blob: 48bbf3d5ab66623b4ac631df84788af8a28a2e68 [file] [log] [blame]
# Copyright 2021 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")
cur_dir = rebase_path(".", "//")
mojom("mojo_bindings") {
sources = [ "image_editor.mojom" ]
public_deps = [
"//mojo/public/mojom/base",
"//skia/public/mojom",
"//ui/gfx/geometry/mojom",
]
webui_module_path = "/$cur_dir"
}