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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and rebase Created 5 years, 2 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: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 6f802377303a49a8daa41083147bdb71e6635545..cd37b51089e907dcf3d044a0e61d2de027731d36 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -897,6 +897,8 @@
'device_orientation/DeviceMotionDispatcher.h',
'device_orientation/DeviceMotionEvent.cpp',
'device_orientation/DeviceMotionEvent.h',
+ 'device_orientation/DeviceOrientationAbsoluteController.cpp',
+ 'device_orientation/DeviceOrientationAbsoluteController.h',
'device_orientation/DeviceOrientationController.cpp',
'device_orientation/DeviceOrientationController.h',
'device_orientation/DeviceOrientationData.cpp',

Powered by Google App Engine
This is Rietveld 408576698