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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+device/generic_sensor/public/cpp",
3 "+device/generic_sensor/public/interfaces",
4 "-modules", 2 "-modules",
5 "+modules/EventModules.h", 3 "+modules/EventModules.h",
6 "+modules/EventTargetModules.h", 4 "+modules/EventTargetModules.h",
7 "+modules/ModulesExport.h", 5 "+modules/ModulesExport.h",
8 "+modules/sensor", 6 "+modules/sensor",
9 "+mojo/public/cpp/bindings", 7 "+mojo/public/cpp/bindings",
8 "+services/device/public/cpp/generic_sensor",
9 "+services/device/public/interfaces/sensor.mojom-blink.h",
10 "+services/device/public/interfaces/sensor_provider.mojom-blink.h",
10 "+services/device/public/interfaces/constants.mojom-blink.h", 11 "+services/device/public/interfaces/constants.mojom-blink.h",
11 ] 12 ]
OLDNEW
« 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