Skip to content

Commit

Permalink
Bug 1094302 - Remove unused EXTRA_JS_MODULES rule from rules.mk; r=gl…
Browse files Browse the repository at this point in the history
…andium

The installation rule for EXTRA_JS_MODULES and EXTRA_PP_JS_MODULES
became unused after b961ba8f0892 (bug 1044162). We remove the dead code.
  • Loading branch information
indygreg committed Nov 5, 2014
1 parent 1e6a4df commit 7ff8f67
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1207,26 +1207,6 @@ misc:: $(call mkdir_deps,$(FINAL_TARGET))
$(call py_action,buildlist,$(FINAL_TARGET)/chrome.manifest $(patsubst %,'manifest components/%',$(notdir $(EXTRA_MANIFESTS))))
endif

################################################################################
# Copy each element of EXTRA_JS_MODULES to
# $(FINAL_TARGET)/modules.
FINAL_JS_MODULES_PATH := $(FINAL_TARGET)/modules

ifdef EXTRA_JS_MODULES
ifndef NO_DIST_INSTALL
EXTRA_JS_MODULES_FILES := $(EXTRA_JS_MODULES)
EXTRA_JS_MODULES_DEST := $(FINAL_JS_MODULES_PATH)
INSTALL_TARGETS += EXTRA_JS_MODULES
endif
endif

ifdef EXTRA_PP_JS_MODULES
ifndef NO_DIST_INSTALL
EXTRA_PP_JS_MODULES_PATH := $(FINAL_JS_MODULES_PATH)
PP_TARGETS += EXTRA_PP_JS_MODULES
endif
endif

################################################################################
# SDK

Expand Down

0 comments on commit 7ff8f67

Please sign in to comment.