From 4e5b8e67b86a52d88242b896c05996de3c7c8b35 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 10 Oct 2017 16:09:59 +0200 Subject: [PATCH] Depending on //third_party/icu on all the platforms. In https://webrtc-review.googlesource.com/c/src/+/8020 it seems we are failing because //third_party/icu is not checked out. I am not sure why it is starting to happen only now, so I am still investigating but probably this should fix. Bug: None Change-Id: Ic92e64d0b34c581c5a408a03d6359ddff40a5a08 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/7963 Commit-Queue: Mirko Bonadei Reviewed-by: Henrik Kjellander Cr-Commit-Position: refs/heads/master@{#20236} --- DEPS | 1 - 1 file changed, 1 deletion(-) diff --git a/DEPS b/DEPS index 313b7da3ea..edf91ade5c 100644 --- a/DEPS +++ b/DEPS @@ -82,7 +82,6 @@ deps = { Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7f8fefabedf2965980585be8c2bff97458f28e0b', 'src/third_party/icu': { 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6', - 'condition': 'checkout_android', }, 'src/third_party/jsr-305/src': { 'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',