aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar borenet <borenet@google.com>2015-04-15 04:49:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-15 04:49:32 -0700
commita49a742f76fa3fb6bcbc61cbf5110029533f6c9c (patch)
tree027aea29dd99dce79b8f9f50a58c06def374a165 /DEPS
parentdd83031b98db4c6d3d0de2353bf115152a7d1464 (diff)
Roll common DEPS: fix string concat error in gs_utils upload
TBR=jcgregorio BUG=skia:3723 Review URL: https://codereview.chromium.org/1057653006
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 97c41b8b13..0c5f1c4e62 100644
--- a/DEPS
+++ b/DEPS
@@ -3,7 +3,7 @@ use_relative_paths = True
# Dependencies on outside packages.
#
deps = {
- "common": "https://skia.googlesource.com/common.git@89823b3bbe978dec013d5a41e2ea096493e6f194",
+ "common": "https://skia.googlesource.com/common.git@c282fe0b6e392b14f88d647cbd86e1a3ef5498e0",
# There is some duplication here that might be worth cleaning up:
# - can use use our existing t_p/e/libjpeg instead of pulling it for Android?