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

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

Issue 2885203004: Refactor content/renderer/device_sensors to use device/generic_sensor instead of device/sensors (Closed)
Patch Set: updated content/renderer/BUILD.gn 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
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", 2 "-modules",
8 "+modules/EventModules.h", 3 "+modules/EventModules.h",
9 "+modules/EventTargetModules.h", 4 "+modules/EventTargetModules.h",
10 "+modules/ModulesExport.h", 5 "+modules/ModulesExport.h",
11 "+modules/device_orientation", 6 "+modules/device_orientation",
12 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698