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

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: moved tests to be treated in a separate CL 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 7c7723c3e3345879de079f6beea46d2f9e42ae3d..881598ff6d30a19023bfc18c33eb5c56bf60171f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -179,6 +179,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