[go: nahoru, domu]

blob: 40e36e96393a305a490927149bf5a96c75c70447 [file] [log] [blame]
# Copyright 2019 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)
mojom("crostini_installer_types_mojom") {
webui_module_path = "/"
# For Closure Compiler targets in chrome/browser/resources/chromeos/crostini
generate_webui_js_bindings = true
sources = [ "crostini_types.mojom" ]
}