Bug 837235 - Fix builds with --disable-webgl; r=bjacob

This commit is contained in:
Ehsan Akhgari 2013-02-01 15:42:15 -05:00
parent 1fb657ea72
commit 2c3e399404

View File

@ -68,7 +68,6 @@ CPPSRCS += \
LOCAL_INCLUDES += \
-I$(topsrcdir)/js/xpconnect/wrappers \
-I$(topsrcdir)/content/xul/content/src \
$(NULL)
else
@ -93,6 +92,7 @@ INCLUDES += \
-I$(srcdir)/../../html/content/src \
-I$(srcdir)/../../../js/xpconnect/src \
-I$(srcdir)/../../../dom/base \
-I$(topsrcdir)/content/xul/content/src \
$(NULL)
DEFINES += -D_IMPL_NS_LAYOUT