blob: a2cc95ead098307466302739a3c478ee3a632dcc [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("engine_sandbox_interface") {
sources = [
"cleaner_engine_requests.mojom",
"engine_file_requests.mojom",
"engine_requests.mojom",
"engine_sandbox.mojom",
"pup.mojom",
"string16_embedded_nulls.mojom",
"windows_handle.mojom",
]
deps = [
"//components/chrome_cleaner/public/interfaces:interfaces",
"//mojo/public/mojom/base",
]
}
mojom("json_parser_interface") {
sources = [
"json_parser.mojom",
]
deps = [
"//mojo/public/mojom/base",
]
}
mojom("mojo_sandbox_hooks_test_interface") {
testonly = true
sources = [
"test_mojo_sandbox_hooks.mojom",
]
}