tor-browser

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

moz.build (688B)


      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 = ("Testing", "General")
      7 
      8 with Files("marionette*"):
      9     BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
     10 
     11 with Files("mozbase*"):
     12     BUG_COMPONENT = ("Testing", "Mozbase")
     13 
     14 with Files("firefox_ui*"):
     15     BUG_COMPONENT = ("Testing", "Firefox UI Tests")
     16 
     17 with Files("telemetry*"):
     18     BUG_COMPONENT = ("Toolkit", "Telemetry")
     19 
     20 with Files("tooltool-manifests/**"):
     21     BUG_COMPONENT = ("Release Engineering", "Applications: MozharnessCore")