diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-27 00:50:16 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-27 00:50:16 +0000 |
commit | f8ca6e9ed1768aaf216c4ffa4eb572bbef0dc9fd (patch) | |
tree | 7d8eafaff84f2dc9a32072c9b5de115d7f535500 /webkit/build | |
parent | 3adb24ec4914ccb68cb9db958eadba2f54b58fe0 (diff) | |
download | chromium_src-f8ca6e9ed1768aaf216c4ffa4eb572bbef0dc9fd.zip chromium_src-f8ca6e9ed1768aaf216c4ffa4eb572bbef0dc9fd.tar.gz chromium_src-f8ca6e9ed1768aaf216c4ffa4eb572bbef0dc9fd.tar.bz2 |
src/webkit side of webKit merge 38653:38729
Review URL: http://codereview.chromium.org/12708
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 8 | ||||
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
3 files changed, 17 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 28eb130..53198a2 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2521,6 +2521,14 @@ > </File> <File + RelativePath="..\..\port\bindings\v8\ScriptSourceCode.h" + > + </File> + <File + RelativePath="..\..\port\bindings\v8\ScriptString.h" + > + </File> + <File RelativePath="..\..\port\bindings\v8\ScriptValue.cpp" > </File> diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 1111c3b..722b8ed 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -400,6 +400,7 @@ input_files = [ '$WEBCORE_DIR/platform/GeolocationService.cpp', '$WEBCORE_DIR/platform/KURL.cpp', '$WEBCORE_DIR/platform/Length.cpp', + '$WEBCORE_DIR/platform/LinkHash.cpp', '$WEBCORE_DIR/platform/Logging.cpp', '$PORT_DIR/platform/MIMETypeRegistry.cpp', '$WEBCORE_DIR/platform/Scrollbar.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index bab99ae..000139a 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1009,6 +1009,14 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LengthSize.h" > </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LinkHash.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LinkHash.h" + > + </File> <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\LocalizedStrings.h" > |