From fbc910aed5cb96509041beee8dcd547d9e3f2bce Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 28 Jul 2019 08:59:06 +0300 Subject: [PATCH] chromium: Fix build. --- testing/chromium/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/chromium/build b/testing/chromium/build index f3bdc017..fa9baa3e 100755 --- a/testing/chromium/build +++ b/testing/chromium/build @@ -6,6 +6,9 @@ git clone --depth 1 \ export PATH="$PATH:$PWD/depot_tools" export DEPOT_TOOLS_WIN_TOOLCHAIN=0 +mkdir -p src +cd src + gclient config https://chromium.googlesource.com/chromium/src.git gclient runhooks