blob: f601b9ba2e3d2aacc8a944139a18afa51c0c5125 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
import("//mojo/public/tools/bindings/mojom.gni")
assert(is_chromeos_ash, "Launcher internals is ash-chrome only.")
mojom("mojo_bindings") {
sources = [ "launcher_internals.mojom" ]
webui_module_path = "/"
}