toolkit.mozbuild (basilisk-2021.12.14-source.tar.xz) | : | toolkit.mozbuild (basilisk-2022.01.27-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
'/mailnews', | '/mailnews', | |||
] | ] | |||
DIRS += [ | DIRS += [ | |||
# Depends on NSS and NSPR | # Depends on NSS and NSPR | |||
'/security/certverifier', | '/security/certverifier', | |||
# Depends on certverifier | # Depends on certverifier | |||
'/security/apps', | '/security/apps', | |||
] | ] | |||
# the signing related bits of libmar depend on nss | # MAR support at all times. | |||
if CONFIG['MOZ_UPDATER']: | DIRS += ['/modules/libmar', | |||
DIRS += ['/modules/libmar'] | '/other-licenses/bsdiff'] | |||
DIRS += [ | DIRS += [ | |||
'/config/external/freetype2', | '/config/external/freetype2', | |||
'/xpcom', | '/xpcom', | |||
'/modules/libpref', | '/modules/libpref', | |||
'/intl', | '/intl', | |||
'/netwerk', | '/netwerk', | |||
] | ] | |||
if CONFIG['MOZ_AUTH_EXTENSION']: | if CONFIG['MOZ_AUTH_EXTENSION']: | |||
DIRS += ['/extensions/auth'] | DIRS += ['/extensions/auth'] | |||
if CONFIG['MOZ_UPDATER']: | ||||
DIRS += ['/other-licenses/bsdiff'] | ||||
# Gecko/Core components. | # Gecko/Core components. | |||
DIRS += [ | DIRS += [ | |||
'/ipc', | '/ipc', | |||
'/js/ipc', | '/js/ipc', | |||
'/hal', | '/hal', | |||
'/js/xpconnect', | '/js/xpconnect', | |||
'/intl/chardet', | '/intl/chardet', | |||
'/media/libyuv', | '/media/libyuv', | |||
'/modules/libjar', | '/modules/libjar', | |||
End of changes. 2 change blocks. | ||||
6 lines changed or deleted | 3 lines changed or added |