diff options
Diffstat (limited to 'webkit/build/WebCore/SConscript')
-rw-r--r-- | webkit/build/WebCore/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 4302b4d..ceea840 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -128,6 +128,7 @@ input_files = [ '$WEBCORE_DIR/dom/Event.cpp', '$WEBCORE_DIR/dom/EventNames.cpp', '$WEBCORE_DIR/dom/EventTarget.cpp', + '$WEBCORE_DIR/dom/EventTargetNode.cpp', '$WEBCORE_DIR/dom/ExceptionBase.cpp', '$WEBCORE_DIR/dom/ExceptionCode.cpp', '$WEBCORE_DIR/dom/FormControlElementWithState.cpp', @@ -541,8 +542,6 @@ input_files = [ '$WEBCORE_DIR/platform/image-decoders/skia/PNGImageDecoder.cpp', '$WEBCORE_DIR/platform/image-decoders/skia/XBMImageDecoder.cpp', - '$WEBCORE_DIR/platform/image-encoders/skia/PNGImageEncoder.cpp', - '$WEBCORE_DIR/platform/network/AuthenticationChallengeBase.cpp', '$WEBCORE_DIR/platform/network/Credential.cpp', '$WEBCORE_DIR/platform/network/FormData.cpp', |