1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26

fuchsia_web / av_testing / BUILD.gn [blame]

# 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",
    "//fuchsia_web/av_testing/server.py",
    "//fuchsia_web/av_testing/video.html",
    "//third_party/webdriver/pylib/",
  ]
}