common-opt (535B)
1 # This file is sourced by the nightly, beta, and release mozconfigs. 2 3 . $topsrcdir/build/macosx/mozconfig.common 4 5 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} 6 ac_add_options --with-google-location-service-api-keyfile=/builds/gls-gapi.data 7 ac_add_options --with-google-safebrowsing-api-keyfile=/builds/sb-gapi.data 8 ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key 9 10 # Needed to enable breakpad in application.ini 11 export MOZILLA_OFFICIAL=1 12 13 # Package js shell. 14 export MOZ_PACKAGE_JSSHELL=1