1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2# vim: set filetype=python:
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7with Files("**"):
8    BUG_COMPONENT = ("Core", "DOM: Core & HTML")
9
10XPIDL_SOURCES += [
11    'domstubs.idl',
12    'nsIBrowser.idl',
13    'nsIBrowserChild.idl',
14    'nsIBrowserDOMWindow.idl',
15    'nsIBrowserUsage.idl',
16    'nsIContentPermissionPrompt.idl',
17    'nsIContentPrefService2.idl',
18    'nsIContentProcess.idl',
19    'nsIDOMChromeWindow.idl',
20    'nsIDOMGlobalPropertyInitializer.idl',
21    'nsIDOMWindow.idl',
22    'nsIDOMWindowUtils.idl',
23    'nsIFocusManager.idl',
24    'nsIPermissionDelegateHandler.idl',
25    'nsIQueryContentEventResult.idl',
26    'nsIRemoteTab.idl',
27    'nsIServiceWorkerManager.idl',
28    'nsIStructuredCloneContainer.idl',
29    'nsITextInputProcessor.idl',
30    'nsITextInputProcessorCallback.idl',
31]
32
33XPIDL_MODULE = 'dom_base'
34
35