Remove NSS and NSPR from the build.

These were not being used and are responsible for a large amount of work
and problems.
This commit is contained in:
Jack Moffitt 2014-04-17 09:20:53 -06:00
parent 3478105da9
commit 984bbed586
5 changed files with 0 additions and 35 deletions

View file

@ -7,8 +7,6 @@ SLOW_TESTS += \
# Tests for these submodules do not exist.
NO_TESTS += \
nspr \
nss \
$(NULL)
# These submodules will not be cleaned by the `make clean-fast` target.
@ -25,8 +23,6 @@ NATIVE_BUILDS += \
libparserutils \
mozjs \
skia \
nss \
nspr \
glfw \
$(NULL)
@ -147,10 +143,6 @@ DEPS_rust-layers += \
endif
DEPS_nss += \
nspr \
$(NULL)
ifeq ($(CFG_OSTYPE),unknown-linux-gnu)
DEPS_rust-azure += \