diff options
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/Android.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk index e8f6dce..749154f 100644 --- a/WebCore/Android.mk +++ b/WebCore/Android.mk @@ -635,8 +635,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/Length.cpp \ platform/LinkHash.cpp \ platform/Logging.cpp \ - platform/MockGeolocationService.cpp \ platform/MIMETypeRegistry.cpp \ + platform/MockGeolocationService.cpp \ platform/ScrollView.cpp \ platform/Scrollbar.cpp \ platform/ScrollbarThemeComposite.cpp \ @@ -668,8 +668,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/android/TemporaryLinkStubs.cpp \ platform/android/WidgetAndroid.cpp \ \ - platform/text/android/TextBreakIteratorInternalICU.cpp \ - \ platform/animation/Animation.cpp \ platform/animation/AnimationList.cpp \ \ @@ -802,6 +800,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/text/TextStream.cpp \ platform/text/UnicodeRange.cpp \ \ + platform/text/android/TextBreakIteratorInternalICU.cpp \ + \ plugins/MimeType.cpp \ plugins/MimeTypeArray.cpp \ plugins/Plugin.cpp \ @@ -965,12 +965,12 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ storage/LocalStorageThread.cpp \ storage/OriginQuotaManager.cpp \ storage/OriginUsageRecord.cpp \ - storage/SessionStorage.cpp \ - storage/SessionStorageArea.cpp \ storage/SQLResultSet.cpp \ storage/SQLResultSetRowList.cpp \ storage/SQLStatement.cpp \ storage/SQLTransaction.cpp \ + storage/SessionStorage.cpp \ + storage/SessionStorageArea.cpp \ storage/Storage.cpp \ storage/StorageArea.cpp \ storage/StorageEvent.cpp \ |