diff options
Diffstat (limited to 'JavaScriptCore')
-rw-r--r-- | JavaScriptCore/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/JavaScriptCore/Android.mk b/JavaScriptCore/Android.mk index 6973fa1..08a95c5 100644 --- a/JavaScriptCore/Android.mk +++ b/JavaScriptCore/Android.mk @@ -140,7 +140,6 @@ 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,11 +192,9 @@ 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. @@ -212,6 +209,7 @@ 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 \ |