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

Unified Diff: content/renderer/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fixes for Tim comments 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..47d0a569624d33e7fee0f8287041e5cc2821e497 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -416,6 +416,7 @@ target(link_target_type, "renderer") {
"//content/public/common:feature_h264_with_openh264_ffmpeg",
"//content/public/common:features",
"//crypto:platform",
+ "//device/base",
"//device/base/synchronization",
"//device/battery:mojo_bindings",
"//device/bluetooth",

Powered by Google App Engine
This is Rietveld 408576698