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

Unified Diff: content/renderer/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: few more nits 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: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index ca620ed678e164abf22a2c79ab68080a43f12f58..933b7b55694bb3fc1a1b448ab8b0c570841d63f3 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -419,6 +419,7 @@ target(link_target_type, "renderer") {
"//device/base/synchronization",
"//device/battery:mojo_bindings",
"//device/bluetooth",
+ "//device/sensors/public/cpp",
"//device/time_zone_monitor/public/interfaces",
"//device/usb/public/interfaces",
"//device/vibration:mojo_bindings",

Powered by Google App Engine
This is Rietveld 408576698