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

Unified Diff: Source/modules/modules.gypi

Issue 14472006: Move DeviceMotion related classes from core/dom to modules/device_orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase retry Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/device_orientation/DeviceRotationRate.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 8b17bad92e5e0ff14126beade71ab9eb42da68ec..aee277055d5578fc957b0c7ee87f4677aafd15e2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -2,6 +2,7 @@
'variables': {
'modules_include_dirs': [
'battery',
+ 'device_orientation',
'donottrack',
'filesystem',
'gamepad',
@@ -24,6 +25,9 @@
'modules_idl_files': [
'battery/BatteryManager.idl',
'battery/NavigatorBattery.idl',
+ 'device_orientation/DeviceAcceleration.idl',
+ 'device_orientation/DeviceMotionEvent.idl',
+ 'device_orientation/DeviceRotationRate.idl',
'donottrack/NavigatorDoNotTrack.idl',
'filesystem/DOMFileSystem.idl',
'filesystem/DOMFileSystemSync.idl',
@@ -194,6 +198,17 @@
'battery/BatteryStatus.h',
'battery/NavigatorBattery.cpp',
'battery/NavigatorBattery.h',
+ 'device_orientation/DeviceAcceleration.cpp',
+ 'device_orientation/DeviceAcceleration.h',
+ 'device_orientation/DeviceMotionClient.h',
+ 'device_orientation/DeviceMotionController.cpp',
+ 'device_orientation/DeviceMotionController.h',
+ 'device_orientation/DeviceMotionData.cpp',
+ 'device_orientation/DeviceMotionData.h',
+ 'device_orientation/DeviceMotionEvent.h',
+ 'device_orientation/DeviceMotionEvent.cpp',
+ 'device_orientation/DeviceRotationRate.cpp',
+ 'device_orientation/DeviceRotationRate.h',
'donottrack/NavigatorDoNotTrack.cpp',
'donottrack/NavigatorDoNotTrack.h',
'filesystem/DOMFilePath.cpp',
« no previous file with comments | « Source/modules/device_orientation/DeviceRotationRate.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698