mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 510894 - only build nsICanvasGLPrivate if MOZ_ENABLE_CANVAS3D is set, put it in content_canvas.xpt instead of content.xpt, and remove the accidental content.xpt, r=ted,vlad
This commit is contained in:
parent
407d615659
commit
e6cfbfb139
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user