Issue #1288 - Part 1a: Update brotli to 1.0.7

This also reorganizes the exports in the build system to use `brotli/`
as include directory.
This commit is contained in:
wolfbeast 2019-11-14 09:07:29 +01:00 committed by Roy Tam
commit 729ee0f18a
97 changed files with 32340 additions and 11587 deletions

View file

@ -35,5 +35,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'cocoa':
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/modules/brotli/dec',
'/netwerk/base',
]