Bumping manifests a=b2g-bump
[gecko.git] / js / ipc / moz.build
blob404795f9d66df5eb375603ef3e3b1e5f1761c058
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 UNIFIED_SOURCES += [
8     'CPOWTimer.cpp',
9     'JavaScriptChild.cpp',
10     'JavaScriptParent.cpp',
11     'JavaScriptShared.cpp',
12     'WrapperAnswer.cpp',
13     'WrapperOwner.cpp',
16 IPDL_SOURCES += [
17     'JavaScriptTypes.ipdlh',
18     'PJavaScript.ipdl',
21 FAIL_ON_WARNINGS = True
23 include('/ipc/chromium/chromium-config.mozbuild')
25 FINAL_LIBRARY = 'xul'
27 DEFINES['BIN_SUFFIX'] = '"%s"' % CONFIG['BIN_SUFFIX']
29 LOCAL_INCLUDES += [
30     '/dom/base',
31     '/js/ipc',
32     '/js/public',
33     '/js/xpconnect/src',
34     '/js/xpconnect/wrappers',