Bug 1864652 - Expose settings for Global Privacy Control. r=geckoview-reviewers,ohall...
[gecko.git] / media / psshparser / moz.build
blobf907f472b5a829aedbc54b06064c380a3c87c985
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/.
7 with Files("*"):
8     BUG_COMPONENT = ("Core", "Audio/Video")
10 EXPORTS.psshparser += [
11     "PsshParser.h",
14 UNIFIED_SOURCES += [
15     "PsshParser.cpp",
18 Library("psshparser")
20 DisableStlWrapping()
21 DEFINES["MOZ_NO_MOZALLOC"] = True
23 TEST_DIRS += [
24     "gtest",