tor-browser

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

moz.build (3045B)


      1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
      2 # vim: set filetype=python:
      3 
      4 with Files('moz.build'):
      5     BUG_COMPONENT = ('Firefox Build System', 'General')
      6 
      7 with Files('aom/**'):
      8     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
      9 
     10 with Files('content_analysis_sdk/**'):
     11     BUG_COMPONENT = ('Firefox', 'Data Loss Prevention')
     12 
     13 with Files('cups/**'):
     14     BUG_COMPONENT = ('Core', 'Printing: Setup')
     15 
     16 with Files('dav1d/**'):
     17     BUG_COMPONENT = ('Core', 'Audio/Video: Playback')
     18 
     19 with Files('function2/**'):
     20     BUG_COMPONENT = ('Core', 'MFBT')
     21 
     22 with Files('gemmology/**'):
     23     BUG_COMPONENT = ('Core', 'Javascript: WebAssembly')
     24 
     25 with Files('googletest/**'):
     26     BUG_COMPONENT = ('Testing', 'GTest')
     27 
     28 with Files('highway/**'):
     29     BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
     30 
     31 with Files('jpeg-xl/**'):
     32     BUG_COMPONENT = ('Core', 'Graphics: ImageLib')
     33 
     34 with Files('js/d3/**'):
     35     BUG_COMPONENT = ('Toolkit', 'General')
     36 
     37 with Files('js/cfworker/**'):
     38     BUG_COMPONENT = ('Toolkit', 'General')
     39 
     40 with Files('js/PKI.js/**'):
     41     BUG_COMPONENT = ('Firefox', 'Security')
     42 
     43 with Files('js/qrcode/**'):
     44     BUG_COMPONENT = ('Firefox', 'General')
     45 
     46 with Files('rust/**'):
     47     BUG_COMPONENT = ('Firefox Build System', 'General')
     48 
     49 with Files('webkit/**'):
     50     BUG_COMPONENT = ('Firefox Build System', 'General')
     51 
     52 with Files('xsimd/**'):
     53     BUG_COMPONENT = ('Firefox Build System', 'General')
     54 
     55 with Files('msgpack/**'):
     56     BUG_COMPONENT = ('Firefox Build System', 'General')
     57 
     58 with Files('simde/**'):
     59     BUG_COMPONENT = ('Firefox Build System', 'General')
     60 
     61 with Files('sipcc/**'):
     62     BUG_COMPONENT = ('Core', 'WebRTC: Signaling')
     63 
     64 with Files('sqlite3/**'):
     65     BUG_COMPONENT = ("Core", "SQLite and Embedded Database Bindings")
     66 
     67 with Files('rlbox/**'):
     68     BUG_COMPONENT = ('Core', 'Security: RLBox')
     69 
     70 with Files("libwebrtc/**"):
     71     BUG_COMPONENT = ("Core", "WebRTC")
     72 
     73 with Files("gbm/**"):
     74     BUG_COMPONENT = ("Core", "WebRTC")
     75 
     76 with Files("pipewire/**"):
     77     BUG_COMPONENT = ("Core", "WebRTC")
     78 
     79 with Files("drm/**"):
     80     BUG_COMPONENT = ("Core", "WebRTC")
     81 
     82 with Files("libepoxy/**"):
     83     BUG_COMPONENT = ("Core", "WebRTC")
     84 
     85 with Files('picosha2/**'):
     86     BUG_COMPONENT = ('Firefox Build System', 'General')
     87 
     88 with Files('rlbox_wasm2c_sandbox/**'):
     89     BUG_COMPONENT = ('Core', 'Security: RLBox')
     90 
     91 with Files('wasm2c/**'):
     92     BUG_COMPONENT = ('Core', 'Security: RLBox')
     93 
     94 with Files('libsrtp/**'):
     95     BUG_COMPONENT = ('Core', 'WebRTC: Networking')
     96 
     97 with Files("perfetto/**"):
     98     BUG_COMPONENT = ("Core", "Performance Engineering")
     99 
    100 with Files("BUILD.gn"):
    101     BUG_COMPONENT = ("Core", "WebRTC")
    102 
    103 with Files("chromium/**"):
    104     BUG_COMPONENT = ("Core", "WebRTC")
    105 
    106 with Files("abseil-cpp/**"):
    107     BUG_COMPONENT = ("Core", "WebRTC")
    108 
    109 with Files("build_overrides/**"):
    110     BUG_COMPONENT = ("Core", "WebRTC")
    111 
    112 with Files("fmt"):
    113     BUG_COMPONENT = ("Core", "MFBT")
    114 
    115 with Files("zucchini/**"):
    116     BUG_COMPONENT = ("Toolkit", "Application Update")
    117 
    118 with Files("llama.cpp"):
    119     BUG_COMPONENT = ("Core", "Machine Learning: On Device")