Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / browser-element / moz.build
blob1f83fbd436dae3b1d2b8c328cf0aecefc372b160
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
10 XPIDL_SOURCES += [
11     "nsIBrowserElementAPI.idl",
14 XPIDL_MODULE = "browser-element"
16 EXTRA_JS_MODULES += [
17     "BrowserElementParent.jsm",
18     "BrowserElementPromptService.jsm",
21 XPCOM_MANIFESTS += [
22     "components.conf",
25 LOCAL_INCLUDES += [
26     "/dom/html",
29 include("/ipc/chromium/chromium-config.mozbuild")
31 FINAL_LIBRARY = "xul"
33 LOCAL_INCLUDES += [
34     "/dom/",
35     "/dom/base",
36     "/dom/ipc",