# Copyright 2023 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, "Connectivity services are Chrome OS only.")
copy("copy_mojo_files") {
deps = [
"//chromeos/ash/services/connectivity/public/mojom:mojom_ts__generator",
]
sources = [ "$root_gen_dir/chromeos/ash/services/connectivity/public/mojom/passpoint.mojom-webui.ts" ]
outputs = [ "$root_gen_dir/ash/webui/common/resources/preprocessed/connectivity/{{source_file_part}}" ]
}