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

Unified Diff: third_party/WebKit/Source/modules/sensor/DEPS

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 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: third_party/WebKit/Source/modules/sensor/DEPS
diff --git a/third_party/WebKit/Source/modules/sensor/DEPS b/third_party/WebKit/Source/modules/sensor/DEPS
index 1ba448a56bc8990e99cbf10bf38b0a6486725fe0..6cffc204fd2473e04e3c69dce6145e70920ed147 100644
--- a/third_party/WebKit/Source/modules/sensor/DEPS
+++ b/third_party/WebKit/Source/modules/sensor/DEPS
@@ -1,11 +1,12 @@
include_rules = [
- "+device/generic_sensor/public/cpp",
- "+device/generic_sensor/public/interfaces",
"-modules",
"+modules/EventModules.h",
"+modules/EventTargetModules.h",
"+modules/ModulesExport.h",
"+modules/sensor",
"+mojo/public/cpp/bindings",
+ "+services/device/public/cpp/generic_sensor",
+ "+services/device/public/interfaces/sensor.mojom-blink.h",
+ "+services/device/public/interfaces/sensor_provider.mojom-blink.h",
"+services/device/public/interfaces/constants.mojom-blink.h",
]
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/Sensor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698