summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 4 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index e286554..acdbc8f 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@ vars = {
"libjingle_revision": "50",
"libvpx_revision": "65287",
"ffmpeg_revision": "71842",
- "skia_revision": "699",
+ "skia_revision": "716",
}
deps = {
@@ -66,6 +66,9 @@ deps = {
Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
Var("nacl_revision"),
+ "src/third_party/skia/gpu":
+ (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
+
"src/third_party/skia/src":
(Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),