From db9044ecd223b593a4c2101598c6076c69b4da10 Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Mon, 2 Mar 2009 19:36:07 +0000 Subject: 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 --- webkit/build/V8Bindings/SConscript | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.1