2013-04-01 11:36:59 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:18 -08:00
|
|
|
# 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/.
|
|
|
|
|
|
|
|
TEST_DIRS += ['test']
|
|
|
|
|
2013-06-28 12:17:07 -07:00
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'BrowserNewTabPreloader.jsm',
|
2013-08-08 17:16:47 -07:00
|
|
|
'ContentClick.jsm',
|
2013-06-28 12:17:07 -07:00
|
|
|
'NetworkPrioritizer.jsm',
|
|
|
|
'SharedFrame.jsm',
|
|
|
|
'SignInToWebsite.jsm',
|
|
|
|
'SitePermissions.jsm',
|
|
|
|
'Social.jsm',
|
2013-09-12 12:24:10 -07:00
|
|
|
'TabCrashReporter.jsm',
|
2013-06-28 12:17:07 -07:00
|
|
|
'offlineAppCache.jsm',
|
|
|
|
'openLocationLastURL.jsm',
|
|
|
|
'webappsUI.jsm',
|
|
|
|
'webrtcUI.jsm',
|
|
|
|
]
|
|
|
|
|
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'WindowsJumpLists.jsm',
|
|
|
|
'WindowsPreviewPerTab.jsm',
|
|
|
|
]
|
2013-08-02 00:03:25 -07:00
|
|
|
|
|
|
|
EXTRA_PP_JS_MODULES += [
|
2013-07-05 13:55:00 -07:00
|
|
|
'AboutHome.jsm',
|
2013-08-02 00:03:25 -07:00
|
|
|
'RecentWindow.jsm',
|
|
|
|
]
|
|
|
|
|