blob: a95f78d5d57f13add0dd099a06fd03cd6223d5f0 [file] [log] [blame]
# Copyright 2022 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")
import("//tools/typescript/ts_library.gni")
assert(is_chromeos_ash, "Manage MirrorSync dialog is ash-chrome only")
mojom("mojo_bindings") {
sources = [ "manage_mirrorsync.mojom" ]
public_deps = [ "//mojo/public/mojom/base" ]
webui_module_path = "/"
use_typescript_sources = true
}