summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings
diff options
context:
space:
mode:
authorolehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 13:06:37 +0000
committerolehougaard@google.com <olehougaard@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-15 13:06:37 +0000
commitdb5e9e77c62b4683b7a5b790aea1b996a1208727 (patch)
treea9d50ce32dbdf60c37780e2139b7de26958379c3 /webkit/build/V8Bindings
parent51fcbab1bcd1995b4c5c13dc371200ad557a5cfb (diff)
downloadchromium_src-db5e9e77c62b4683b7a5b790aea1b996a1208727.zip
chromium_src-db5e9e77c62b4683b7a5b790aea1b996a1208727.tar.gz
chromium_src-db5e9e77c62b4683b7a5b790aea1b996a1208727.tar.bz2
Fixing a layout test by introducing support for SVG tags altGlyph and glyph.
Review URL: http://codereview.chromium.org/7347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r--webkit/build/V8Bindings/SConscript2
-rw-r--r--webkit/build/V8Bindings/V8Bindings.vcproj16
2 files changed, 18 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index 3af24fd..c1d3102 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -182,6 +182,7 @@ inputs = [
'$DERIVED_DIR/V8StyleSheet.cpp',
'$DERIVED_DIR/V8StyleSheetList.cpp',
'$DERIVED_DIR/V8SVGAElement.cpp',
+ '$DERIVED_DIR/V8SVGAltGlyphElement.cpp',
'$DERIVED_DIR/V8SVGAngle.cpp',
'$DERIVED_DIR/V8SVGAnimateColorElement.cpp',
'$DERIVED_DIR/V8SVGAnimatedAngle.cpp',
@@ -220,6 +221,7 @@ inputs = [
'$DERIVED_DIR/V8SVGFontFaceUriElement.cpp',
'$DERIVED_DIR/V8SVGForeignObjectElement.cpp',
'$DERIVED_DIR/V8SVGGElement.cpp',
+ '$DERIVED_DIR/V8SVGGlyphElement.cpp',
'$DERIVED_DIR/V8SVGGradientElement.cpp',
'$DERIVED_DIR/V8SVGImageElement.cpp',
'$DERIVED_DIR/V8SVGLength.cpp',
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj
index 03836c4..cc48ed2 100644
--- a/webkit/build/V8Bindings/V8Bindings.vcproj
+++ b/webkit/build/V8Bindings/V8Bindings.vcproj
@@ -1256,6 +1256,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8SVGAltGlyphElement.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8SVGAltGlyphElement.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8SVGAngle.cpp"
>
</File>
@@ -1560,6 +1568,14 @@
>
</File>
<File
+ RelativePath="$(IntDir)\DerivedSources\V8SVGGlyphElement.cpp"
+ >
+ </File>
+ <File
+ RelativePath="$(IntDir)\DerivedSources\V8SVGGlyphElement.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\DerivedSources\V8SVGGradientElement.cpp"
>
</File>