Bug 846634 - Followup: remove straggler EXPORT definitions; r=mshal

This commit is contained in:
Ms2ger 2013-04-21 08:41:06 +02:00
parent 3d8b8cd1f4
commit d22c0a99f7
3 changed files with 12 additions and 11 deletions

View File

@ -27,14 +27,10 @@ include $(topsrcdir)/config/config.mk
# lib.
FORCE_STATIC_LIB = 1
EXPORTS = \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += \
-I$(srcdir)/../../../base/src \
$(NULL)
INCLUDES += \
-I$(srcdir)/../../../base/src \
$(NULL)
DEFINES += -D_IMPL_NS_LAYOUT

View File

@ -141,10 +141,10 @@ DEFINES += -DMOZ_ENABLE_D3D10_LAYER
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
EXPORTS_mozilla/layers += GLManager.h
CPPSRCS += ShadowLayerUtilsMac.cpp \
GLManager.cpp \
$(NULL)
CPPSRCS += \
ShadowLayerUtilsMac.cpp \
GLManager.cpp \
$(NULL)
endif
# NB: Gralloc is available on other platforms that use the android GL

View File

@ -104,6 +104,11 @@ if CONFIG['MOZ_X11']:
'ShadowLayerUtilsX11.h'
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
EXPORTS.mozilla.layers += [
'GLManager.h'
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
EXPORTS.mozilla.layers += [
'ShadowLayerUtilsGralloc.h'