chromium/components/device_signals/test/BUILD.gn

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

source_set("test_support") {
  testonly = true
  sources = [
    "signals_contract.cc",
    "signals_contract.h",
    "test_constants.cc",
    "test_constants.h",
  ]

  if (is_win) {
    sources += [
      "win/files_data.cc",
      "win/files_data.h",
      "win/scoped_executable_files.cc",
      "win/scoped_executable_files.h",
    ]
  }

  deps = [
    "//base",
    "//base/test:test_support",
    "//components/device_signals/core/browser",
    "//components/device_signals/core/common",
  ]
}