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

Unified Diff: device/BUILD.gn

Issue 2306333002: [sensors] Add Generic Sensor platform unit tests. (Closed)
Patch Set: Tim's comments Created 4 years, 3 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 | « no previous file | 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 4b7bf23c3b9cfdfd2fe4cc26a7333cc18d33619e..fc54dc77c190a1cf4cbb34b5d7497481c98ae0bc 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -60,6 +60,7 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
"gamepad/gamepad_provider_unittest.cc",
+ "generic_sensor/platform_sensor_provider_unittest.cc",
"test/run_all_unittests.cc",
]
@@ -71,6 +72,8 @@ test("device_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
+ "//device/generic_sensor",
+ "//device/generic_sensor:testing",
"//device/geolocation:unittests",
"//device/power_save_blocker",
"//mojo/common",
« no previous file with comments | « no previous file | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698