From: borenet Date: Tue, 14 Apr 2015 17:37:33 +0000 (-0700) Subject: Update common DEPS: adding retries to GS upload X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~2789 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5de630d10982c0e650b842fe15cee2eb9efabbd;p=platform%2Fupstream%2FlibSkiaSharp.git Update common DEPS: adding retries to GS upload BUG=skia:3723 Review URL: https://codereview.chromium.org/1083663006 --- diff --git a/DEPS b/DEPS index d21e473..97c41b8 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@d7c2e2b9464e70e0f3847a330b930d008dc8c8db", + "common": "https://skia.googlesource.com/common.git@89823b3bbe978dec013d5a41e2ea096493e6f194", # 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?