Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink...
[gecko.git] / dom / worklet / moz.build
blob487527c48838a2309a60e3c6c5d1d85160e16c01
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 DIRS += ["loader"]
12 EXPORTS.mozilla.dom += [
13     "Worklet.h",
14     "WorkletFetchHandler.h",
15     "WorkletGlobalScope.h",
16     "WorkletImpl.h",
17     "WorkletThread.h",
20 UNIFIED_SOURCES += [
21     "Worklet.cpp",
22     "WorkletFetchHandler.cpp",
23     "WorkletGlobalScope.cpp",
24     "WorkletImpl.cpp",
25     "WorkletThread.cpp",
28 LOCAL_INCLUDES += [
29     "/js/xpconnect/src",
32 include("/ipc/chromium/chromium-config.mozbuild")
34 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
36 FINAL_LIBRARY = "xul"