diff options
Diffstat (limited to 'webkit/build')
| -rw-r--r-- | webkit/build/WebCore/SConscript | 2 | ||||
| -rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 04b4326..553b45e 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -432,7 +432,7 @@ input_files = [ '$WEBCORE_DIR/platform/DragImage.cpp', '$WEBCORE_DIR/platform/FileChooser.cpp', '$WEBCORE_DIR/platform/GeolocationService.cpp', - '$WEBCORE_DIR/platform/GKURL.cpp', + '$WEBCORE_DIR/platform/KURLGoogle.cpp', '$WEBCORE_DIR/platform/Length.cpp', '$WEBCORE_DIR/platform/LinkHash.cpp', '$WEBCORE_DIR/platform/Logging.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 9e87138..d343e99 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1051,10 +1051,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\GKURL.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\GlyphBuffer.h" > </File> @@ -1067,15 +1063,19 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\GoogleURLPrivate.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\HostWindow.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\HostWindow.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURL.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURL.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURLGoogle.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\KURLGooglePrivate.h" > </File> <File |
