testing/chromium: fix sandbox filepath

This commit is contained in:
William Pitcock 2011-11-24 14:02:20 -06:00
parent c5a9d132c3
commit 521b86bdfd

View File

@ -109,8 +109,8 @@ build() {
werror= \
disable_sse2=1 \
no_strict_aliasing=1 \
linux_sandbox_path=${CHROMIUM_HOME}/chromium-sandbox \
linux_sandbox_chrome_path=${CHROMIUM_HOME}/chromium \
linux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox \
linux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome \
linux_use_tcmalloc=0 \
release_extra_cflags='${CFLAGS}' \
proprietary_codecs=1 \