summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-10-13 23:34:42 +0100
committerSteve Block <steveblock@google.com>2009-10-14 10:37:36 +0100
commitb86ce2d8f45ce9d45a301504eeaf17baff0d9708 (patch)
tree06b23191ee33afb68d3393af72bdcf1a12dd942d /WebCore
parentf74209305ea9b6bb10e1c183c37096f0764118b2 (diff)
downloadexternal_webkit-b86ce2d8f45ce9d45a301504eeaf17baff0d9708.zip
external_webkit-b86ce2d8f45ce9d45a301504eeaf17baff0d9708.tar.gz
external_webkit-b86ce2d8f45ce9d45a301504eeaf17baff0d9708.tar.bz2
Remove superfluous files from JSC build. Note that these files are not in the V8 build.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index bd97d03..c65f3f4 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -220,8 +220,6 @@ LOCAL_SRC_FILES := \
bindings/js/JSTreeWalkerCustom.cpp \
bindings/js/JSWebKitCSSMatrixConstructor.cpp \
bindings/js/JSWebKitPointConstructor.cpp \
- bindings/js/JSWebSocketConstructor.cpp \
- bindings/js/JSWebSocketCustom.cpp \
bindings/js/JSWorkerConstructor.cpp \
bindings/js/JSWorkerContextBase.cpp \
bindings/js/JSWorkerContextCustom.cpp \
@@ -665,7 +663,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/graphics/GraphicsLayer.cpp \
platform/graphics/GraphicsTypes.cpp \
platform/graphics/Image.cpp \
- platform/graphics/ImageBuffer.cpp \
platform/graphics/IntRect.cpp \
platform/graphics/MediaPlayer.cpp \
platform/graphics/Path.cpp \
@@ -1125,8 +1122,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
endif
LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
- websockets/WebSocket.cpp \
- \
workers/AbstractWorker.cpp \
workers/DedicatedWorkerContext.cpp \
workers/DedicatedWorkerThread.cpp \