diff --git a/browser/installer/removed-files.in b/browser/installer/removed-files.in index adeed7210cc0..8e29d50ad226 100644 --- a/browser/installer/removed-files.in +++ b/browser/installer/removed-files.in @@ -595,6 +595,7 @@ modules/JSON.jsm LICENSE extensions/inspector@mozilla.org/chrome/chromelist.txt components/accessibility.xpt +components/content.xpt components/crashreporter.xpt components/gksvgrenderer.xpt components/jsconsole.xpt diff --git a/content/canvas/public/Makefile.in b/content/canvas/public/Makefile.in index b7194f2395a4..9adb9e8e2978 100644 --- a/content/canvas/public/Makefile.in +++ b/content/canvas/public/Makefile.in @@ -49,8 +49,14 @@ EXPORTS = \ nsICanvasElement.h \ $(NULL) +ifdef MOZ_ENABLE_CANVAS3D + +XPIDL_MODULE = content_canvas + XPIDLSRCS = \ nsICanvasGLPrivate.idl \ $(NULL) +endif + include $(topsrcdir)/config/rules.mk