2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 20:47:22 +00:00
|
|
|
# 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/.
|
|
|
|
|
|
|
|
TEST_DIRS += ['test']
|
2013-03-19 18:47:00 +00:00
|
|
|
|
2013-04-16 19:24:43 +00:00
|
|
|
EXPORTS += [
|
|
|
|
'nsCanvasFrame.h',
|
2013-08-06 20:19:11 +00:00
|
|
|
'nsDirection.h',
|
2013-04-16 19:24:43 +00:00
|
|
|
'nsFrameIdList.h',
|
|
|
|
'nsFrameList.h',
|
|
|
|
'nsFrameSelection.h',
|
2014-02-05 01:59:39 +00:00
|
|
|
'nsFrameState.h',
|
|
|
|
'nsFrameStateBits.h',
|
2013-04-16 19:24:43 +00:00
|
|
|
'nsHTMLParts.h',
|
|
|
|
'nsHTMLReflowMetrics.h',
|
|
|
|
'nsHTMLReflowState.h',
|
|
|
|
'nsIAnonymousContentCreator.h',
|
|
|
|
'nsIFrame.h',
|
2013-10-01 21:00:38 +00:00
|
|
|
'nsIFrameInlines.h',
|
2013-04-16 19:24:43 +00:00
|
|
|
'nsIFrameUtil.h',
|
|
|
|
'nsILineIterator.h',
|
|
|
|
'nsIObjectFrame.h',
|
|
|
|
'nsIPageSequenceFrame.h',
|
|
|
|
'nsIScrollableFrame.h',
|
2013-05-02 14:58:00 +00:00
|
|
|
'nsIScrollbarOwner.h',
|
2013-10-23 23:05:43 +00:00
|
|
|
'nsIScrollPositionListener.h',
|
2013-04-16 19:24:43 +00:00
|
|
|
'nsIStatefulFrame.h',
|
|
|
|
'nsObjectFrame.h',
|
|
|
|
'nsQueryFrame.h',
|
|
|
|
'nsSubDocumentFrame.h',
|
2013-10-23 23:05:43 +00:00
|
|
|
'ScrollbarActivity.h',
|
|
|
|
'Selection.h',
|
2013-12-27 17:58:37 +00:00
|
|
|
'WritingModes.h',
|
2013-04-16 19:24:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
EXPORTS.mozilla += [
|
|
|
|
'Selection.h',
|
|
|
|
]
|
|
|
|
|
|
|
|
EXPORTS.mozilla.layout += [
|
|
|
|
'FrameChildList.h',
|
|
|
|
]
|
|
|
|
|
2013-11-15 13:19:02 +00:00
|
|
|
UNIFIED_SOURCES += [
|
2013-04-23 21:54:15 +00:00
|
|
|
'FrameChildList.cpp',
|
2014-01-15 14:49:20 +00:00
|
|
|
'MathMLTextRunFactory.cpp',
|
2013-04-23 21:54:15 +00:00
|
|
|
'nsAbsoluteContainingBlock.cpp',
|
|
|
|
'nsBlockFrame.cpp',
|
|
|
|
'nsBlockReflowContext.cpp',
|
|
|
|
'nsBlockReflowState.cpp',
|
2013-10-23 23:05:43 +00:00
|
|
|
'nsBRFrame.cpp',
|
2013-04-23 21:54:15 +00:00
|
|
|
'nsBulletFrame.cpp',
|
|
|
|
'nsCanvasFrame.cpp',
|
|
|
|
'nsColumnSetFrame.cpp',
|
|
|
|
'nsContainerFrame.cpp',
|
|
|
|
'nsFirstLetterFrame.cpp',
|
|
|
|
'nsFlexContainerFrame.cpp',
|
|
|
|
'nsFloatManager.cpp',
|
|
|
|
'nsFontInflationData.cpp',
|
|
|
|
'nsFrame.cpp',
|
|
|
|
'nsFrameList.cpp',
|
|
|
|
'nsFrameSetFrame.cpp',
|
2014-01-18 07:08:22 +00:00
|
|
|
'nsFrameState.cpp',
|
2013-04-23 21:54:15 +00:00
|
|
|
'nsFrameUtil.cpp',
|
|
|
|
'nsGfxScrollFrame.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',
|
|
|
|
'nsSelection.cpp',
|
|
|
|
'nsSimplePageSequence.cpp',
|
|
|
|
'nsSplittableFrame.cpp',
|
|
|
|
'nsSubDocumentFrame.cpp',
|
2013-07-31 00:36:09 +00:00
|
|
|
'nsTextFrame.cpp',
|
2013-04-23 21:54:15 +00:00
|
|
|
'nsTextFrameUtils.cpp',
|
|
|
|
'nsTextRunTransformations.cpp',
|
|
|
|
'nsVideoFrame.cpp',
|
|
|
|
'nsViewportFrame.cpp',
|
2013-10-23 23:05:43 +00:00
|
|
|
'ScrollbarActivity.cpp',
|
|
|
|
'StickyScrollContainer.cpp',
|
|
|
|
'TextOverflow.cpp',
|
2013-04-23 21:54:15 +00:00
|
|
|
]
|
2013-07-02 21:09:08 +00:00
|
|
|
|
2013-11-15 13:19:02 +00:00
|
|
|
# nsLineLayout.cpp needs to be built separately because it uses plarena.h.
|
|
|
|
# nsObjectFrame.cpp needs to be built separately because of name clashes in the OS X headers.
|
|
|
|
SOURCES += [
|
|
|
|
'nsLineLayout.cpp',
|
|
|
|
'nsObjectFrame.cpp',
|
|
|
|
]
|
|
|
|
|
2013-07-02 21:09:08 +00:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
2013-11-15 13:19:02 +00:00
|
|
|
UNIFIED_SOURCES += [
|
2013-07-02 21:09:08 +00:00
|
|
|
'nsPluginUtilsOSX.mm',
|
|
|
|
]
|
2013-08-22 06:55:59 +00:00
|
|
|
|
|
|
|
FAIL_ON_WARNINGS = not CONFIG['_MSC_VER']
|
2013-08-22 06:56:00 +00:00
|
|
|
|
2013-08-22 06:56:01 +00:00
|
|
|
MSVC_ENABLE_PGO = True
|
|
|
|
|
2013-10-02 17:17:55 +00:00
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
2013-11-19 02:47:14 +00:00
|
|
|
FINAL_LIBRARY = 'gklayout'
|
2013-11-28 14:23:10 +00:00
|
|
|
|
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'../../content/base/src',
|
|
|
|
'../../content/html/content/src',
|
|
|
|
'../../content/xul/content/src',
|
|
|
|
'../../dom/base',
|
|
|
|
'../../dom/plugins/base',
|
|
|
|
'../base',
|
|
|
|
'../forms',
|
|
|
|
'../style',
|
|
|
|
'../svg',
|
|
|
|
'../tables',
|
2013-12-04 01:06:16 +00:00
|
|
|
'../xul',
|
2013-11-28 14:23:10 +00:00
|
|
|
]
|
2013-12-10 07:18:11 +00:00
|
|
|
|
2014-02-05 01:59:39 +00:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|