moz.build (833B)
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 "AutoplayPolicy.h", 11 "GVAutoplayPermissionRequest.h", 12 "GVAutoplayRequestStatusIPC.h", 13 "GVAutoplayRequestUtils.h", 14 ] 15 16 UNIFIED_SOURCES += [ 17 "AutoplayPolicy.cpp", 18 "GVAutoplayPermissionRequest.cpp", 19 ] 20 21 XPIDL_MODULE = "autoplay" 22 XPIDL_SOURCES += [ 23 "nsIAutoplay.idl", 24 ] 25 26 MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.toml"] 27 28 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 29 30 include("/ipc/chromium/chromium-config.mozbuild") 31 32 FINAL_LIBRARY = "xul"