tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

common-opt (532B)


      1 # This file is sourced by the nightly, beta, and release mozconfigs.
      2 
      3 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
      4 ac_add_options --with-google-location-service-api-keyfile=/builds/gls-gapi.data
      5 ac_add_options --with-google-safebrowsing-api-keyfile=/builds/sb-gapi.data
      6 ac_add_options --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key
      7 
      8 . $topsrcdir/build/unix/mozconfig.linux
      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