diff options
author | Steve Block <steveblock@google.com> | 2009-10-14 10:26:48 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-10-14 10:37:57 +0100 |
commit | af7015ae3148a20ea3935be7d2ff24beb9b3e5e1 (patch) | |
tree | 37558086894721887a1861fa9e9cf11cf83e6c2b /WebCore | |
parent | b86ce2d8f45ce9d45a301504eeaf17baff0d9708 (diff) | |
download | external_webkit-af7015ae3148a20ea3935be7d2ff24beb9b3e5e1.zip external_webkit-af7015ae3148a20ea3935be7d2ff24beb9b3e5e1.tar.gz external_webkit-af7015ae3148a20ea3935be7d2ff24beb9b3e5e1.tar.bz2 |
Remove more superfluous WebKit files from build.
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk index c65f3f4..156ef99 100644 --- a/WebCore/Android.mk +++ b/WebCore/Android.mk @@ -200,7 +200,6 @@ LOCAL_SRC_FILES := \ bindings/js/JSPluginArrayCustom.cpp \ bindings/js/JSPluginCustom.cpp \ bindings/js/JSPluginElementFunctions.cpp \ - bindings/js/JSQuarantinedObjectWrapper.cpp \ bindings/js/JSSQLResultSetRowListCustom.cpp \ bindings/js/JSSQLTransactionCustom.cpp \ bindings/js/JSSVGElementInstanceCustom.cpp \ @@ -239,7 +238,6 @@ LOCAL_SRC_FILES := \ bindings/js/ScriptEventListener.cpp \ bindings/js/ScriptFunctionCall.cpp \ bindings/js/ScriptObject.cpp \ - bindings/js/ScriptObjectQuarantine.cpp \ bindings/js/ScriptState.cpp \ bindings/js/ScriptValue.cpp \ bindings/js/WorkerScriptController.cpp \ |