From 70ac249f04337f0040ad63a72ced111d87fdc73a Mon Sep 17 00:00:00 2001 From: "jungshik@google.com" Date: Fri, 27 Mar 2009 20:44:46 +0000 Subject: Encoding autodetection patch part 2. This is the patch to our glue and build files corresponding to my patch for webkit bug 16482 (http://bugs.webkit.org/show_bug.cgi?id=16482). Once my patch is accepted and is merged to our tree, we have to apply this patch. BUG=8587 Review URL: http://codereview.chromium.org/45037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12702 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/WebCore/SConscript | 1 + webkit/build/WebCore/WebCore.vcproj | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'webkit/build') diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index ee72102..d153b47 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -590,6 +590,7 @@ input_files = [ '$WEBCORE_DIR/platform/text/TextCodecUserDefined.cpp', '$WEBCORE_DIR/platform/text/TextCodecUTF16.cpp', '$WEBCORE_DIR/platform/text/TextEncoding.cpp', + '$WEBCORE_DIR/platform/text/TextEncodingDetectorICU.cpp', '$WEBCORE_DIR/platform/text/TextEncodingRegistry.cpp', '$WEBCORE_DIR/platform/text/TextStream.cpp', '$WEBCORE_DIR/platform/text/UnicodeRange.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 9e58f3c..6db752f 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -2140,6 +2140,14 @@ > + + + + -- cgit v1.1