Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / dom / media / autoplay / moz.build
blob46412217b220a45ae36cb02633a988d8c534370b
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
5 \r
6 with Files("test/**"):\r
7     BUG_COMPONENT = ("Core", "Audio/Video: Playback")\r
8 \r
9 EXPORTS += [\r
10     "AutoplayPolicy.h",\r
11     "GVAutoplayPermissionRequest.h",\r
12     "GVAutoplayRequestStatusIPC.h",\r
13     "GVAutoplayRequestUtils.h",\r
14 ]\r
16 UNIFIED_SOURCES += [\r
17     "AutoplayPolicy.cpp",\r
18     "GVAutoplayPermissionRequest.cpp",\r
19 ]\r
21 XPIDL_MODULE = "autoplay"\r
22 XPIDL_SOURCES += [\r
23     "nsIAutoplay.idl",\r
24 ]\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