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:
Phil Ringnalda 2009-08-18 19:57:22 -07:00
Родитель 407d615659
Коммит e6cfbfb139
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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