Skip to content

Commit

Permalink
Remove adblock dep that was accidentally left in with #3023
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Jul 26, 2019
1 parent 770b261 commit 682d67c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/signing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def AddBravePartsForSigning(parts, config):
# Add libs
brave_dylibs = (
'libchallenge_bypass_ristretto.dylib',
'libadblock.dylib',
)
for library in brave_dylibs:
library_basename = os.path.basename(library)
Expand Down

0 comments on commit 682d67c

Please sign in to comment.