# -*- 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/. MODULE = 'layout' CPP_SOURCES += [ 'nsBox.cpp', 'nsBoxFrame.cpp', 'nsBoxLayout.cpp', 'nsBoxLayoutState.cpp', 'nsBoxObject.cpp', 'nsButtonBoxFrame.cpp', 'nsRepeatService.cpp', 'nsRootBoxFrame.cpp', 'nsScrollBoxFrame.cpp', 'nsScrollbarButtonFrame.cpp', 'nsScrollbarFrame.cpp', 'nsSliderFrame.cpp', 'nsSprocketLayout.cpp', 'nsStackFrame.cpp', 'nsStackLayout.cpp', 'nsXULTooltipListener.cpp', ] if CONFIG['MOZ_XUL']: CPP_SOURCES += [ 'nsScrollBoxObject.cpp', 'nsContainerBoxObject.cpp', 'nsMenuBoxObject.cpp', 'nsPopupBoxObject.cpp', 'nsListBoxObject.cpp', 'nsImageBoxFrame.cpp', 'nsDocElementBoxFrame.cpp', 'nsLeafBoxFrame.cpp', 'nsTextBoxFrame.cpp', 'nsGroupBoxFrame.cpp', 'nsSplitterFrame.cpp', 'nsDeckFrame.cpp', 'nsProgressMeterFrame.cpp', 'nsMenuPopupFrame.cpp', 'nsMenuFrame.cpp', 'nsMenuBarFrame.cpp', 'nsMenuBarListener.cpp', 'nsPopupSetFrame.cpp', 'nsTitleBarFrame.cpp', 'nsResizerFrame.cpp', 'nsListBoxBodyFrame.cpp', 'nsListItemFrame.cpp', 'nsListBoxLayout.cpp', 'nsXULLabelFrame.cpp', 'nsXULPopupManager.cpp', ]