aboutsummaryrefslogtreecommitdiffhomepage
path: root/DEPS
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2014-10-10 00:25:29 -0300
committerGravatar Thiago Farina <tfarina@chromium.org>2014-10-10 00:25:29 -0300
commit8f1f7f821c8383053bdf747b89d843bbddd84203 (patch)
tree50b87894f33b5a5e2c7ec975f801e955a2095e8c /DEPS
parent092dab98220110e7244ccbbb851efa8ad621ab88 (diff)
Use the function recently added to common in svndiff.py
GetModifiedFiles() function was added to common repo in https://skia.googlesource.com/common/+/af1de867422c42855ae54ed3838c62ea445ea6b4 BUG=None TEST=None R=borenet@google.com Review URL: https://codereview.chromium.org/634313006
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 9fb9078d8b..f883b5839c 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@5dd2918f96b277ebe04eb66469ec3d5c7ba6952a",
+ "common": "https://skia.googlesource.com/common.git@af1de867422c42855ae54ed3838c62ea445ea6b4",
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@23a8a433529d9db23882c702a29d5e594841563d",
"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-5-0-1",