2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2011-12-14 02:34:33 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2011-12-14 02:34:33 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
EXTRA_PP_COMPONENTS = \
|
2012-07-24 09:34:12 -07:00
|
|
|
ActivitiesGlue.js \
|
2012-06-07 04:17:59 -07:00
|
|
|
AlertsService.js \
|
2013-02-07 20:08:52 -08:00
|
|
|
B2GAboutRedirector.js \
|
2011-12-14 02:34:33 -08:00
|
|
|
B2GComponents.manifest \
|
2012-07-24 09:34:12 -07:00
|
|
|
ContentHandler.js \
|
2012-03-16 15:23:28 -07:00
|
|
|
ContentPermissionPrompt.js \
|
2012-03-23 16:39:15 -07:00
|
|
|
DirectoryProvider.js \
|
2013-03-19 10:49:16 -07:00
|
|
|
FilePicker.js \
|
2012-10-01 11:28:01 -07:00
|
|
|
MailtoProtocolHandler.js \
|
2012-06-07 04:17:59 -07:00
|
|
|
MozKeyboard.js \
|
|
|
|
ProcessGlobal.js \
|
2012-08-29 14:41:35 -07:00
|
|
|
PaymentGlue.js \
|
2012-10-01 11:28:01 -07:00
|
|
|
SmsProtocolHandler.js \
|
|
|
|
TelProtocolHandler.js \
|
2012-09-17 14:55:48 -07:00
|
|
|
YoutubeProtocolHandler.js \
|
2012-09-28 15:32:56 -07:00
|
|
|
RecoveryService.js \
|
2011-12-14 02:34:33 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-10-01 11:28:01 -07:00
|
|
|
EXTRA_JS_MODULES = \
|
2012-11-07 03:53:24 -08:00
|
|
|
Keyboard.jsm \
|
2012-10-01 11:28:01 -07:00
|
|
|
TelURIParser.jsm \
|
2012-11-12 16:46:35 -08:00
|
|
|
SignInToWebsite.jsm \
|
2013-03-04 18:19:00 -08:00
|
|
|
ErrorPage.jsm \
|
2012-10-01 11:28:01 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-03-21 15:50:53 -07:00
|
|
|
ifdef MOZ_UPDATER
|
|
|
|
EXTRA_PP_COMPONENTS += UpdatePrompt.js
|
|
|
|
endif
|
|
|
|
|
2011-12-14 02:34:33 -08:00
|
|
|
include $(topsrcdir)/config/rules.mk
|