From a45ec7d0365bc8b1f66cafb5f4a87f2c8d45b14d Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Sat, 4 Feb 2017 11:19:17 +0100 Subject: [PATCH] Restore root_dir variable default. Its default value was accidentally cleared in https://chromium-review.googlesource.com/436264 This restores it. It's set on the bots, which is why it wasn't noticed. BUG=libyuv:676 TBR=fbarchard@google.com Change-Id: Ifad560e9e5caa134fef4c2cbaf15f1f3bfa6028d Reviewed-on: https://chromium-review.googlesource.com/438084 Reviewed-by: Henrik Kjellander --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 213b64c95..b5bca7e57 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { # Override root_dir in your .gclient's custom_vars to specify a custom root # folder name. - 'root_dir': Var('root_dir') + '', + 'root_dir': 'libyuv', 'chromium_git': 'https://chromium.googlesource.com', 'chromium_revision': '8346af5a710b5c692803beab335b5e5439883387', 'swarming_revision': 'ebc8dab6f8b8d79ec221c94de39a921145abd404',