diff options
Diffstat (limited to 'WebCore/Android.mk')
-rw-r--r-- | WebCore/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk index 6d3c4b0..468e566 100644 --- a/WebCore/Android.mk +++ b/WebCore/Android.mk @@ -235,6 +235,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ history/HistoryItem.cpp \ history/PageCache.cpp \ \ + history/android/HistoryItemAndroid.cpp \ + \ html/CollectionCache.cpp \ html/File.cpp \ html/FileList.cpp \ |