diff options
Diffstat (limited to 'webkit/build')
| -rw-r--r-- | webkit/build/V8Bindings/SConscript | 1 | ||||
| -rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 8 | ||||
| -rw-r--r-- | webkit/build/WebCore/SConscript | 11 | ||||
| -rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 24 |
4 files changed, 31 insertions, 13 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 54696d3..602322a 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -34,6 +34,7 @@ else: inputs = [ '$DERIVED_DIR/CSSGrammar.cpp', + '$DERIVED_DIR/HTMLElementFactory.cpp', '$DERIVED_DIR/HTMLNames.cpp', '$DERIVED_DIR/SVGElementFactory.cpp', '$DERIVED_DIR/SVGNames.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 40de847..a2168ab 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -196,6 +196,14 @@ > </File> <File + RelativePath="$(IntDir)\DerivedSources\HTMLElementFactory.cpp" + > + </File> + <File + RelativePath="$(IntDir)\DerivedSources\HTMLElementFactory.h" + > + </File> + <File RelativePath="$(IntDir)\DerivedSources\HTMLNames.cpp" > </File> diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index bf5edf6..161f7b5 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -266,7 +266,6 @@ input_files = [ '$WEBCORE_DIR/html/HTMLDListElement.cpp', '$WEBCORE_DIR/html/HTMLDocument.cpp', '$WEBCORE_DIR/html/HTMLElement.cpp', - '$WEBCORE_DIR/html/HTMLElementFactory.cpp', '$WEBCORE_DIR/html/HTMLEmbedElement.cpp', '$WEBCORE_DIR/html/HTMLFieldSetElement.cpp', '$WEBCORE_DIR/html/HTMLFontElement.cpp', @@ -511,12 +510,14 @@ input_files = [ '$WEBCORE_DIR/platform/graphics/chromium/ColorChromium.cpp', '$WEBCORE_DIR/platform/graphics/chromium/FontCustomPlatformData.cpp', - '$WEBCORE_DIR/platform/graphics/transforms/ScaleTransformOperation.cpp', - '$WEBCORE_DIR/platform/graphics/transforms/TranslateTransformOperation.cpp', - '$WEBCORE_DIR/platform/graphics/transforms/RotateTransformOperation.cpp', - '$WEBCORE_DIR/platform/graphics/transforms/TransformOperations.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/Matrix3DTransformOperation.cpp', '$WEBCORE_DIR/platform/graphics/transforms/MatrixTransformOperation.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/PerspectiveTransformOperation.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/RotateTransformOperation.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/ScaleTransformOperation.cpp', '$WEBCORE_DIR/platform/graphics/transforms/SkewTransformOperation.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/TransformOperations.cpp', + '$WEBCORE_DIR/platform/graphics/transforms/TranslateTransformOperation.cpp', '$WEBCORE_DIR/platform/graphics/transforms/TransformationMatrix.cpp', '$WEBCORE_DIR/platform/graphics/skia/FloatPointSkia.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index a31e744..87a4149 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1495,6 +1495,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\Matrix3DTransformOperation.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\Matrix3DTransformOperation.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\MatrixTransformOperation.cpp" > </File> @@ -1503,6 +1511,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\PerspectiveTransformOperation.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\PerspectiveTransformOperation.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\transforms\RotateTransformOperation.cpp" > </File> @@ -5521,14 +5537,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElementFactory.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLElementFactory.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\html\HTMLEmbedElement.cpp" > </File> |
