Skip to content

Commit

Permalink
Bug 1569197 - Backed out changeset 2a053de2828f;r=arai
Browse files Browse the repository at this point in the history
Since we do not use Brotli as part of SpiderMonkey anymore, let's avoid linking it.

Differential Revision: https://phabricator.services.mozilla.com/D40705

--HG--
extra : moz-landing-system : lando
  • Loading branch information
David Teller committed Aug 7, 2019
1 parent 0ed8f63 commit 55a6cf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions js/app.mozbuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ DIRS += [
'/mozglue',
]

if CONFIG['JS_BUILD_BINAST']:
DIRS += [
'/modules/brotli',
]

if CONFIG['USE_ICU']:
DIRS += [
'/config/external/icu',
Expand Down
5 changes: 0 additions & 5 deletions js/src/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ USE_LIBS += [
'zlib',
]

if CONFIG['JS_BUILD_BINAST']:
USE_LIBS += [
'brotli',
]

if CONFIG['OS_ARCH'] not in ('WINNT', 'HP-UX'):
OS_LIBS += [
'm',
Expand Down
1 change: 0 additions & 1 deletion js/src/make-source-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ case $cmd in

${MKDIR} -p ${tgtpath}/modules
cp -pPR \
${TOPSRCDIR}/modules/brotli \
${TOPSRCDIR}/modules/fdlibm \
${TOPSRCDIR}/modules/zlib \
${tgtpath}/modules/
Expand Down

0 comments on commit 55a6cf1

Please sign in to comment.