[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

yurys at chromium.org yurys at chromium.org
Mon Feb 21 00:25:44 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 79736ab697989c9c12640ac2f6eed061b432f7ea
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 10:55:43 2011 +0000

    2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
    
            Unreviewed. Fix Chromium compilation on Mac broken by r77101.
    
            * WebCore.gypi: add ShadowBlur.{h,cpp} to the gypi file.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77118 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index ce02946..d315bc1 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
+
+        Unreviewed. Fix Chromium compilation on Mac broken by r77101.
+
+        * WebCore.gypi: add ShadowBlur.{h,cpp} to the gypi file.
+
 2011-01-31  Mikhail Naganov  <mnaganov at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index ab72bce..20f8c59 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -2964,6 +2964,8 @@
             'platform/graphics/RoundedIntRect.h',
             'platform/graphics/SegmentedFontData.cpp',
             'platform/graphics/SegmentedFontData.h',
+            'platform/graphics/ShadowBlur.cpp',
+            'platform/graphics/ShadowBlur.h',
             'platform/graphics/SimpleFontData.cpp',
             'platform/graphics/SimpleFontData.h',
             'platform/graphics/StringTruncator.cpp',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list