Searched refs:DEPOT_TOOLS_DIR (Results 1 – 2 of 2) sorted by relevance
108 DEPOT_TOOLS_DIR=_depot_tools109 rm -rf ${DEPOT_TOOLS_DIR}110 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git ${DEPOT_TOOLS_DIR}111 export PATH=`pwd`/${DEPOT_TOOLS_DIR}:$PATH186 rm -rf $DEPOT_TOOLS_DIR
51 DEPOT_TOOLS_DIR="$(cd _depot_tools && pwd)"53 PATH="$DEPOT_TOOLS_DIR":$PATH tools/dev/v8gen.py "$BUILD_ARCH_TYPE" --no-goma $V8_BUILD_OPTIONS54 PATH="$DEPOT_TOOLS_DIR":$PATH ninja -C "out.gn/$BUILD_ARCH_TYPE/" d8 cctest inspector-test