tor-browser

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

moz.build (671B)


      1 # vim: set filetype=python:
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 
      6 with Files("test/**"):
      7     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
      8 
      9 EXPORTS += [
     10     "MediaElementEventRunners.h",
     11     "MediaProfilerMarkers.h",
     12     "PerformanceRecorder.h",
     13     "TelemetryProbesReporter.h",
     14 ]
     15 
     16 UNIFIED_SOURCES += [
     17     "MediaElementEventRunners.cpp",
     18     "PerformanceRecorder.cpp",
     19     "TelemetryProbesReporter.cpp",
     20 ]
     21 
     22 include("/ipc/chromium/chromium-config.mozbuild")
     23 
     24 TEST_DIRS += ["gtest"]
     25 
     26 FINAL_LIBRARY = "xul"