diff options
Diffstat (limited to 'webkit/build')
| -rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
| -rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index e2ca4f7..1733a69 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -407,6 +407,7 @@ input_files = [ '$WEBCORE_DIR/page/NavigatorBase.cpp', '$WEBCORE_DIR/page/Page.cpp', '$WEBCORE_DIR/page/PageGroup.cpp', + '$WEBCORE_DIR/page/PrintContext.cpp', '$WEBCORE_DIR/page/Screen.cpp', '$WEBCORE_DIR/page/SecurityOrigin.cpp', '$WEBCORE_DIR/page/Settings.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 554b618..9e3966b 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -445,6 +445,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\PrintContext.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\PrintContext.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\Screen.cpp" > </File> @@ -555,6 +563,10 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\FrameChromium.cpp" > </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\page\chromium\FrameChromium.h" + > + </File> </Filter> </Filter> <Filter |
