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

Side by Side Diff: third_party/WebKit/Source/modules/device_orientation/DEPS

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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 # NOTE: These files are POD structs used to interpret shared memory across 2 # NOTE: These files are POD structs used to interpret shared memory across
3 # the Device Sensors implementation and the Blink client. 3 # the Device Sensors implementation and the Blink client.
4 "+device/sensors/public/cpp/motion_data.h",
5 "+device/sensors/public/cpp/orientation_data.h",
6
7 "-modules", 4 "-modules",
8 "+modules/EventModules.h", 5 "+modules/EventModules.h",
9 "+modules/EventTargetModules.h", 6 "+modules/EventTargetModules.h",
10 "+modules/ModulesExport.h", 7 "+modules/ModulesExport.h",
11 "+modules/device_orientation", 8 "+modules/device_orientation",
9
10 "+services/device/public/cpp/sensors/motion_data.h",
11 "+services/device/public/cpp/sensors/orientation_data.h",
12 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698