Bumping manifests a=b2g-bump
[gecko.git] / dom / apps / moz.build
blobb86cd7f322797604d7ddf30174678f1f80f62243
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 XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
9 MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
11 MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
13 EXPORTS.mozilla.dom += [
14     'InterAppComm.h',
17 SOURCES += [
18     'InterAppComm.cpp',
21 EXTRA_COMPONENTS += [
22     'AppsService.js',
23     'AppsService.manifest',
24     'InterAppComm.manifest',
25     'InterAppCommService.js',
26     'InterAppConnection.js',
27     'InterAppMessagePort.js',
28     'Webapps.js',
29     'Webapps.manifest',
32 EXTRA_JS_MODULES += [
33     'AppDownloadManager.jsm',
34     'AppsServiceChild.jsm',
35     'FreeSpaceWatcher.jsm',
36     'InterAppCommService.jsm',
37     'OfflineCacheInstaller.jsm',
38     'PermissionsInstaller.jsm',
39     'PermissionsTable.jsm',
40     'StoreTrustAnchor.jsm',
43 EXTRA_PP_JS_MODULES += [
44     'AppsUtils.jsm',
45     'OperatorApps.jsm',
46     'ScriptPreloader.jsm',
47     'TrustedHostedAppsUtils.jsm',
48     'Webapps.jsm',
51 FAIL_ON_WARNINGS = True
53 FINAL_LIBRARY = 'xul'
55 LOCAL_INCLUDES += [
56     '/js/xpconnect/wrappers',