Title: [103021] trunk/Source/WebKit/chromium
Revision
103021
Author
t...@chromium.org
Date
2011-12-15 21:21:00 -0800 (Thu, 15 Dec 2011)

Log Message

Chromium Windows (Tests) is failing to build
https://bugs.webkit.org/show_bug.cgi?id=74320

Reviewed by Kenneth Russell.

Roll chromium deps to r114686 to pull in a change to how generated
headers include files from third_party/WebKit.  This should make the
file path shorter, reducing the chance of hitting the 260 char path
limit on Windows.

* DEPS: roll to r114686

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (103020 => 103021)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-16 05:09:51 UTC (rev 103020)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-16 05:21:00 UTC (rev 103021)
@@ -1,3 +1,17 @@
+2011-12-15  Tony Chang  <t...@chromium.org>
+
+        Chromium Windows (Tests) is failing to build
+        https://bugs.webkit.org/show_bug.cgi?id=74320
+
+        Reviewed by Kenneth Russell.
+
+        Roll chromium deps to r114686 to pull in a change to how generated
+        headers include files from third_party/WebKit.  This should make the
+        file path shorter, reducing the chance of hitting the 260 char path
+        limit on Windows.
+
+        * DEPS: roll to r114686
+
 2011-12-15  James Robinson  <jam...@chromium.org>
 
         [chromium] Set the CCLayerTreeHost pointer on LayerChromium instances eagerly

Modified: trunk/Source/WebKit/chromium/DEPS (103020 => 103021)


--- trunk/Source/WebKit/chromium/DEPS	2011-12-16 05:09:51 UTC (rev 103020)
+++ trunk/Source/WebKit/chromium/DEPS	2011-12-16 05:21:00 UTC (rev 103021)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '114356',
+  'chromium_rev': '114686',
 }
 
 deps = {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to