# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_chromeos, "WebUI Syslogging is for Chrome OS only.")

copy("copy_mojo_files") {
  deps = [ "//ash/webui/common/mojom:webui_syslog_emitter_ts__generator" ]
  sources = [
    "$root_gen_dir/ash/webui/common/mojom/webui_syslog_emitter.mojom-webui.ts",
  ]
  outputs = [ "$root_gen_dir/ash/webui/common/resources/preprocessed/logging/{{source_file_part}}" ]
}
