Bug 1854367 - Mark storage-access-permission.sub.https.window.html subtest as intermi...
[gecko.git] / dom / webscheduling / moz.build
blobb30b87972c025c04a7773d982de57739b2761042
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: Performance")
10 EXPORTS.mozilla.dom += [
11     "TaskSignal.h",
12     "WebTaskController.h",
13     "WebTaskScheduler.h",
14     "WebTaskSchedulerMainThread.h",
15     "WebTaskSchedulerWorker.h",
18 UNIFIED_SOURCES += [
19     "WebTaskController.cpp",
20     "WebTaskScheduler.cpp",
21     "WebTaskSchedulerMainThread.cpp",
22     "WebTaskSchedulerWorker.cpp",
25 include("/ipc/chromium/chromium-config.mozbuild")
27 FINAL_LIBRARY = "xul"