Searched refs:BUILD_DIR (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.sh7 BUILD_DIR=$(dirname "$0")
32 $PYTHON_PATH $BUILD_DIR/build.py $*
35 $BUILD_DIR/build.py $*
/external/chromium/build/
H A Dbranding_value.sh26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
/external/chromium_org/build/
H A Dbranding_value.sh26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
/external/chromium_org/tools/win/link_limiter/
H A Dbuild_link_limiter.py13 BUILD_DIR = 'build' variable
42 if not os.path.exists(BUILD_DIR):
43 os.makedirs(BUILD_DIR)
45 outpath = os.path.join(BUILD_DIR, outfile)
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
67 if os.path.exists(BUILD_DIR):
68 shutil.rmtree(BUILD_DIR)
/external/chromium_org/third_party/JSON/
H A Dget_and_build_json_pm.sh11 BUILD_DIR="$PACKAGE-$VERSION"
46 cd "$BUILD_DIR"
64 cd "$BUILD_DIR"
/external/chromium_org/third_party/jinja2/
H A Dget_jinja2.sh24 BUILD_DIR="$PACKAGE-$VERSION"
27 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
106 cd "$BUILD_DIR"
/external/chromium_org/third_party/markupsafe/
H A Dget_markupsafe.sh22 BUILD_DIR="$PACKAGE-$VERSION"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
104 cd "$BUILD_DIR"
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-runtime.sh18 readonly BUILD_DIR=$(readlink -f $2)
23 if [ -f ${BUILD_DIR}/Makefile -a ${CLEAN} != 0 ]; then
24 cd ${BUILD_DIR}
118 rm -rf ${BUILD_DIR}
119 mkdir -p ${BUILD_DIR}
121 cd ${BUILD_DIR}
/external/chromium_org/testing/gtest_ios/
H A Drun-unittest.sh22 readonly SimExecutable="${BUILD_DIR}/ninja-iossim/${CONFIGURATION}/iossim"
/external/chromium_org/third_party/openssl/
H A Dimport_from_android.sh277 BUILD_DIR=$TEMP_DIR/build
278 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/*
281 ANDROID_SRC_DIR=$BUILD_DIR/android-openssl
313 DOWNLOAD_DIR=$BUILD_DIR/download
341 SVN_LIST_FILE=$BUILD_DIR/svn-subdirs
343 SAVED_SVN_TARBALL=$BUILD_DIR/saved-svn-subdirs.tar.gz
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/mesa3d/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/chromium_org/third_party/openssl/openssl/
H A Dcheck-all-builds.sh160 BUILD_DIR=
170 BUILD_DIR=${OPT##--build-dir=}
252 if [ -z "$BUILD_DIR" ]; then
255 BUILD_DIR=$(mktemp -d)
257 log "Cleaning up temporary directory: $BUILD_DIR"
258 rm -rf "$BUILD_DIR"
263 log "Using temporary build directory: $BUILD_DIR"
265 log "Using user build directory: $BUILD_DIR"
268 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/*
[all...]
/external/openssl/
H A Dcheck-all-builds.sh160 BUILD_DIR=
170 BUILD_DIR=${OPT##--build-dir=}
252 if [ -z "$BUILD_DIR" ]; then
255 BUILD_DIR=$(mktemp -d)
257 log "Cleaning up temporary directory: $BUILD_DIR"
258 rm -rf "$BUILD_DIR"
263 log "Using temporary build directory: $BUILD_DIR"
265 log "Using user build directory: $BUILD_DIR"
268 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/*
[all...]

Completed in 380 milliseconds