Bug 882552 - Change Binder Thread's default priority to 0. r=mwu, r=jlebar
[gecko.git] / toolkit / modules / Makefile.in
blobf8639da3cc8af0b8a492881d21393c7e8612793a
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 ifdef MOZ_TOOLKIT_SEARCH
13 DEFINES += -DMOZ_TOOLKIT_SEARCH
14 endif
16 EXTRA_JS_MODULES := \
17 debug.js \
18 DeferredTask.jsm \
19 Deprecated.jsm \
20 Dict.jsm \
21 FileUtils.jsm \
22 Geometry.jsm \
23 InlineSpellChecker.jsm \
24 NewTabUtils.jsm \
25 PageMenu.jsm \
26 PopupNotifications.jsm \
27 Preferences.jsm \
28 PrivateBrowsingUtils.jsm \
29 Promise.jsm \
30 PropertyListUtils.jsm \
31 RemoteWebProgress.jsm \
32 Sqlite.jsm \
33 Task.jsm \
34 TelemetryTimestamps.jsm \
35 Timer.jsm \
36 $(NULL)
38 EXTRA_PP_JS_MODULES = \
39 CertUtils.jsm \
40 Services.jsm \
41 Troubleshoot.jsm \
42 UpdateChannel.jsm \
43 WindowDraggingUtils.jsm \
44 $(NULL)
46 ifneq (Android,$(OS_TARGET))
47 EXTRA_PP_JS_MODULES += LightweightThemeConsumer.jsm
48 endif
50 include $(topsrcdir)/config/rules.mk