# 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")
assert(is_chromeos_ash, "Hotspot is Chrome OS only.")
copy("copy_mojo_files") {
deps = [
"//chromeos/ash/services/hotspot_config/public/mojom:mojom_ts__generator",
]
sources = [ "$root_gen_dir/chromeos/ash/services/hotspot_config/public/mojom/cros_hotspot_config.mojom-webui.ts" ]
outputs = [ "$root_gen_dir/ash/webui/common/resources/preprocessed/hotspot/{{source_file_part}}" ]
}