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

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, 9 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
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index de1ecce831ab8f671158382d7e10af913ff8ed8f..7f9c61ee5127dcf04f760b06abf8900fd7efa447 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -19,6 +19,7 @@ source_set("lib") {
deps = [
"//base",
"//device/battery:mojo_bindings",
+ "//device/generic_sensor",
"//device/sensors",
"//device/vibration:mojo_bindings",
"//device/wake_lock",

Powered by Google App Engine
This is Rietveld 408576698