Description:
Clean rebuild of the plugin.
(I noticed some of the binary has DebugLevel was still set to spam)
Please review this at http://gwt-code-reviews.appspot.com/1638803/
Affected files:
M plugins/xpcom/Makefile
Index: plugins/xpcom/Makefile
===================================================================
--- plugins/xpcom/Makefile (revision 10859)
+++ plugins/xpcom/Makefile (working copy)
@@ -200,7 +200,7 @@
XPIDL_TYPELIBS = $(GECKO_SDK)/bin/typelib.py
else
XPIDL = $(GECKO_SDK)/$(GECKO_PLATFORM)/bin/xpidl
-XPIDL_HEADER = $(GECKO_SDK)/$(GECKO_PLATFORM)/bin/xpidl -m header
+XPIDL_HEADER = $(GECKO_SDK)/$(GECKO_PLATFORM)/bin/xpidl -m header
XPIDL_TYPELIBS = $(GECKO_SDK)/$(GECKO_PLATFORM)/bin/xpidl -m typelib
endif