From eb54d962c41c37157812f5e32ad14759396e84e8 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Sun, 7 Apr 2013 16:53:26 -0400 Subject: [PATCH] Bug 856051 - Move WindowsJumpLists.jsm out of EXTRA_PP_JS_MODULES since it doesn't use any preprocessor directives. r=dolske --- browser/modules/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/browser/modules/Makefile.in b/browser/modules/Makefile.in index ba3dbbab1289..6c1c1a554014 100644 --- a/browser/modules/Makefile.in +++ b/browser/modules/Makefile.in @@ -32,10 +32,8 @@ EXTRA_PP_JS_MODULES = \ ifeq ($(MOZ_WIDGET_TOOLKIT),windows) EXTRA_JS_MODULES += \ - WindowsPreviewPerTab.jsm \ - $(NULL) -EXTRA_PP_JS_MODULES += \ WindowsJumpLists.jsm \ + WindowsPreviewPerTab.jsm \ $(NULL) endif