зеркало из https://github.com/mozilla/gecko-dev.git
Bug 846634 - Followup: remove straggler EXPORT definitions; r=mshal
This commit is contained in:
Родитель
91f5a42869
Коммит
7d1aa56305
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче