Bug 863069 - Part 2: Sort lists in moz.build files (mac specific); r=gps

This commit is contained in:
Mark Banner 2013-05-08 19:31:52 +01:00
parent fae67d47c2
commit 26ea3b3736
5 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@ EXPORTS += [
'CameraCommon.h',
'CameraPreviewMediaStream.h',
'DOMCameraManager.h',
'GonkCameraControl.h',
'GonkNativeWindow.h',
'GonkNativeWindowClient.h',
'GonkCameraControl.h',
]

View File

@ -27,6 +27,6 @@ EXPORTS.mozilla.gfx += [
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
EXPORTS.mozilla.gfx += [
'QuartzSupport.h',
'MacIOSurface.h',
'QuartzSupport.h',
]

View File

@ -86,8 +86,8 @@ EXPORTS.mozilla.layers += [
'ContainerLayerComposite.h',
'ContentClient.h',
'ContentHost.h',
'Effects.h',
'D3D9SurfaceImage.h',
'Effects.h',
'GeckoContentController.h',
'GestureEventListener.h',
'ISurfaceAllocator.h',

View File

@ -65,9 +65,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
EXPORTS += [
'gfxPlatformMac.h',
'gfxQuartzSurface.h',
'gfxQuartzImageSurface.h',
'gfxQuartzNativeDrawing.h',
'gfxQuartzSurface.h',
]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk2':
EXPORTS += [

View File

@ -24,9 +24,9 @@ EXPORTS += [
'nsILineIterator.h',
'nsIObjectFrame.h',
'nsIPageSequenceFrame.h',
'nsIScrollPositionListener.h',
'nsIScrollableFrame.h',
'nsIScrollbarOwner.h',
'nsIScrollPositionListener.h',
'nsIStatefulFrame.h',
'nsObjectFrame.h',
'nsQueryFrame.h',