[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

darin at chromium.org darin at chromium.org
Wed Mar 17 18:42:56 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 805cce0b88210708f0b639742efaca3b35b19914
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 16 00:06:11 2010 +0000

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

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 16b6b1c..a8dcdff 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 "gfx"
+
+        * DEPS:
+
+2010-03-15  Darin Fisher  <darin at chromium.org>
+
         Reviewed by David Levin.
 
         https://bugs.webkit.org/show_bug.cgi?id=36131
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 3390958..7db685d 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -63,6 +63,8 @@ deps = {
   # Basic tools
   'base':
     Var('chromium_svn')+'/base@'+Var('chromium_rev'),
+  'gfx':
+    Var('chromium_svn')+'/gfx@'+Var('chromium_rev'),
 
   # skia dependencies
   'skia':

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list