Title: [101018] trunk/Source/WebKit/chromium
Revision
101018
Author
dpra...@chromium.org
Date
2011-11-22 11:10:05 -0800 (Tue, 22 Nov 2011)

Log Message

Roll Chromium DEPS
https://bugs.webkit.org/show_bug.cgi?id=72972

Add dbus in Chromium as pulled dep and update to HEAD.

Patch by Scott Graham <scot...@chromium.org> on 2011-11-22
Reviewed by Dirk Pranke.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (101017 => 101018)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-11-22 19:08:13 UTC (rev 101017)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-11-22 19:10:05 UTC (rev 101018)
@@ -1,3 +1,14 @@
+2011-11-22  Scott Graham  <scot...@chromium.org>
+
+        Roll Chromium DEPS
+        https://bugs.webkit.org/show_bug.cgi?id=72972
+
+        Add dbus in Chromium as pulled dep and update to HEAD.
+
+        Reviewed by Dirk Pranke.
+
+        * DEPS:
+
 2011-11-22  Dirk Pranke  <dpra...@chromium.org>
 
         Roll Chromium DEPS to r110960 and set the disable_nacl flag.

Modified: trunk/Source/WebKit/chromium/DEPS (101017 => 101018)


--- trunk/Source/WebKit/chromium/DEPS	2011-11-22 19:08:13 UTC (rev 101017)
+++ trunk/Source/WebKit/chromium/DEPS	2011-11-22 19:10:05 UTC (rev 101018)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '110359',
+  'chromium_rev': '111178',
   'nacl_svn': 'http://src.chromium.org/native_client/trunk',
   'nacl_rev': '7169',
 }
@@ -79,6 +79,8 @@
     Var('chromium_svn')+'/net@'+Var('chromium_rev'),
   'crypto':
     Var('chromium_svn')+'/crypto@'+Var('chromium_rev'),
+  'dbus':
+    Var('chromium_svn')+'/dbus@'+Var('chromium_rev'),
   'sdch':
     Var('chromium_svn')+'/sdch@'+Var('chromium_rev'),
   'sdch/open-vcdiff':
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to