[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tony at chromium.org tony at chromium.org
Wed Dec 22 16:08:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 553ccfde40a96bc4d1ff63ae57cf2468d344df30
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 18 22:30:13 2010 +0000

    2010-11-18  Tony Chang  <tony at chromium.org>
    
            Unreviewed, fix chromium compile.  We need ipc and openssl now.
    
            * DEPS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72337 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 596667b..d7a6623 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-18  Tony Chang  <tony at chromium.org>
+
+        Unreviewed, fix chromium compile.  We need ipc and openssl now.
+
+        * DEPS:
+
 2010-11-18  James Robinson  <jamesr at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index 6c976b8..d616996 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -87,6 +87,8 @@ deps = {
     Var('chromium_svn')+'/app@'+Var('chromium_rev'), # needed by appcache
   'gpu':
     Var('chromium_svn')+'/gpu@'+Var('chromium_rev'),
+  'ipc':
+    Var('chromium_svn')+'/ipc@'+Var('chromium_rev'),
   'media':
     Var('chromium_svn')+'/media@'+Var('chromium_rev'),
   'printing':
@@ -141,6 +143,8 @@ deps_os = {
       Var('chromium_svn')+'/tools/xdisplaycheck@'+Var('chromium_rev'),
     'third_party/yasm/source/patched-yasm':
       From('chromium_deps', 'src/third_party/yasm/source/patched-yasm'),
+    'third_party/openssl':
+      From('chromium_deps', 'src/third_party/openssl'),
   },
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list