blob: 242f83dad5cfe2e16cef8ec8cae31d1e0d00ff7b [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# 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 = [
"fake_sensor_and_provider.cc",
"fake_sensor_and_provider.h",
"fake_serial_port_manager.cc",
"fake_serial_port_manager.h",
"fake_usb_device.cc",
"fake_usb_device.h",
"fake_usb_device_info.cc",
"fake_usb_device_info.h",
"fake_usb_device_manager.cc",
"fake_usb_device_manager.h",
"mock_usb_mojo_device.cc",
"mock_usb_mojo_device.h",
"scoped_geolocation_overrider.cc",
"scoped_geolocation_overrider.h",
"test_wake_lock_provider.cc",
"test_wake_lock_provider.h",
]
public_deps = [
"//base",
"//services/device/public/cpp/generic_sensor",
"//services/device/public/cpp/geolocation",
"//services/device/public/cpp/usb",
"//services/device/public/mojom",
"//services/device/public/mojom:usb",
"//services/service_manager/public/cpp",
]
deps = [
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//testing/gmock",
"//testing/gtest",
"//url:url",
]
}