diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 07:26:39 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 07:26:39 +0000 |
commit | 40f52f0c52a82bc988bc95dc296ddfa89f09154a (patch) | |
tree | ad72c06b36ea0abba53d4df9636f96210ec5ab79 /webkit/build | |
parent | 3a3b3a5e1ade427d162b780e9d79abac0f91489a (diff) | |
download | chromium_src-40f52f0c52a82bc988bc95dc296ddfa89f09154a.zip chromium_src-40f52f0c52a82bc988bc95dc296ddfa89f09154a.tar.gz chromium_src-40f52f0c52a82bc988bc95dc296ddfa89f09154a.tar.bz2 |
Webkit merge 39410:39438 (CL 4 of 4).
Review URL: http://codereview.chromium.org/16444
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 70b7e73..7ededc7 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -508,6 +508,7 @@ input_files = [ '$WEBCORE_DIR/platform/network/AuthenticationChallengeBase.cpp', '$WEBCORE_DIR/platform/network/Credential.cpp', '$WEBCORE_DIR/platform/network/FormData.cpp', + '$WEBCORE_DIR/platform/network/FormDataBuilder.cpp', '$WEBCORE_DIR/platform/network/HTTPParsers.cpp', '$WEBCORE_DIR/platform/network/NetworkStateNotifier.cpp', '$WEBCORE_DIR/platform/network/ProtectionSpace.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index d853fc4..49f7640 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1709,6 +1709,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormDataBuilder.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\FormDataBuilder.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\network\HTTPHeaderMap.h" > </File> |