From a237a5ce1b72f0d2fb9f59e9368698cc575f9958 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Fri, 1 Nov 2019 22:50:06 +0100 Subject: [PATCH] Remove mention to old filters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ac88ab..dcbaae87 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ The [Bromite main repository](https://github.com/bromite/bromite) contains tags Please refer to [official Chromium build documentation](https://www.chromium.org/developers/how-tos/get-the-code) to get started on how to build Chromium; if you can build Chromium for Android, you can build Bromite. The GN args used to build Bromite are available here: [GN_ARGS](./build/GN_ARGS). -The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/`. This file is only used for the SystemWebView. +The patches are to be applied second the order specified in the `bromite_patches_list.txt` file (you can use `git am`). ## How to build the filters