diff options
Diffstat (limited to 'webkit/build/WebCore')
-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 c9704c3..3c1ba65 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -432,6 +432,7 @@ input_files = [ '$WEBCORE_DIR/page/chromium/FrameChromium.cpp', '$WEBCORE_DIR/platform/Arena.cpp', + '$WEBCORE_DIR/platform/ContentType.cpp', '$WEBCORE_DIR/platform/ContextMenu.cpp', '$WEBCORE_DIR/platform/DeprecatedPtrListImpl.cpp', '$WEBCORE_DIR/platform/DragData.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 859401f..c477ceb 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -945,6 +945,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContentType.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContentType.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\ContextMenu.cpp" > </File> |