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

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: rebase Created 5 years, 1 month 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 bc84c23cb2ff475e06016babee3e053d508ac3d1..0c4d52c525b3d0ae7e68a3c218c69dcdbe9c4512 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -899,6 +899,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