summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/Android.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-05-17 18:36:32 +0100
committerSteve Block <steveblock@google.com>2012-05-18 12:16:12 +0100
commit0769e328661adb91472349fbfa3a5474a1f7ee0d (patch)
tree6ce8f5d3ab3c6f3cfd2fb3c18826092f1bdae9ff /Source/WebKit/Android.mk
parent084a2f00a6b30ce87ec8a8eabbea3ac9cbfa6e7e (diff)
downloadexternal_webkit-0769e328661adb91472349fbfa3a5474a1f7ee0d.zip
external_webkit-0769e328661adb91472349fbfa3a5474a1f7ee0d.tar.gz
external_webkit-0769e328661adb91472349fbfa3a5474a1f7ee0d.tar.bz2
Move GeolocationServiceBridge to WebKit/android/jni and extract Listener interface
Also modify GeolocationServiceBridge to take a WebViewCore rather than a Frame. This will simplify the transition to client-based implementation, which will re-use GeolocationServiceBridge. No functional change. Bug: 6511338 Change-Id: I2de9dfed51d785c85b40f362f20189f208adf6ec
Diffstat (limited to 'Source/WebKit/Android.mk')
-rw-r--r--Source/WebKit/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/Android.mk b/Source/WebKit/Android.mk
index c3e9798..a27576b 100644
--- a/Source/WebKit/Android.mk
+++ b/Source/WebKit/Android.mk
@@ -61,6 +61,7 @@ LOCAL_SRC_FILES += \
android/jni/DeviceMotionClientImpl.cpp \
android/jni/DeviceOrientationClientImpl.cpp \
android/jni/GeolocationPermissionsBridge.cpp \
+ android/jni/GeolocationServiceBridge.cpp \
android/jni/JavaBridge.cpp \
android/jni/JavaSharedClient.cpp \
android/jni/MIMETypeRegistry.cpp \