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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2434073002: [sensors] PlatformSensorProvider implementations are notified when there are no sensor instances (Closed)
Patch Set: [sensors] PlatformSensorProvider implementations are notified when there are no sensor instances Created 4 years, 2 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 f8062f74fb411d982573dc935550f97d30821860..e69b3d80cce5fdd72c857bcd75492ab45c038e1a 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -86,5 +86,6 @@ static_library("testing") {
":generic_sensor",
"//base",
"//device/generic_sensor/public/interfaces",
+ "//testing/gmock",
]
}

Powered by Google App Engine
This is Rietveld 408576698