Bug 844951 - Setting playbackRate and mozPreservesPitch before the decoder creation...
[gecko.git] / browser / modules / Makefile.in
blob2279b2657b6a90399aa2362cec5d7c2d28156987
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 include $(topsrcdir)/config/config.mk
14 TEST_DIRS += test
16 EXTRA_JS_MODULES = \
17 AboutHomeUtils.jsm \
18 BrowserNewTabPreloader.jsm \
19 openLocationLastURL.jsm \
20 NetworkPrioritizer.jsm \
21 offlineAppCache.jsm \
22 SignInToWebsite.jsm \
23 webappsUI.jsm \
24 webrtcUI.jsm \
25 KeywordURLResetPrompter.jsm \
26 Social.jsm \
27 SharedFrame.jsm \
28 $(NULL)
30 EXTRA_PP_JS_MODULES = \
31 RecentWindow.jsm \
32 $(NULL)
35 ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
36 EXTRA_JS_MODULES += \
37 WindowsPreviewPerTab.jsm \
38 $(NULL)
39 EXTRA_PP_JS_MODULES += \
40 WindowsJumpLists.jsm \
41 $(NULL)
42 endif
44 include $(topsrcdir)/config/rules.mk