Lines Matching refs:BASE_DIR
10 BASE_DIR=`cd $(dirname ${BASH_SOURCE[0]}) && pwd`
18 pushd $BASE_DIR/../..
39 BUILTIN_FONT="$BASE_DIR/fonts/NotoMono-Regular.ttf.cpp"
43 --input $BASE_DIR/fonts/NotoMono-Regular.ttf \
44 --output $BASE_DIR/fonts/NotoMono-Regular.ttf.cpp \
49 -DSK_DISABLE_LEGACY_SHADERCONTEXT --pre-js $BASE_DIR/cpu.js --pre-js $BASE_DIR/gpu.js"
110 export EMCC_CLOSURE_ARGS="--externs $BASE_DIR/externs.js "
125 --pre-js $BASE_DIR/helper.js \
126 --post-js $BASE_DIR/ready.js \
128 $BASE_DIR/fonts/NotoMono-Regular.ttf.cpp \
129 $BASE_DIR/debugger_bindings.cpp \