summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/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/WebCore/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/WebCore/Android.mk')
-rw-r--r--Source/WebCore/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk
index 742fade..677da4b 100644
--- a/Source/WebCore/Android.mk
+++ b/Source/WebCore/Android.mk
@@ -577,7 +577,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/android/FileChooserAndroid.cpp \
platform/android/FileSystemAndroid.cpp \
platform/android/GeolocationServiceAndroid.cpp \
- platform/android/GeolocationServiceBridge.cpp \
platform/android/KeyEventAndroid.cpp \
platform/android/LanguageAndroid.cpp \
platform/android/LocalizedStringsAndroid.cpp \