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

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

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: updated test code 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 # 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", 4 "+device/sensors/public/cpp/orientation_data.h",
6 5
7 "-modules", 6 "-modules",
8 "+modules/EventModules.h", 7 "+modules/EventModules.h",
9 "+modules/EventTargetModules.h", 8 "+modules/EventTargetModules.h",
10 "+modules/ModulesExport.h", 9 "+modules/ModulesExport.h",
11 "+modules/device_orientation", 10 "+modules/device_orientation",
12 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698