Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: device/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 1d42690ffddeee4a05f284ed184d0060fb2dffc1..fccb04ddaf1b689115bb22db4202a5b88dcb1d37 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -67,8 +67,6 @@ test("device_unittests") {
"gamepad/gamepad_provider_unittest.cc",
"gamepad/gamepad_service_unittest.cc",
"gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
- "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
- "generic_sensor/platform_sensor_provider_unittest.cc",
"sensors/data_fetcher_shared_memory_base_unittest.cc",
"sensors/sensor_manager_android_unittest.cc",
"sensors/sensor_manager_chromeos_unittest.cc",
@@ -88,8 +86,6 @@ test("device_unittests") {
"//device/gamepad/public/cpp:shared_with_blink",
"//device/gamepad/public/interfaces",
"//device/gamepad/public/interfaces:gamepad_struct_traits_test",
- "//device/generic_sensor",
- "//device/generic_sensor:testing",
"//device/geolocation:unittests",
"//device/power_save_blocker",
"//device/sensors",
@@ -107,11 +103,6 @@ test("device_unittests") {
"//url",
]
- if (!is_linux_without_udev) {
- sources +=
- [ "generic_sensor/platform_sensor_and_provider_unittest_linux.cc" ]
- }
-
# HID and Serial:
# Android doesn't compile.
# Linux, requires udev.
@@ -247,12 +238,6 @@ test("device_unittests") {
"bluetooth/bluetooth_low_energy_win_fake.cc",
"bluetooth/bluetooth_low_energy_win_fake.h",
]
-
- # Needed for "generic_sensor/platform_sensor_and_provider_unittest_win.cc"
- libs = [
- "propsys.lib",
- "sensorsapi.lib",
- ]
}
if (enable_vr) {
« no previous file with comments | « content/test/BUILD.gn ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698