| # Copyright 2022 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//common-mk/mojom_bindings_generator.gni") | |
| generate_mojom_bindings("executor_mojo_bindings") { | |
| mojo_root = "${platform2_root}" | |
| sources = [ "executor.mojom" ] | |
| } |