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

Unified Diff: services/device/BUILD.gn

Issue 2812223006: Replace device_sensor browsertest by service unittest. (Closed)
Patch Set: eliminate "unreachable code" warning. 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 | « services/BUILD.gn ('k') | services/device/device_service_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 1e75403bb798a4b0db4d07bccc64f07dceebfefc..658419f0a225db43a843af5a0585f1f277819d01 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -60,6 +60,7 @@ source_set("tests") {
sources = [
"power_monitor/power_monitor_message_broadcaster_unittest.cc",
"public/cpp/power_monitor/power_monitor_broadcast_source_unittest.cc",
+ "sensors/device_sensor_service_unittest.cc",
"vibration/vibration_manager_impl_unittest.cc",
]
@@ -67,6 +68,8 @@ source_set("tests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//device/sensors",
+ "//device/sensors/public/cpp:full",
"//mojo/public/cpp/bindings",
"//services/device/power_monitor",
"//services/device/public/cpp/power_monitor",
« no previous file with comments | « services/BUILD.gn ('k') | services/device/device_service_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698