Title: [128901] trunk/Source/WebKit/chromium
Revision
128901
Author
[email protected]
Date
2012-09-18 09:21:10 -0700 (Tue, 18 Sep 2012)

Log Message

Roll chromium DEPS to r157342
https://bugs.webkit.org/show_bug.cgi?id=96963

Patch by Terry Anderson <[email protected]> on 2012-09-18
Reviewed by Stephen White.

Roll chromium DEPS to r157342. Also include the top-level directory
google_apis as a dependency, which was required for r157130.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (128900 => 128901)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-09-18 16:13:11 UTC (rev 128900)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-09-18 16:21:10 UTC (rev 128901)
@@ -1,3 +1,15 @@
+2012-09-18  Terry Anderson  <[email protected]>
+
+        Roll chromium DEPS to r157342
+        https://bugs.webkit.org/show_bug.cgi?id=96963
+
+        Reviewed by Stephen White.
+
+        Roll chromium DEPS to r157342. Also include the top-level directory 
+        google_apis as a dependency, which was required for r157130.
+
+        * DEPS:
+
 2012-09-17  Brian Anderson  <[email protected]>
 
         [chromium] Add rendering commit statistics

Modified: trunk/Source/WebKit/chromium/DEPS (128900 => 128901)


--- trunk/Source/WebKit/chromium/DEPS	2012-09-18 16:13:11 UTC (rev 128900)
+++ trunk/Source/WebKit/chromium/DEPS	2012-09-18 16:21:10 UTC (rev 128901)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '157063'
+  'chromium_rev': '157342'
 }
 
 deps = {
@@ -91,6 +91,8 @@
 
   'cc':
     Var('chromium_svn')+'/cc@'+Var('chromium_rev'),
+  'google_apis':
+    Var('chromium_svn')+'/google_apis@' + Var('chromium_rev'),
   'gpu':
     Var('chromium_svn')+'/gpu@'+Var('chromium_rev'),
   'ipc':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to