blob: d47a3ceaaf36f8aeeaf11ecc9b756dcea89994a2 [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
Brian Silvermanf10de2a2013-11-16 19:56:11 -08005
6NINJA_RELEASE=v1.4.0
7NINJA_DIR=${EXTERNALS}/ninja-${NINJA_RELEASE}
8NINJA=${NINJA_DIR}/ninja
9
10# From chromium@154360:trunk/src/DEPS.
11GYP_REVISION=1738
12GYP_DIR=${EXTERNALS}/gyp-${GYP_REVISION}
13GYP=${GYP_DIR}/gyp