Added tag RELEASE_BASE_20180507 for changeset d1f2c2d881cb a=releasemerge ba=releasemerge DONTBUILD CLOSED TREE
# vim: set filetype=python:
# 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/.
EXTRA_JS_MODULES += [
'ibInterruptions.jsm',
'ibNotifications.jsm',
'ibSounds.jsm',
'ibTagMenu.jsm',
]
if CONFIG['OS_ARCH'] == 'WINNT':
EXTRA_JS_MODULES += ['ibWinJumpList.jsm']
EXTRA_PP_JS_MODULES += [
'ibCore.jsm',
'imWindows.jsm',
]