| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index cad7beb2fb30b22983b8afb5198f6b2a8a9abbd9..a90177bb990bda04c0fca29e2b502137571266ad 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -468,3 +468,8 @@ dependencies:
|
| svn checkout --force \
|
| https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
|
| third_party/icu --revision 258359
|
| + ( cd buildtools || \
|
| + git clone https://chromium.googlesource.com/chromium/buildtools.git; \
|
| + cd buildtools; \
|
| + git fetch origin; \
|
| + git checkout 83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571 )
|
|
|