[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

yaar at chromium.org yaar at chromium.org
Thu Apr 8 02:01:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 490bfd4f9b4b1f56aed2b7688f2f017266cbe7cd
Author: yaar at chromium.org <yaar at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 26 23:26:04 2010 +0000

    2010-02-26  Yaar Schnitman  <yaar at chromium.org>
    
            Chromium build fix.
    
            * features.gypi: Added missing new variable enable_svg.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55320 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index b7d47d8..0a6d76f 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
 2010-02-26  Yaar Schnitman  <yaar at chromium.org>
 
+        Chromium build fix.
+
+        * features.gypi: Added missing new variable enable_svg.
+
+2010-02-26  Yaar Schnitman  <yaar at chromium.org>
+
         Reviewed by Dimitri Glazkov.
 
         [V8] Auto-generate and split DerivedSourcesAllInOne.cpp
diff --git a/WebKit/chromium/features.gypi b/WebKit/chromium/features.gypi
index 1766594..bfc4966 100644
--- a/WebKit/chromium/features.gypi
+++ b/WebKit/chromium/features.gypi
@@ -71,7 +71,11 @@
         'ENABLE_WORKERS=1',
         'WTF_USE_ACCELERATED_COMPOSITING=0',
       ],
+      
+      'enable_svg%': 1,
     },
+
     'feature_defines%': '<(feature_defines)',
+    'enable_svg%': '<(enable_svg)',
   },
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list