Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / url / moz.build
blob6e714a737449e19f4965197d6bcc6d4e12cc6ce0
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: Networking")
10 EXPORTS.mozilla.dom += [
11     "URL.h",
12     "URLSearchParams.h",
15 UNIFIED_SOURCES += [
16     "URL.cpp",
17     "URLMainThread.cpp",
18     "URLSearchParams.cpp",
19     "URLWorker.cpp",
22 LOCAL_INCLUDES += [
23     "/netwerk/base",
26 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
27 MOCHITEST_CHROME_MANIFESTS += ["tests/chrome.toml"]
28 BROWSER_CHROME_MANIFESTS += ["tests/browser.toml"]
30 include("/ipc/chromium/chromium-config.mozbuild")
32 FINAL_LIBRARY = "xul"
34 # Add libFuzzer configuration directives
35 include("/tools/fuzzing/libfuzzer-config.mozbuild")