Title: [101044] trunk/Source/WebKit/chromium
Revision
101044
Author
[email protected]
Date
2011-11-22 23:12:57 -0800 (Tue, 22 Nov 2011)

Log Message

Roll DEPS to r111325 to fix an issue with the linux build

https://bugs.webkit.org/show_bug.cgi?id=73004

Unreviewed, build fix.

There appears to be a bug in the Makefile generator for gyp
that is causing make to not rebuild DRT on Linux.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (101043 => 101044)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-11-23 07:09:25 UTC (rev 101043)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-11-23 07:12:57 UTC (rev 101044)
@@ -1,3 +1,16 @@
+2011-11-22  Dirk Pranke  <[email protected]>
+
+        Roll DEPS to r111325 to fix an issue with the linux build
+
+        https://bugs.webkit.org/show_bug.cgi?id=73004
+
+        Unreviewed, build fix.
+
+        There appears to be a bug in the Makefile generator for gyp
+        that is causing make to not rebuild DRT on Linux.
+
+        * DEPS:
+
 2011-11-22  Kenneth Russell  <[email protected]>
 
         [chromium] Support Core Animation plugins in compositor

Modified: trunk/Source/WebKit/chromium/DEPS (101043 => 101044)


--- trunk/Source/WebKit/chromium/DEPS	2011-11-23 07:09:25 UTC (rev 101043)
+++ trunk/Source/WebKit/chromium/DEPS	2011-11-23 07:12:57 UTC (rev 101044)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '111178',
+  'chromium_rev': '111325',
   'nacl_svn': 'http://src.chromium.org/native_client/trunk',
   'nacl_rev': '7169',
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to