[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

zmo at google.com zmo at google.com
Mon Feb 21 00:05:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c49c5f901e05bd67fa2033c29fe686c9c79cfcdd
Author: zmo at google.com <zmo at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 00:49:36 2011 +0000

    2011-01-27  Zhenyao Mo  <zmo at google.com>
    
            Unreviewed, roll webkit	chromium rev from 72673	to 72894.
            Also, added gmock section in DEPS to pull down gmock.
    
            * DEPS:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76863 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index 81b22c1..03782b5 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-27  Zhenyao Mo  <zmo at google.com>
+
+        Unreviewed, roll webkit chromium rev from 72673 to 72894.
+        Also, added gmock section in DEPS to pull down gmock.
+
+        * DEPS:
+
 2011-01-27  Alexey Marinichev  <amarinichev at chromium.org>
 
         Reviewed by Kenneth Russell.
diff --git a/Source/WebKit/chromium/DEPS b/Source/WebKit/chromium/DEPS
index 6730407..78ab00b 100644
--- a/Source/WebKit/chromium/DEPS
+++ b/Source/WebKit/chromium/DEPS
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '72673'
+  'chromium_rev': '72894'
 }
 
 deps = {
@@ -68,6 +68,8 @@ deps = {
     Var('chromium_svn')+'/testing@'+Var('chromium_rev'),
   'testing/gtest':
     From('chromium_deps', 'src/testing/gtest'),
+  'testing/gmock':
+    From('chromium_deps', 'src/testing/gmock'),
 
   # v8 javascript engine
   'v8': From('chromium_deps', 'src/v8'),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list