Bug 1692971 [wpt PR 27638] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / tools / jprof / stub / moz.build
blob692c6ea37fd4ac70bd0c594526f57dbd2e9f4d9e
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 EXPORTS += [
8     "jprof.h",
11 SOURCES += [
12     "libmalloc.cpp",
15 SharedLibrary("jprof")
17 DEFINES["_IMPL_JPROF_API"] = True