From a8dd5245ccd8cc0aab3db367ee621467598d0f59 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 15 Jan 2009 23:14:44 +0000 Subject: Chrome-side of WebKit merge 39913:39933 Review URL: http://codereview.chromium.org/18283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8131 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/WebCore/SConscript | 1 + webkit/build/WebCore/WebCore.vcproj | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'webkit/build') diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 43cace8..25071e4 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -95,6 +95,7 @@ input_files = [ '$WEBCORE_DIR/css/SVGCSSStyleSelector.cpp', '$WEBCORE_DIR/css/WebKitCSSKeyframeRule.cpp', '$WEBCORE_DIR/css/WebKitCSSKeyframesRule.cpp', + '$WEBCORE_DIR/css/WebKitCSSMatrix.cpp', '$WEBCORE_DIR/css/WebKitCSSTransformValue.cpp', '$WEBCORE_DIR/dom/ActiveDOMObject.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index cfe2651..1519990 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -2898,6 +2898,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSMatrix.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSMatrix.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\css\WebKitCSSTransformValue.cpp" > </File> -- cgit v1.1