michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: TEST_DIRS += ['tests'] michael@0: michael@0: UNIFIED_SOURCES += [ michael@0: 'ChangeAttributeTxn.cpp', michael@0: 'ChangeCSSInlineStyleTxn.cpp', michael@0: 'CreateElementTxn.cpp', michael@0: 'DeleteNodeTxn.cpp', michael@0: 'DeleteRangeTxn.cpp', michael@0: 'DeleteTextTxn.cpp', michael@0: 'EditAggregateTxn.cpp', michael@0: 'EditTxn.cpp', michael@0: 'IMETextTxn.cpp', michael@0: 'InsertElementTxn.cpp', michael@0: 'InsertTextTxn.cpp', michael@0: 'JoinElementTxn.cpp', michael@0: 'nsEditor.cpp', michael@0: 'nsEditorCommands.cpp', michael@0: 'nsEditorController.cpp', michael@0: 'nsEditorEventListener.cpp', michael@0: 'nsEditorUtils.cpp', michael@0: 'nsSelectionState.cpp', michael@0: 'nsStyleSheetTxns.cpp', michael@0: 'PlaceholderTxn.cpp', michael@0: 'SetDocTitleTxn.cpp', michael@0: 'SplitElementTxn.cpp', michael@0: ] michael@0: michael@0: FAIL_ON_WARNINGS = True michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '../text', michael@0: '/content/base/src', michael@0: '/editor/txmgr/src', michael@0: '/extensions/spellcheck/src', michael@0: '/layout/style', michael@0: ] michael@0: michael@0: FINAL_LIBRARY = 'gklayout'