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

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, 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 179069b84f69e0f79855ade286f810c263716ec4..7500f684bc549fc6ed232e34e9bc9d131a8a77d0 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -896,10 +896,14 @@
'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',
'device_orientation/DeviceOrientationData.h',
+ 'device_orientation/DeviceOrientationAbsoluteDispatcher.cpp',
+ 'device_orientation/DeviceOrientationAbsoluteDispatcher.h',
'device_orientation/DeviceOrientationDispatcher.cpp',
'device_orientation/DeviceOrientationDispatcher.h',
'device_orientation/DeviceOrientationEvent.cpp',

Powered by Google App Engine
This is Rietveld 408576698