blob: b92e741353b2bd394855e9cd422e4a4c0501faf5 [file] [log] [blame] [edit]
# 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" ]
}