summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 14:41:04 +0000
committerrobertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 14:41:04 +0000
commit596de2eade61e91d93efe8414eadd44a5fae9e0a (patch)
tree435c9ce23e60dc4d64886d0dcc968d8c53ad2f89 /DEPS
parent61279e53a153e0bec34775abac5dba7ede9f4b6b (diff)
downloadchromium_src-596de2eade61e91d93efe8414eadd44a5fae9e0a.zip
chromium_src-596de2eade61e91d93efe8414eadd44a5fae9e0a.tar.gz
chromium_src-596de2eade61e91d93efe8414eadd44a5fae9e0a.tar.bz2
Roll Skia DEPS to 10602
R=bsalomon@google.com Review URL: https://codereview.chromium.org/22587002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index bd7bdb2..f5dc468 100644
--- a/DEPS
+++ b/DEPS
@@ -11,6 +11,7 @@ vars = {
"webkit_revision": "155634",
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
+ "skia_git": "https://skia.googlesource.com",
"swig_revision": "69281",
"nacl_revision": "11930",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
@@ -28,7 +29,8 @@ vars = {
"ffmpeg_hash": "894e6f715645528e815aee2dad45b59704238dcd",
"sfntly_revision": "134",
- "skia_revision": "10553",
+ "skia_revision": "10602",
+ "skia_hash": "6d04e64f56b658635eeb46fcdb02188ce54f1567",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.