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

Unified Diff: content/renderer/DEPS

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/DEPS
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index 5694c0649de62461d110e0d8fdc4eb88d04a16f7..b8655467a0804ad4245c84933f921a7048f060a8 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+content/public/child",
"+content/public/renderer",
"+content/child",
+ "+device/base",
"+device/battery", # For battery status service.
"+device/sensors/public",
"+device/base/synchronization",

Powered by Google App Engine
This is Rietveld 408576698