910e62b5创建于 1月15日历史提交
# 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.

import("//build/config/python.gni")

python_library("av_sync_tests") {
  testonly = true
  pydeps_file = "av_sync_tests.pydeps"
  deps = [
    "//build/fuchsia/test:gs_util_wrapper",
    "//build/fuchsia/test:version",
  ]
  data_deps = [
    "//build/config/fuchsia:deployment_resources",
    "//build/fuchsia/cipd:strip_chromedriver_binary",
    "//content/test:fuchsia_telemetry_test_data",
    "//fuchsia_web/shell",
  ]
  data = [
    # .vpython3 comes with webdriver via the wheel, it's not necessary to
    # include //third_party/webdriver/pylib/ in the data deps.
    "//.vpython3",
    "//fuchsia_web/av_testing/server.py",
    "//fuchsia_web/av_testing/video.html",
  ]
}