common-opt (711B)
1 # This file is sourced by the nightly, beta, and release mozconfigs. 2 3 . "$topsrcdir/browser/config/mozconfigs/common" 4 5 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} 6 7 if test `uname -s` != Linux; then 8 APIKEYDIR="${APIKEYDIR:-${WORKSPACE}}" 9 else 10 APIKEYDIR="${APIKEYDIR:-/builds}" 11 fi 12 13 ac_add_options --with-google-location-service-api-keyfile=${APIKEYDIR}/gls-gapi.data 14 ac_add_options --with-google-safebrowsing-api-keyfile=${APIKEYDIR}/sb-gapi.data 15 16 ac_add_options --with-mozilla-api-keyfile=${APIKEYDIR}/mozilla-desktop-geoloc-api.key 17 18 # Needed to enable breakpad in application.ini 19 export MOZILLA_OFFICIAL=1 20 21 # Package js shell. 22 export MOZ_PACKAGE_JSSHELL=1 23 24 ac_add_options --enable-eme=widevine