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

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: fixed Eric's comments. 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 e78b28d479deb04bed94b626b31226cf27fd9004..d969bb7cb43987c0dcc3b6824ede208b2023eb34 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -3739,7 +3739,7 @@
'platform/chromium/ContextMenuChromium.cpp',
'platform/chromium/ContextMenuItemChromium.cpp',
'platform/chromium/CursorChromium.cpp',
- 'platform/chromium/DeviceMotionChromium.cpp',
+ 'platform/chromium/DeviceMotion.cpp',
'platform/chromium/DragDataChromium.cpp',
'platform/chromium/DragDataRef.h',
'platform/chromium/DragImageChromiumSkia.cpp',
@@ -3804,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