Lines Matching refs:CHROME_SRC
75 if [[ -z "${CHROME_SRC}" ]]; then
76 # If $CHROME_SRC was not set, assume current directory is CHROME_SRC.
77 export CHROME_SRC="${CURRENT_DIR}"
80 if [[ "${CURRENT_DIR/"${CHROME_SRC}"/}" == "${CURRENT_DIR}" ]]; then
81 # If current directory is not in $CHROME_SRC, it might be set for other
82 # source tree. If $CHROME_SRC was set correctly and we are in the correct
83 # directory, "${CURRENT_DIR/"${CHROME_SRC}"/}" will be "".
85 echo "Warning: Current directory is out of CHROME_SRC, it may not be \
87 echo "${CHROME_SRC}"
120 . ${CHROME_SRC}/build/android/adb_device_functions.sh
142 "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@"