Bug 1852754: part 9) Add tests for dynamically loading <link rel="prefetch"> elements...
[gecko.git] / services / interfaces / moz.build
blob18b570f63cd5bec6c1152f0a174ed720b8fc830e
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 with Files("**"):
6     BUG_COMPONENT = ("Firefox", "Sync")
8 # Services interfaces are shared with other components (like Places and
9 # WebExtension storage), so we keep them in a separate folder and build them for
10 # all configurations, regardless of whether we build Sync.
12 XPIDL_MODULE = "services"
14 XPIDL_SOURCES += [
15     "mozIAppServicesLogger.idl",
16     "mozIBridgedSyncEngine.idl",
17     "mozIInterruptible.idl",
18     "mozIServicesLogSink.idl",