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