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

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 comments 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 d0f8f9e743eb8fd4b5fcc6a5a978b33e129b337d..8681b314f8044088937e251bb6388d4f6e560ba0 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -205,6 +205,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