blob: acb4573ec400090d8aa68c022224e85a0cd5c079 [file] [log] [blame]
# Copyright 2017 The Chromium Authors
# 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 = [ "file_patcher.mojom" ]
cpp_typemaps = [
{
types = [
{
mojom = "patch.mojom.ZucchiniStatus"
cpp = "zucchini::status::Code"
},
]
traits_headers = [ "file_patcher_mojom_traits.h" ]
traits_public_deps = [ "//components/zucchini:zucchini_lib" ]
},
]
public_deps = [
"//mojo/public/mojom/base",
"//sandbox/policy/mojom",
]
}