Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/android/loading/install-deps.sh

Issue 1626393002: tools/android/loading: ContentClassificationLens, ads and tracking requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698