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

Unified Diff: services/device/BUILD.gn

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code rebase 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/public/common/content_features.cc ('k') | services/device/device_service.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 fbcee0cc3d2b59f886a86227db6b492f4f20a96e..88cc4f2874a7518846d617a65acc984cf3bd4e69 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -22,11 +22,13 @@ source_set("lib") {
deps = [
"//base",
"//device/battery:mojo_bindings",
+ "//device/generic_sensor",
"//device/sensors",
"//device/vibration:mojo_bindings",
"//device/wake_lock",
"//services/device/fingerprint",
"//services/device/power_monitor",
+ "//services/device/public/cpp:device_features",
"//services/device/screen_orientation",
"//services/device/time_zone_monitor",
"//services/service_manager/public/cpp",
« no previous file with comments | « content/public/common/content_features.cc ('k') | services/device/device_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698