Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf
[pm.git] / ipc / testshell / moz.build
blob0a7998fe7b698fb3614f498dc0a5b4affbb7b482
1 # -*- Mode: python; c-basic-offset: 4; 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.mozilla.ipc += [
8     'TestShellChild.h',
9     'TestShellParent.h',
10     'XPCShellEnvironment.h',
13 XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell.ini']
15 SOURCES += [
16     'TestShellChild.cpp',
17     'TestShellParent.cpp',
18     'XPCShellEnvironment.cpp',
21 IPDL_SOURCES = [
22     'PTestShell.ipdl',
23     'PTestShellCommand.ipdl',
26 FAIL_ON_WARNINGS = True
28 include('/ipc/chromium/chromium-config.mozbuild')
30 FINAL_LIBRARY = 'xul'
32 # For xpcshell error messages and nsAutoJSString
33 LOCAL_INCLUDES += [
34     '/dom/base',
35     '/js/xpconnect/src',