chromium/ash/webui/recorder_app_ui/resources/platforms/platforms.gni

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

# TODO(pihsun): This currently contains dev files to the release build since
# build_webui don't expose the toggle to have dev files compiled but not
# include in the bundle. Reconsider this when we eventually have an "expert
# mode" to toggle different platform implementation on DUT.
platform_files = [
  "dev/error-view.ts",
  "dev/handler.ts",
  "dev/settings.ts",
  "dev/strings.ts",
  "swa/handler.ts",
  "swa/on_device_model.ts",
  "swa/soda_session.ts",
  "swa/types.ts",
]