diff options
author | Steve Block <steveblock@google.com> | 2009-09-08 12:04:42 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-09-08 12:42:22 +0100 |
commit | 9c3710c76ea425248782469af80633fd63cb6f8d (patch) | |
tree | 1dfaee32b92c641accb4a2d95431e60a05f1cd96 /WebCore/Android.v8.mk | |
parent | 4bc61ed8a1dd316ae902cd9cfca5b7b2fb098159 (diff) | |
download | external_webkit-9c3710c76ea425248782469af80633fd63cb6f8d.zip external_webkit-9c3710c76ea425248782469af80633fd63cb6f8d.tar.gz external_webkit-9c3710c76ea425248782469af80633fd63cb6f8d.tar.bz2 |
Updates mock Geolocation service to match final version submitted to WebKit.
See https://bugs.webkit.org/show_bug.cgi?id=28264.
Change-Id: I30900239108ea699f194fceb30626f41c928c08e
Diffstat (limited to 'WebCore/Android.v8.mk')
-rw-r--r-- | WebCore/Android.v8.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/Android.v8.mk b/WebCore/Android.v8.mk index 91b4750..d604564 100644 --- a/WebCore/Android.v8.mk +++ b/WebCore/Android.v8.mk @@ -434,7 +434,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/Length.cpp \ platform/LinkHash.cpp \ platform/Logging.cpp \ - platform/MockGeolocationService.cpp \ platform/MIMETypeRegistry.cpp \ platform/ScrollView.cpp \ platform/Scrollbar.cpp \ @@ -554,6 +553,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/image-decoders/gif/GIFImageReader.cpp \ platform/image-decoders/skia/ImageDecoderSkia.cpp \ \ + platform/mock/GeolocationServiceMock.cpp \ + \ platform/network/AuthenticationChallengeBase.cpp \ platform/network/Credential.cpp \ platform/network/FormData.cpp \ |