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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed similarity diff 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/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index 2c21dbb1d47bdf6ec409826ec8ee43ec30a236f3..d82d2c8060d01c6780b8253dcadbab614b20c94b 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -114,6 +114,9 @@
'public/WebDevToolsAgentClient.h',
'public/WebDevToolsFrontend.h',
'public/WebDevToolsFrontendClient.h',
+ 'public/WebDeviceMotionData.h'
+ 'public/WebDeviceMotionHandler.h',
+ 'public/WebDeviceMotionListener.h',
'public/WebDeviceOrientation.h',
'public/WebDeviceOrientationClient.h',
'public/WebDeviceOrientationClientMock.h',

Powered by Google App Engine
This is Rietveld 408576698