[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:05 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 96098140caa852375a6b3742202e8216ed2964eb
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