| Index: experimental/webgtt/tests/nacltest/scons
|
| diff --git a/experimental/webgtt/tests/nacltest/scons b/experimental/webgtt/tests/nacltest/scons
|
| deleted file mode 100755
|
| index 2200ee8af202ff6909aa4cbd6eedb28e2a0c3974..0000000000000000000000000000000000000000
|
| --- a/experimental/webgtt/tests/nacltest/scons
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -#!/bin/bash
|
| -#
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -
|
| -readonly SCRIPT_DIR="$(dirname "$0")"
|
| -readonly SCRIPT_DIR_ABS="$(cd "${SCRIPT_DIR}" ; pwd -P)"
|
| -
|
| -export NACL_SDK_ROOT="$(cd "${SCRIPT_DIR_ABS}/../../../.." ; pwd -P)"
|
| -# TODO(gwink): Replace this with 'pepper_14' when the sdk folder structure is
|
| -# in place.
|
| -# NACL_TARGET_PLATFORM is really the name of a folder with the base dir -
|
| -# usually nacl-sdk-root - within which the toolchain for the target platform
|
| -# are found.
|
| -export NACL_TARGET_PLATFORM="."
|
| -
|
| -readonly BASE_SCRIPT="${NACL_SDK_ROOT}/third_party/scons-2.0.1/script/scons"
|
| -
|
| -export SCONS_LIB_DIR="${NACL_SDK_ROOT}/third_party/scons-2.0.1/engine"
|
| -export PYTHONPATH="${NACL_SDK_ROOT}/third_party/scons-2.0.1/engine"
|
| -# We have to do this because scons overrides PYTHONPATH and does not preserve
|
| -# what is provided by the OS. The custom variable name won't be overwritten.
|
| -export PYMOX="${NACL_SDK_ROOT}/third_party/pymox"
|
| -
|
| -"${BASE_SCRIPT}" --file=build.scons \
|
| - --site-dir="${NACL_SDK_ROOT}/build_tools/nacl_sdk_scons" \
|
| - $*
|
| -
|
|
|