tor-browser

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

moz.build (844B)


      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 include("/dom/media/webrtc/third_party_build/webrtc.mozbuild")
      7 
      8 LOCAL_INCLUDES += [
      9     "!/dist/include/libwebrtc_overrides",
     10     "!/ipc/ipdl/_ipdlheaders",
     11     "/dom/media",
     12     "/dom/media/webrtc",
     13     "/ipc/chromium/src",
     14     "/media/libyuv/libyuv/include",
     15     "/media/webrtc",
     16     "/third_party/abseil-cpp",
     17     "/third_party/libsrtp/src/crypto/include",
     18     "/third_party/libsrtp/src/include",
     19     "/third_party/libwebrtc",
     20 ]
     21 
     22 UNIFIED_SOURCES += [
     23     "MediaPipeline.cpp",
     24     "MediaPipelineFilter.cpp",
     25     "RtpLogger.cpp",
     26 ]
     27 
     28 FINAL_LIBRARY = "xul"