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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: address more comments Created 3 years, 6 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: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index f95b0a1b20ca513b3413aa7b44b5c58836e5f0fb..cf6fb0541bcbfd3a8c4445359e541880770e5841 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -52,6 +52,7 @@ component("generic_sensor") {
deps = [
"//base",
"//device/base/synchronization",
+ "//services/device/public/cpp:device_features",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698