mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
151 lines
3.5 KiB
Plaintext
151 lines
3.5 KiB
Plaintext
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||
|
# vim: set filetype=python:
|
||
# This Source Code Form is subject to the terms of the Mozilla Public
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|||
|
|||
|
EXPORTS += [
|
||
'nsCanvasFrame.h',
|
|||
|
'nsContainerFrame.h',
|
||
|
'nsDirection.h',
|
||
|
'nsFrame.h',
|
||
|
'nsFrameIdList.h',
|
||
'nsFrameList.h',
|
|||
'nsFrameSelection.h',
|
|||
'nsFrameState.h',
|
|||
'nsFrameStateBits.h',
|
|||
|
'nsHTMLParts.h',
|
||
'nsHTMLReflowMetrics.h',
|
|||
'nsHTMLReflowState.h',
|
|||
'nsIAnonymousContentCreator.h',
|
|||
'nsIFrame.h',
|
|||
'nsIFrameInlines.h',
|
|||
|
'nsIFrameUtil.h',
|
||
'nsILineIterator.h',
|
|||
'nsIObjectFrame.h',
|
|||
'nsIPageSequenceFrame.h',
|
|||
'nsIScrollableFrame.h',
|
|||
|
'nsIScrollPositionListener.h',
|
||
|
'nsIStatefulFrame.h',
|
||
'nsPluginFrame.h',
|
|||
|
'nsQueryFrame.h',
|
||
|
'nsSplittableFrame.h',
|
||
|
'nsSubDocumentFrame.h',
|
||
|
'nsTextRunTransformations.h',
|
||
|
'ScrollbarActivity.h',
|
||
'Selection.h',
|
|||
'WritingModes.h',
|
|||
|
]
|
||
|
|||
|
EXPORTS.mozilla.dom += [
|
||
|
'Selection.h',
|
||
]
|
|||
|
|||
EXPORTS.mozilla.layout += [
|
|||
'FrameChildList.h',
|
|||
]
|
|||
|
|||
|
UNIFIED_SOURCES += [
|
||
'FrameChildList.cpp',
|
|||
'MathMLTextRunFactory.cpp',
|
|||
'nsAbsoluteContainingBlock.cpp',
|
|||
'nsBlockFrame.cpp',
|
|||
'nsBlockReflowContext.cpp',
|
|||
'nsBlockReflowState.cpp',
|
|||
|
'nsBRFrame.cpp',
|
||
'nsBulletFrame.cpp',
|
|||
'nsCanvasFrame.cpp',
|
|||
'nsColumnSetFrame.cpp',
|
|||
'nsContainerFrame.cpp',
|
|||
'nsFirstLetterFrame.cpp',
|
|||
'nsFlexContainerFrame.cpp',
|
|||
'nsFloatManager.cpp',
|
|||
'nsFontInflationData.cpp',
|
|||
'nsFrame.cpp',
|
|||
'nsFrameList.cpp',
|
|||
'nsFrameSetFrame.cpp',
|
|||
|
'nsFrameState.cpp',
|
||
'nsFrameUtil.cpp',
|
|||
'nsGfxScrollFrame.cpp',
|
|||
|
'nsGridContainerFrame.cpp',
|
||
'nsHTMLCanvasFrame.cpp',
|
|||
'nsHTMLReflowMetrics.cpp',
|
|||
'nsHTMLReflowState.cpp',
|
|||
'nsImageFrame.cpp',
|
|||
'nsImageMap.cpp',
|
|||
'nsInlineFrame.cpp',
|
|||
'nsIntervalSet.cpp',
|
|||
'nsLeafFrame.cpp',
|
|||
'nsLineBox.cpp',
|
|||
'nsPageContentFrame.cpp',
|
|||
'nsPageFrame.cpp',
|
|||
'nsPlaceholderFrame.cpp',
|
|||
|
'nsRubyBaseContainerFrame.cpp',
|
||
'nsRubyBaseFrame.cpp',
|
|||
'nsRubyFrame.cpp',
|
|||
'nsRubyTextContainerFrame.cpp',
|
|||
'nsRubyTextFrame.cpp',
|
|||
'nsSelection.cpp',
|
|||
'nsSimplePageSequenceFrame.cpp',
|
|||
'nsSplittableFrame.cpp',
|
|||
'nsSubDocumentFrame.cpp',
|
|||
'nsTextFrame.cpp',
|
|||
'nsTextFrameUtils.cpp',
|
|||
'nsTextRunTransformations.cpp',
|
|||
'nsVideoFrame.cpp',
|
|||
'nsViewportFrame.cpp',
|
|||
|
'ScrollbarActivity.cpp',
|
||
'StickyScrollContainer.cpp',
|
|||
'TextOverflow.cpp',
|
|||
]
|
|||
|
|
||
|
# nsLineLayout.cpp needs to be built separately because it uses plarena.h.
|
||
# nsPluginFrame.cpp needs to be built separately because of name clashes in the OS X headers.
|
|||
|
SOURCES += [
|
||
'nsLineLayout.cpp',
|
|||
'nsPluginFrame.cpp',
|
|||
|
]
|
||
|
|||
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||
|
UNIFIED_SOURCES += [
|
||
|
'nsPluginUtilsOSX.mm',
|
||
]
|
|||
|
|
||
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
|
|||
|
|
||
|
MSVC_ENABLE_PGO = True
|
||
|
|||
|
include('/ipc/chromium/chromium-config.mozbuild')
|
||
|
|||
|
FINAL_LIBRARY = 'xul'
|
||
|
|
||
LOCAL_INCLUDES += [
|
|||
'../../dom/plugins/base',
|
|||
'../base',
|
|||
'../forms',
|
|||
'../style',
|
|||
'../svg',
|
|||
'../tables',
|
|||
'../xul',
|
|||
'/dom/base',
|
|||
'/dom/html',
|
|||
'/dom/xul',
|
|||
|
]
|
||
|
|||
JAR_MANIFESTS += ['jar.mn']
|
|||
Bug 772828 - Part b: use RESOURCE_FILES in moz.build instead of manual rules in Makefile.in; r=mshal
|
|
||
RESOURCE_FILES.html = [
|
|||
'folder.png',
|
|||
]
|
|||
|
|
||
MOCHITEST_MANIFESTS += ['test/mochitest.ini']
|
|||
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
|
|||
|
|
||
CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
|
|||
|
|||
if CONFIG['MOZ_WIDGET_GTK']:
|
|||
CXXFLAGS += CONFIG['TK_CFLAGS']
|
|||
|
|||
if CONFIG['MOZ_ENABLE_QT']:
|
|||
CXXFLAGS += CONFIG['MOZ_QT_CFLAGS']
|