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/.
|
2008-07-25 16:16:18 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2008-07-25 16:16:18 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2010-07-18 22:27:52 -07:00
|
|
|
MODULE = MobileComponents
|
|
|
|
XPIDL_MODULE = MobileComponents
|
|
|
|
|
2011-12-20 17:41:45 -08:00
|
|
|
XPIDLSRCS = \
|
|
|
|
SessionStore.idl \
|
|
|
|
$(NULL)
|
2008-07-25 16:16:18 -07:00
|
|
|
|
2009-11-13 21:18:25 -08:00
|
|
|
EXTRA_PP_COMPONENTS = \
|
2011-02-11 12:33:41 -08:00
|
|
|
MobileComponents.manifest \
|
2009-11-13 21:18:25 -08:00
|
|
|
AboutRedirector.js \
|
2010-09-06 03:46:00 -07:00
|
|
|
BrowserCLH.js \
|
2009-11-13 21:18:25 -08:00
|
|
|
DirectoryProvider.js\
|
2010-09-10 12:25:09 -07:00
|
|
|
HelperAppDialog.js \
|
2009-11-24 10:08:10 -08:00
|
|
|
Sidebar.js \
|
2011-12-20 17:41:45 -08:00
|
|
|
SessionStore.js \
|
2009-11-13 21:18:25 -08:00
|
|
|
$(NULL)
|
2008-07-25 16:16:18 -07:00
|
|
|
|
2008-10-02 14:33:29 -07:00
|
|
|
EXTRA_COMPONENTS = \
|
2011-02-11 12:33:41 -08:00
|
|
|
AlertsService.js \
|
2010-09-09 23:59:48 -07:00
|
|
|
ContentPermissionPrompt.js \
|
2009-11-13 21:18:25 -08:00
|
|
|
XPIDialogService.js \
|
|
|
|
DownloadManagerUI.js \
|
|
|
|
PromptService.js \
|
2009-12-23 21:41:24 -08:00
|
|
|
ContentDispatchChooser.js \
|
2010-03-16 20:42:01 -07:00
|
|
|
AddonUpdateService.js \
|
2010-07-30 07:40:26 -07:00
|
|
|
FormAutoComplete.js \
|
2010-09-14 14:58:10 -07:00
|
|
|
LoginManagerPrompter.js \
|
2010-09-01 21:05:22 -07:00
|
|
|
BlocklistPrompt.js \
|
2011-01-11 07:46:59 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2011-04-26 12:39:21 -07:00
|
|
|
ifdef MOZ_SAFE_BROWSING
|
2012-09-24 13:34:27 -07:00
|
|
|
DEFINES += \
|
|
|
|
-DMOZ_APP_UA_NAME=$(MOZ_APP_UA_NAME) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_PP_JS_MODULES = \
|
|
|
|
SafeBrowsing.jsm \
|
|
|
|
$(NULL)
|
2011-04-26 12:39:21 -07:00
|
|
|
endif
|
|
|
|
|
2008-07-25 16:16:18 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|