tor-browser

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

moz.build (582B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 with Files("**"):
      6     BUG_COMPONENT = ("Firefox", "Sync")
      7 
      8 # Services interfaces are shared with other components (like Places and
      9 # WebExtension storage), so we keep them in a separate folder and build them for
     10 # all configurations, regardless of whether we build Sync.
     11 
     12 XPIDL_MODULE = "services"
     13 
     14 XPIDL_SOURCES += [
     15     "mozIBridgedSyncEngine.idl",
     16     "mozIInterruptible.idl",
     17 ]