summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 19:36:07 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 19:36:07 +0000
commitdb9044ecd223b593a4c2101598c6076c69b4da10 (patch)
treed11e6f48f0914faa80f90ba692e9918ca38dc2c3 /webkit/build
parentc275670df37f51cbe23e876df7e132901d8cb79b (diff)
downloadchromium_src-db9044ecd223b593a4c2101598c6076c69b4da10.zip
chromium_src-db9044ecd223b593a4c2101598c6076c69b4da10.tar.gz
chromium_src-db9044ecd223b593a4c2101598c6076c69b4da10.tar.bz2
Add V8WebKitCSSMatrixConstructor to Linux build
TBR=tony Review URL: http://codereview.chromium.org/27343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/V8Bindings/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index 5650d74..e3b0415 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -384,6 +384,7 @@ inputs = [
'$WEBCORE_DIR/bindings/v8/custom/V8SVGLengthCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8SVGMatrixCustom.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8TreeWalkerCustom.cpp',
+ '$WEBCORE_DIR/bindings/v8/custom/V8WebKitCSSMatrixConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8XMLSerializerConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp',
'$WEBCORE_DIR/bindings/v8/custom/V8XSLTProcessorCustom.cpp',