Skip to content

Commit

Permalink
Ref brave#555, remove remove regional adblock filters count.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Dec 4, 2018
1 parent a951da3 commit 20e3c31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
0A43293B21B1C8D10041625B /* FifoDict.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A43293A21B1C8D10041625B /* FifoDict.swift */; };
0A43293E21B1CA910041625B /* ABPFilterLibWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A43293C21B1CA910041625B /* ABPFilterLibWrapper.mm */; };
0A43294021B1CB8C0041625B /* ABPFilterLibWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A43293D21B1CA910041625B /* ABPFilterLibWrapper.h */; };
0A43294421B2E8DD0041625B /* adblock-regions.txt in Resources */ = {isa = PBXBuildFile; fileRef = 0A43294321B2E8DC0041625B /* adblock-regions.txt */; };
0A4B012020D02EC4004D4011 /* TabsBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4B011F20D02EC4004D4011 /* TabsBarViewController.swift */; };
0A4B012220D02F26004D4011 /* TabBarCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4B012120D02F26004D4011 /* TabBarCell.swift */; };
0A4B012420D0321A004D4011 /* UX.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A4B012320D0321A004D4011 /* UX.swift */; };
Expand Down Expand Up @@ -949,7 +948,6 @@
0A43293A21B1C8D10041625B /* FifoDict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FifoDict.swift; sourceTree = "<group>"; };
0A43293C21B1CA910041625B /* ABPFilterLibWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ABPFilterLibWrapper.mm; sourceTree = "<group>"; };
0A43293D21B1CA910041625B /* ABPFilterLibWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ABPFilterLibWrapper.h; sourceTree = "<group>"; };
0A43294321B2E8DC0041625B /* adblock-regions.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "adblock-regions.txt"; sourceTree = SOURCE_ROOT; };
0A4B011F20D02EC4004D4011 /* TabsBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsBarViewController.swift; sourceTree = "<group>"; };
0A4B012120D02F26004D4011 /* TabBarCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarCell.swift; sourceTree = "<group>"; };
0A4B012320D0321A004D4011 /* UX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UX.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1813,7 +1811,6 @@
0A4319B621B1C5470041625B /* bloom-filter-cpp */,
0A43210321B1C5840041625B /* hashset-cpp */,
0A43216721B1C5D30041625B /* ad-block */,
0A43294321B2E8DC0041625B /* adblock-regions.txt */,
);
path = Dependencies;
sourceTree = "<group>";
Expand Down Expand Up @@ -3931,7 +3928,6 @@
buildActionMask = 2147483647;
files = (
D38A1EE01CB458EC0080C842 /* CertError.html in Resources */,
0A43294421B2E8DD0041625B /* adblock-regions.txt in Resources */,
0BA1E0301B051A07007675AF /* NetError.css in Resources */,
3BC659491E5BA4AE006D560F /* TopSites in Resources */,
E4B7B77E1A793CF20022C5E0 /* FiraSans-SemiBold.ttf in Resources */,
Expand Down
15 changes: 0 additions & 15 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ npm run build:sync
echo "Building adblock library"
npm run build:adblock

# Set up adblock regional filters

echo "Compiling adblock regional filters"
if ! g++ get_adblock_regions.cpp -Inode_modules/ad-block/ -std=c++11 -o get_adblock_regions; then
echo "Error: could not setup adblock region file."
exit 1
fi

./get_adblock_regions && rm get_adblock_regions

if [ ! -e adblock-regions.txt ]; then
echo "Error: adblock region file does not exist."
exit 1
fi

# Sets up local configurations from the tracked .template files

# Checking the `Local` Directory
Expand Down

0 comments on commit 20e3c31

Please sign in to comment.