blob: 88931af7b773d029eebcb1e33bcae124bc386100 [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.
Brian Silvermana29ebf92014-04-23 13:08:49 -05003# It also gets parsed by build.py, so it has to stay just variable assignments
4# and comments.
Brian Silvermanf10de2a2013-11-16 19:56:11 -08005
6EXTERNALS=${AOS}/../output/downloaded
Brian Silvermanf10de2a2013-11-16 19:56:11 -08007
8NINJA_RELEASE=v1.4.0
9NINJA_DIR=${EXTERNALS}/ninja-${NINJA_RELEASE}
10NINJA=${NINJA_DIR}/ninja
11
12# From chromium@154360:trunk/src/DEPS.
13GYP_REVISION=1738
14GYP_DIR=${EXTERNALS}/gyp-${GYP_REVISION}
15GYP=${GYP_DIR}/gyp