From e5da9952807f0a7c31f42caa4717106cd3f7186f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 22 Oct 2012 16:29:18 -0700 Subject: [PATCH] Remove servo-sandbox build code --- configure | 2 +- mk/sub.mk | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure b/configure index 870196ba0f7..f6fb64ed054 100755 --- a/configure +++ b/configure @@ -344,7 +344,7 @@ step_msg "running submodule autoconf scripts" (cd ${CFG_SRC_DIR}src/mozjs/js/src && "${CFG_AUTOCONF213}") || exit $? -CFG_SUBMODULES="libwapcaplet rust-wapcaplet rust-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss rust-netsurfcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs" +CFG_SUBMODULES="libwapcaplet rust-wapcaplet rust-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss rust-netsurfcss rust-hubbub sharegl rust-mozjs mozjs" if [ $CFG_OSTYPE = "darwin" ] then diff --git a/mk/sub.mk b/mk/sub.mk index b394bed0cfd..93623b8b367 100644 --- a/mk/sub.mk +++ b/mk/sub.mk @@ -14,10 +14,6 @@ DEPS_sharegl += \ rust-geom \ rust-opengles -DEPS_servo-sandbox += \ - libhubbub \ - libparserutils - DEPS_rust-hubbub += \ libhubbub