Title: [96533] trunk/Source/WebKit/chromium
Revision
96533
Author
[email protected]
Date
2011-10-03 13:25:13 -0700 (Mon, 03 Oct 2011)

Log Message

webkit->chromium DEPS roll 103471->103694
https://bugs.webkit.org/show_bug.cgi?id=69271

This brings in a new tools/win/supalink directory from
http://src.chromium.org/viewvc/chrome?view=rev&revision=103474

Patch by Elliot Poger <[email protected]> on 2011-10-03
Reviewed by Adam Barth.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (96532 => 96533)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-03 20:24:09 UTC (rev 96532)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-03 20:25:13 UTC (rev 96533)
@@ -1,3 +1,15 @@
+2011-10-03  Elliot Poger  <[email protected]>
+
+        webkit->chromium DEPS roll 103471->103694
+        https://bugs.webkit.org/show_bug.cgi?id=69271
+
+        This brings in a new tools/win/supalink directory from
+        http://src.chromium.org/viewvc/chrome?view=rev&revision=103474
+
+        Reviewed by Adam Barth.
+
+        * DEPS:
+
 2011-10-03  James Robinson  <[email protected]>
 
         [chromium] Add WebWidget API for accessing the current WebCompositor

Modified: trunk/Source/WebKit/chromium/DEPS (96532 => 96533)


--- trunk/Source/WebKit/chromium/DEPS	2011-10-03 20:24:09 UTC (rev 96532)
+++ trunk/Source/WebKit/chromium/DEPS	2011-10-03 20:25:13 UTC (rev 96533)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '103471'
+  'chromium_rev': '103694'
 }
 
 deps = {
@@ -115,6 +115,8 @@
     Var('chromium_svn')+'/tools/gritsettings@'+Var('chromium_rev'),
   'tools/generate_stubs':
     Var('chromium_svn')+'/tools/generate_stubs@'+Var('chromium_rev'),
+  'tools/win':
+    Var('chromium_svn')+'/tools/win@'+Var('chromium_rev'),
   'ui':
     Var('chromium_svn')+'/ui@'+Var('chromium_rev'), # needed by app
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to