blob: 653c1ef8aa636e964d2e931a1cade25c4219b0fd [file] [log] [blame]
Brian Silvermanf10de2a2013-11-16 19:56:11 -08001# This is a shell fragment that sets up variables related to where the tools
2# that download_externals.sh downloads so build.sh can use.
3
4EXTERNALS=${AOS}/../output/downloaded
5COMPILED=${EXTERNALS}/../compiled-i386
6
7NINJA_RELEASE=v1.4.0
8NINJA_DIR=${EXTERNALS}/ninja-${NINJA_RELEASE}
9NINJA=${NINJA_DIR}/ninja
10
11# From chromium@154360:trunk/src/DEPS.
12GYP_REVISION=1738
13GYP_DIR=${EXTERNALS}/gyp-${GYP_REVISION}
14GYP=${GYP_DIR}/gyp