1 # vim: set filetype=python:
\r
2 # This Source Code Form is subject to the terms of the Mozilla Public
\r
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
\r
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
\r
6 with Files("test/**"):
\r
7 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
\r
11 "GVAutoplayPermissionRequest.h",
\r
12 "GVAutoplayRequestStatusIPC.h",
\r
13 "GVAutoplayRequestUtils.h",
\r
16 UNIFIED_SOURCES += [
\r
17 "AutoplayPolicy.cpp",
\r
18 "GVAutoplayPermissionRequest.cpp",
\r
21 XPIDL_MODULE = "autoplay"
\r
26 MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.toml"]
\r
28 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"]
\r
30 include("/ipc/chromium/chromium-config.mozbuild")
\r
32 FINAL_LIBRARY = "xul"
\r