Title: [117023] trunk/Source/WebKit/chromium
Revision
117023
Author
[email protected]
Date
2012-05-14 20:26:48 -0700 (Mon, 14 May 2012)

Log Message

[Chromium] remove skia/third_party/glu from DEPS
https://bugs.webkit.org/show_bug.cgi?id=86431

Chromium rev 136872 removed skia/third_party/glu, but nobody updated it in WebKit.  This
patch fixes that.

Unreviewed, remove bad Chromium repo.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (117022 => 117023)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-05-15 01:10:52 UTC (rev 117022)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-05-15 03:26:48 UTC (rev 117023)
@@ -1,3 +1,15 @@
+2012-05-14  Gavin Peters  <[email protected]>
+
+        [Chromium] remove skia/third_party/glu from DEPS
+        https://bugs.webkit.org/show_bug.cgi?id=86431
+
+        Chromium rev 136872 removed skia/third_party/glu, but nobody updated it in WebKit.  This
+        patch fixes that.
+
+        Unreviewed, remove bad Chromium repo.
+
+        * DEPS:
+
 2012-05-14  Dirk Pranke <[email protected]>
 
         Unreviewed, roll Chromium DEPS to r136942.

Modified: trunk/Source/WebKit/chromium/DEPS (117022 => 117023)


--- trunk/Source/WebKit/chromium/DEPS	2012-05-15 01:10:52 UTC (rev 117022)
+++ trunk/Source/WebKit/chromium/DEPS	2012-05-15 03:26:48 UTC (rev 117023)
@@ -58,8 +58,6 @@
     From('chromium_deps', 'src/third_party/skia/src'),
   'third_party/skia/include':
     From('chromium_deps', 'src/third_party/skia/include'),
-  'third_party/skia/third_party/glu':
-    From('chromium_deps', 'src/third_party/skia/third_party/glu'),
 
   # testing
   'testing':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to