moz.build (558B)
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 7 EXPORTS += [ 8 "HLSDecoder.h", 9 "HLSDemuxer.h", 10 "HLSUtils.h", 11 ] 12 13 UNIFIED_SOURCES += [ 14 "HLSDecoder.cpp", 15 "HLSDemuxer.cpp", 16 "HLSUtils.cpp", 17 ] 18 19 include("/ipc/chromium/chromium-config.mozbuild") 20 21 FINAL_LIBRARY = "xul" 22 23 # Add libFuzzer configuration directives 24 include("/tools/fuzzing/libfuzzer-config.mozbuild")