Brian Silverman | f10de2a | 2013-11-16 19:56:11 -0800 | [diff] [blame] | 1 | # 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 | |||||
4 | EXTERNALS=${AOS}/../output/downloaded | ||||
5 | COMPILED=${EXTERNALS}/../compiled-i386 | ||||
6 | |||||
7 | NINJA_RELEASE=v1.4.0 | ||||
8 | NINJA_DIR=${EXTERNALS}/ninja-${NINJA_RELEASE} | ||||
9 | NINJA=${NINJA_DIR}/ninja | ||||
10 | |||||
11 | # From chromium@154360:trunk/src/DEPS. | ||||
12 | GYP_REVISION=1738 | ||||
13 | GYP_DIR=${EXTERNALS}/gyp-${GYP_REVISION} | ||||
14 | GYP=${GYP_DIR}/gyp |