Index: mobile/android/extensions/Makefile.in |
=================================================================== |
--- a/mobile/android/extensions/Makefile.in |
+++ b/mobile/android/extensions/Makefile.in |
@@ -5,6 +5,7 @@ |
include $(topsrcdir)/config/rules.mk |
SHUMWAY_BROWSER_EXTENSION = $(topsrcdir)/browser/extensions/shumway |
+ADBLOCKPLUS_BROWSER_EXTENSION = $(topsrcdir)/adblockplus |
exclude_files = \ |
test \ |
@@ -24,4 +25,14 @@ |
$(call py_action,buildlist,$(FINAL_TARGET)/chrome.manifest "manifest chrome/shumway.manifest") |
endif |
+$(FINAL_TARGET)/chrome/adblockplus.manifest: $(GLOBAL_DEPS) |
+ $(call py_action,buildlist,$@ "manifest adblockplus/chrome.manifest") |
+libs:: $(ADBLOCKPLUS_BROWSER_EXTENSION) $(GLOBAL_DEPS) |
+ $(PYTHON) $(topsrcdir)/config/nsinstall.py \ |
+ $(ADBLOCKPLUS_BROWSER_EXTENSION) \ |
+ $(foreach exclude,$(exclude_files), -X $(ADBLOCKPLUS_BROWSER_EXTENSION)/$(exclude)) \ |
+ $(FINAL_TARGET)/chrome |
+ |
+libs:: $(FINAL_TARGET)/chrome/adblockplus.manifest |
+ $(call py_action,buildlist,$(FINAL_TARGET)/chrome.manifest "manifest chrome/adblockplus.manifest") |