Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: webkit/build/WebCore/SConscript

Issue 16617: Chrome side of webkit merge to 40124.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/WebCore/SConscript
===================================================================
--- webkit/build/WebCore/SConscript (revision 8475)
+++ webkit/build/WebCore/SConscript (working copy)
@@ -240,6 +240,7 @@
'$WEBCORE_DIR/html/CanvasGradient.cpp',
'$WEBCORE_DIR/html/CanvasPattern.cpp',
+ '$WEBCORE_DIR/html/CanvasPixelArray.cpp',
'$WEBCORE_DIR/html/CanvasRenderingContext2D.cpp',
'$WEBCORE_DIR/html/CanvasStyle.cpp',
'$WEBCORE_DIR/html/File.cpp',
@@ -343,6 +344,7 @@
'$WEBCORE_DIR/loader/CachedXSLStyleSheet.cpp',
'$WEBCORE_DIR/loader/DocLoader.cpp',
'$WEBCORE_DIR/loader/DocumentLoader.cpp',
+ '$WEBCORE_DIR/loader/DocumentThreadableLoader.cpp',
'$WEBCORE_DIR/loader/FormState.cpp',
'$WEBCORE_DIR/loader/FrameLoader.cpp',
'$WEBCORE_DIR/loader/FrameLoaderClient.cpp',
@@ -362,6 +364,7 @@
'$WEBCORE_DIR/loader/SubresourceLoader.cpp',
'$WEBCORE_DIR/loader/TextDocument.cpp',
'$WEBCORE_DIR/loader/TextResourceDecoder.cpp',
+ '$WEBCORE_DIR/loader/ThreadableLoader.cpp',
'$WEBCORE_DIR/loader/archive/ArchiveFactory.cpp',
'$WEBCORE_DIR/loader/archive/ArchiveResource.cpp',
@@ -539,6 +542,7 @@
'$WEBCORE_DIR/platform/network/Credential.cpp',
'$WEBCORE_DIR/platform/network/FormData.cpp',
'$WEBCORE_DIR/platform/network/FormDataBuilder.cpp',
+ '$WEBCORE_DIR/platform/network/HTTPHeaderMap.cpp',
'$WEBCORE_DIR/platform/network/HTTPParsers.cpp',
'$WEBCORE_DIR/platform/network/NetworkStateNotifier.cpp',
'$WEBCORE_DIR/platform/network/ProtectionSpace.cpp',
@@ -867,7 +871,6 @@
'$WEBCORE_DIR/svg/graphics/SVGResourceMarker.cpp',
'$WEBCORE_DIR/svg/graphics/SVGResourceMasker.cpp',
- '$WEBCORE_DIR/svg/graphics/skia/SVGPaintServerSkia.cpp',
'$WEBCORE_DIR/svg/graphics/skia/SVGResourceFilterSkia.cpp',
'$WEBCORE_DIR/svg/graphics/skia/SVGResourceMaskerSkia.cpp',
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698