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 4af6848..3e13e33 100644 --- a/WebCore/Android.mk +++ b/WebCore/Android.mk @@ -594,6 +594,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ \ platform/text/Base64.cpp \ platform/text/BidiContext.cpp \ + platform/text/LineEnding.cpp \ platform/text/RegularExpression.cpp \ platform/text/SegmentedString.cpp \ platform/text/String.cpp \ @@ -823,6 +824,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ storage/SQLResultSet.cpp \ storage/SQLResultSetRowList.cpp \ storage/SQLStatement.cpp \ + storage/SQLStatementSync.cpp \ storage/SQLTransaction.cpp \ storage/SQLTransactionClient.cpp \ storage/SQLTransactionCoordinator.cpp \ |
