tor-browser

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

moz.build (724B)


      1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
      2 # vim: set filetype=python:
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 
      7 include("sources.mozbuild")
      8 
      9 with Files('**'):
     10     BUG_COMPONENT = ('Core', 'Graphics: Text')
     11 
     12 if not CONFIG["MOZ_WASM_SANDBOXING_WOFF2"]:
     13     UNIFIED_SOURCES += woff2_sources
     14 
     15 EXPORTS.woff2 += [
     16     'include/woff2/decode.h',
     17     'include/woff2/encode.h',
     18     'include/woff2/output.h',
     19     'RLBoxWOFF2Sandbox.h',
     20 
     21 ]
     22 
     23 # We allow warnings for third-party code that can be updated from upstream.
     24 AllowCompilerWarnings()
     25 
     26 Library('woff2')