gecko-dev/tools/profiler/moz.build

25 строки
692 B
Plaintext
Исходник Обычный вид История

# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
2012-05-21 15:12:37 +04:00
# 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/.
1998-08-20 00:42:14 +04:00
if CONFIG['MOZ_ENABLE_PROFILER_SPS']:
MODULE = 'profiler'
XPIDL_SOURCES += [
'nsIProfileSaveEvent.idl',
'nsIProfiler.idl',
]
EXPORTS += [
'GeckoProfilerFunc.h',
'GeckoProfilerImpl.h',
'PseudoStack.h',
'shared-libraries.h',
]
EXPORTS += [
'GeckoProfiler.h',
]
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell.ini']