moz.build (1014B)
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 7 with Files("**"): 8 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 9 10 XPIDL_SOURCES += [ 11 "domstubs.idl", 12 "nsIBrowser.idl", 13 "nsIBrowserChild.idl", 14 "nsIBrowserDOMWindow.idl", 15 "nsIBrowserUsage.idl", 16 "nsIContentPermissionPrompt.idl", 17 "nsIContentPrefService2.idl", 18 "nsIDOMGlobalPropertyInitializer.idl", 19 "nsIDOMWindow.idl", 20 "nsIDOMWindowUtils.idl", 21 "nsIFocusManager.idl", 22 "nsIGeckoViewServiceWorker.idl", 23 "nsIPermissionDelegateHandler.idl", 24 "nsIQueryContentEventResult.idl", 25 "nsIRemoteTab.idl", 26 "nsIServiceWorkerManager.idl", 27 "nsIStructuredCloneContainer.idl", 28 "nsITextInputProcessor.idl", 29 "nsITextInputProcessorCallback.idl", 30 ] 31 32 XPIDL_MODULE = "dom_base"