Title: [125665] trunk/Source/WebKit/chromium
Revision
125665
Author
[email protected]
Date
2012-08-15 04:02:00 -0700 (Wed, 15 Aug 2012)

Log Message

[Chromium] Roll WebKit Chromium DEPS to r151672
https://bugs.webkit.org/show_bug.cgi?id=94091

Unreviewed DEPS roll.

This also adds the new dependency on third_party/skia/gyp/, as was
introduced in Chromium's revision 151463.


* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (125664 => 125665)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-08-15 10:45:51 UTC (rev 125664)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-08-15 11:02:00 UTC (rev 125665)
@@ -1,3 +1,15 @@
+2012-08-15  Peter Beverloo  <[email protected]>
+
+        [Chromium] Roll WebKit Chromium DEPS to r151672
+        https://bugs.webkit.org/show_bug.cgi?id=94091
+
+        Unreviewed DEPS roll.
+
+        This also adds the new dependency on third_party/skia/gyp/, as was
+        introduced in Chromium's revision 151463.
+
+        * DEPS:
+
 2012-08-14  Keishi Hattori  <[email protected]>
 
         Share common code between calendar picker and color suggestion picker

Modified: trunk/Source/WebKit/chromium/DEPS (125664 => 125665)


--- trunk/Source/WebKit/chromium/DEPS	2012-08-15 10:45:51 UTC (rev 125664)
+++ trunk/Source/WebKit/chromium/DEPS	2012-08-15 11:02:00 UTC (rev 125665)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': '151462'
+  'chromium_rev': '151672'
 }
 
 deps = {
@@ -58,6 +58,8 @@
     From('chromium_deps', 'src/third_party/skia/src'),
   'third_party/skia/include':
     From('chromium_deps', 'src/third_party/skia/include'),
+  'third_party/skia/gyp':
+    From('chromium_deps', 'src/third_party/skia/gyp'),
 
   # testing
   'testing':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to