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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2434073002: [sensors] PlatformSensorProvider implementations are notified when there are no sensor instances (Closed)
Patch Set: rebased 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
« no previous file with comments | « no previous file | device/generic_sensor/fake_platform_sensor_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index 280d58cd28d99eb1c5d9e4379b8935502cf14e32..51f9cb933b13ed53d2c578dd85b8edda6ff485fc 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -93,5 +93,6 @@ static_library("testing") {
public_deps = [
":generic_sensor",
"//base",
+ "//testing/gmock",
]
}
« no previous file with comments | « no previous file | device/generic_sensor/fake_platform_sensor_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698