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

darin at chromium.org darin at chromium.org
Thu Apr 8 02:23:08 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a6dc78c2f1f2220dfb1b82efaef33a0fc8e2d5e9
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 16 03:27:00 2010 +0000

    2010-03-15  Darin Fisher  <darin at chromium.org>
    
            Fix build bustage.  We also need to pull down "third_party/tcmalloc"
    
            * DEPS:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a8dcdff..d602480 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,11 @@
 2010-03-15  Darin Fisher  <darin at chromium.org>
 
+        Fix build bustage.  We also need to pull down "third_party/tcmalloc"
+
+        * DEPS:
+
+2010-03-15  Darin Fisher  <darin at chromium.org>
+
         Fix build bustage.  We also need to pull down "gfx"
 
         * DEPS:
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 7db685d..15fbdd9 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -128,6 +128,9 @@ deps = {
   'third_party/sqlite':
     Var('chromium_svn')+'/third_party/sqlite@'+Var('chromium_rev'),
 
+  'third_party/tcmalloc':
+    Var('chromium_svn')+'/third_party/tcmalloc@'+Var('chromium_rev'),
+
   'third_party/zlib':
     Var('chromium_svn')+'/third_party/zlib@'+Var('chromium_rev'),
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list