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

Unified Diff: Source/WebCore/WebCore.gypi

Issue 13866007: WebKit & WebCore part of the device motion implementation using the platform layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@devicemotion-webcore
Patch Set: added new LICENSE header 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/WebCore/WebCore.gypi
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index 130eb82973156678ed6746f2d18aaa2e60ac3d63..05715cb3576f1977e96444f1a6ff9b571ba6a776 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -3739,6 +3739,7 @@
'platform/chromium/ContextMenuChromium.cpp',
'platform/chromium/ContextMenuItemChromium.cpp',
'platform/chromium/CursorChromium.cpp',
+ 'platform/chromium/DeviceMotionChromium.cpp',
'platform/chromium/DragDataChromium.cpp',
'platform/chromium/DragDataRef.h',
'platform/chromium/DragImageChromiumSkia.cpp',
@@ -3803,6 +3804,9 @@
'platform/chromium/TraceEvent.h',
'platform/chromium/VisitedLinksChromium.cpp',
'platform/chromium/WidgetChromium.cpp',
+ 'platform/chromium/support/WebDeviceMotionData.cpp',
+ 'platform/chromium/support/WebDeviceMotionEventPump.h',
+ 'platform/chromium/support/WebDeviceMotionEventPump.cpp',
'platform/cocoa/KeyEventCocoa.h',
'platform/cocoa/KeyEventCocoa.mm',
'platform/graphics/ANGLEWebKitBridge.cpp',

Powered by Google App Engine
This is Rietveld 408576698