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

Unified Diff: device/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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/layouttest_support.cc ('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 1542a8730e20aa58f57467525a50c454c68d020d..5a8cf2730e1c0266700051e2c07826e4cb98bb8c 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -70,9 +70,6 @@ test("device_unittests") {
"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",
"test/run_all_unittests.cc",
"u2f/u2f_apdu_unittest.cc",
"u2f/u2f_message_unittest.cc",
@@ -97,9 +94,6 @@ test("device_unittests") {
"//device/generic_sensor:testing",
"//device/geolocation:unittests",
"//device/power_save_blocker",
- "//device/sensors",
- "//device/sensors/public/cpp:full",
- "//device/sensors/public/interfaces",
"//device/wake_lock",
"//mojo/common",
"//mojo/edk/system",
@@ -193,7 +187,6 @@ test("device_unittests") {
":bluetooth_test_jni_headers",
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
- "//device/sensors:java",
"//device/usb:java",
]
deps -= [ "//device/battery" ]
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698