memory/app.mozbuild
author Tom Schuster <tschuster@mozilla.com>
Thu, 17 Jul 2025 07:01:33 +0000 (14 hours ago)
changeset 796956 2732dfd8c3b2071a053c85819299033f50ec5d48
parent 783837 26f1976477ea7549bf801be9aaa172842592a020
permissions -rw-r--r--
Bug 1977645 - Remove svg.use-element.data-url-href.allowed pref. r=longsonr Differential Revision: https://phabricator.services.mozilla.com/D257534
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Indirectly necessary for chromium's lock.h, included from LogAlloc.cpp
EXPORTS.mozilla += [
    "/mozglue/misc/Printf.h",
    "/xpcom/base/Logging.h",
]

DIRS += [
    "/memory",
    "/mfbt",
    "/third_party/fmt",
]

EXPORTS.mozilla += [
    "/mozglue/misc/IntegerPrintfMacros.h",
    "/mozglue/misc/Sprintf.h",
]

if CONFIG["OS_ARCH"] == "WINNT":
    EXPORTS.mozilla += [
        "/mozglue/misc/StackWalk_windows.h",
        "/mozglue/misc/StackWalkThread.h",
    ]