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

Unified Diff: Source/modules/modules.gypi

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed add-listener-from-callback-expected.txt Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e624eaacaef14edbc8d76d45f595d19dab8f7477..4713a2fb8116f3a74525fb3458a7a84d66216b32 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -178,6 +178,8 @@
'device_orientation/DeviceMotionController.h',
'device_orientation/DeviceMotionData.cpp',
'device_orientation/DeviceMotionData.h',
+ 'device_orientation/DeviceMotionDispatcher.cpp',
+ 'device_orientation/DeviceMotionDispatcher.h',
'device_orientation/DeviceMotionEvent.h',
'device_orientation/DeviceMotionEvent.cpp',
'device_orientation/DeviceRotationRate.cpp',

Powered by Google App Engine
This is Rietveld 408576698