Chromium Code Reviews| Index: tools/android/loading/install-deps.sh |
| diff --git a/tools/android/loading/install-deps.sh b/tools/android/loading/install-deps.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..d49e5e614601d5b4aa19f2bc00e0657919e336a0 |
| --- /dev/null |
| +++ b/tools/android/loading/install-deps.sh |
| @@ -0,0 +1,12 @@ |
| +#!/bin/bash -e |
| + |
| +# Copyright (c) 2016 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +sudo apt-get install libre2-1v5 libre2-dev |
|
blundell
2016/01/25 16:33:33
Hmm. Does this fall under the umbrella of adding t
|
| +pip install --user re2 |
| +pip install --user adblockparser |
| + |
| +wget https://easylist-downloads.adblockplus.org/easylist.txt |
| +wget https://easylist-downloads.adblockplus.org/easyprivacy.txt |