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

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 and removed reduntant core/platform layer classes 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d0f8f9e743eb8fd4b5fcc6a5a978b33e129b337d..4cc8daba7e0ddcd9e8f66bbdd16f5c8e50f09885 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -209,6 +209,8 @@
'device_orientation/DeviceMotionEvent.cpp',
'device_orientation/DeviceRotationRate.cpp',
'device_orientation/DeviceRotationRate.h',
+ 'device_orientation/WebDeviceMotionDispatcher.cpp',
+ 'device_orientation/WebDeviceMotionDispatcher.h',
'donottrack/NavigatorDoNotTrack.cpp',
'donottrack/NavigatorDoNotTrack.h',
'filesystem/DOMFilePath.cpp',

Powered by Google App Engine
This is Rietveld 408576698