Blame memory/app.mozbuild

Packit f0b94e
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
Packit f0b94e
# vim: set filetype=python:
Packit f0b94e
# This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit f0b94e
Packit f0b94e
# Indirectly necessary for chromium's lock.h, included from LogAlloc.cpp
Packit f0b94e
EXPORTS.mozilla += [
Packit f0b94e
    '/mozglue/misc/Printf.h',
Packit f0b94e
    '/xpcom/base/Logging.h',
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
DIRS += [
Packit f0b94e
    '/memory',
Packit f0b94e
]