diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 20:21:00 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 20:21:00 +0000 |
commit | 760d03d9bdf2b69e9f526869a5513fbcae80017e (patch) | |
tree | 43d326a0d2251b23cde0c91e27a60f2da07e298d /webkit/build/WebCore | |
parent | 92edabb7765613f4027947140d4e93473a7c766d (diff) | |
download | chromium_src-760d03d9bdf2b69e9f526869a5513fbcae80017e.zip chromium_src-760d03d9bdf2b69e9f526869a5513fbcae80017e.tar.gz chromium_src-760d03d9bdf2b69e9f526869a5513fbcae80017e.tar.bz2 |
Second part of the new merge. Just adds FloatQuad.h/cpp to WebCore build.
Could use some help from mac-folk on the xcode equivalent change.
Review URL: http://codereview.chromium.org/10866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index daf2607..ac4950b 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -413,6 +413,7 @@ input_files = [ '$WEBCORE_DIR/platform/graphics/Color.cpp', '$WEBCORE_DIR/platform/graphics/FloatPoint.cpp', '$WEBCORE_DIR/platform/graphics/FloatPoint3D.cpp', + '$WEBCORE_DIR/platform/graphics/FloatQuad.cpp', '$WEBCORE_DIR/platform/graphics/FloatRect.cpp', '$WEBCORE_DIR/platform/graphics/FloatSize.cpp', '$WEBCORE_DIR/platform/graphics/Font.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 8586a05..0fc40e6 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1217,6 +1217,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatQuad.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatQuad.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\graphics\FloatRect.cpp" > </File> |