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

Unified Diff: device/BUILD.gn

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: fix compile error on Windows Created 3 years, 6 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/data/device_sensors/device_motion_test.html ('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 c1b88ee914997988e9def5751f50406e5f4d8379..2b51fb5f9dd8cab6e2e6876c64c69cd68c198f97 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -68,6 +68,7 @@ test("device_unittests") {
"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_android.cc",
"sensors/data_fetcher_shared_memory_base_unittest.cc",
"sensors/sensor_manager_android_unittest.cc",
"sensors/sensor_manager_chromeos_unittest.cc",
@@ -185,6 +186,7 @@ test("device_unittests") {
deps += [
":bluetooth_test_java",
":bluetooth_test_jni_headers",
+ "//device/generic_sensor:java",
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
"//device/sensors:java",
« no previous file with comments | « content/test/data/device_sensors/device_motion_test.html ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698