tor-browser

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

mozconfig-macos-dev (893B)


      1 . $topsrcdir/browser/config/mozconfigs/tor-browser
      2 
      3 # This mozconfig file is not used in official builds.
      4 # It is only intended to be used when doing incremental macOS builds
      5 # during development.
      6 
      7 export MOZILLA_OFFICIAL=
      8 
      9 ac_add_options --disable-strip
     10 ac_add_options --disable-install-strip
     11 
     12 ac_add_options --with-base-browser-version=dev-build
     13 
     14 ac_add_options --disable-base-browser-update
     15 # See bug #13379
     16 ac_add_options --enable-nss-mar
     17 # See bug #41131
     18 ac_add_options --disable-update-agent
     19 
     20 # Let's make sure no preference is enabling either Adobe's or Google's CDM.
     21 ac_add_options --disable-eme
     22 
     23 ac_add_options --enable-tests
     24 
     25 ac_add_options --with-relative-data-dir=../TorBrowser-Data/Browser
     26 
     27 #copied from the diff between mozconfig-linux-x86_64 and mozconfig-linux-x86_64-dev
     28 export MOZ_APP_REMOTINGNAME="Tor Browser Dev"
     29 ac_add_options --with-branding=browser/branding/tb-nightly