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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash -e
2
3 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 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
8 pip install --user re2
9 pip install --user adblockparser
10
11 wget https://easylist-downloads.adblockplus.org/easylist.txt
12 wget https://easylist-downloads.adblockplus.org/easyprivacy.txt
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698