diff options
Diffstat (limited to 'JavaScriptCore')
-rw-r--r-- | JavaScriptCore/Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/JavaScriptCore/Android.mk b/JavaScriptCore/Android.mk index a003693..c27c703 100644 --- a/JavaScriptCore/Android.mk +++ b/JavaScriptCore/Android.mk @@ -141,6 +141,7 @@ LOCAL_SRC_FILES := \ runtime/Lookup.cpp \ runtime/MarkStack.cpp \ runtime/MarkStackPosix.cpp \ + runtime/MarkStackWin.cpp \ runtime/MathObject.cpp \ runtime/NativeErrorConstructor.cpp \ runtime/NativeErrorPrototype.cpp \ @@ -193,9 +194,11 @@ LOCAL_SRC_FILES := \ \ wtf/android/MainThreadAndroid.cpp \ \ + wtf/haiku/MainThreadHaiku.cpp \ wtf/unicode/CollatorDefault.cpp \ wtf/unicode/UTF8.cpp \ \ + wtf/unicode/glib/UnicodeGLib.cpp \ wtf/unicode/icu/CollatorICU.cpp # Rule to build grammar.y with our custom bison. @@ -210,7 +213,6 @@ LOCAL_GENERATED_SOURCES += $(GEN) JSC_OBJECTS := $(addprefix $(intermediates)/runtime/, \ ArrayPrototype.lut.h \ DatePrototype.lut.h \ - JSONObject.lut.h \ MathObject.lut.h \ NumberConstructor.lut.h \ RegExpConstructor.lut.h \ |