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

Unified Diff: content/renderer/DEPS

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fixes from additional 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..b4d35f346aea9de4e2faa9d4a27b4534829344c4 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -9,8 +9,9 @@ include_rules = [
"+content/public/renderer",
"+content/child",
"+device/battery", # For battery status service.
- "+device/sensors/public",
"+device/base/synchronization",
+ "+device/generic_sensor/shared",
+ "+device/sensors/public",
"+device/time_zone_monitor/public",
"+device/usb/public",
"+device/vibration",

Powered by Google App Engine
This is Rietveld 408576698