naiveproxy/services/device/public/cpp/test/BUILD.gn
2018-12-09 21:59:24 -05:00

31 lines
768 B
Plaintext

# 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",
"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/mojom",
"//services/service_manager/public/cpp",
]
deps = [
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//testing/gtest",
]
}