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: 'nsEditProperty.cpp', michael@0: 'nsHTMLAbsPosition.cpp', michael@0: 'nsHTMLAnonymousUtils.cpp', michael@0: 'nsHTMLCSSUtils.cpp', michael@0: 'nsHTMLDataTransfer.cpp', michael@0: 'nsHTMLEditor.cpp', michael@0: 'nsHTMLEditorEventListener.cpp', michael@0: 'nsHTMLEditorStyle.cpp', michael@0: 'nsHTMLEditRules.cpp', michael@0: 'nsHTMLEditUtils.cpp', michael@0: 'nsHTMLInlineTableEditor.cpp', michael@0: 'nsHTMLObjectResizer.cpp', michael@0: 'nsHTMLURIRefObject.cpp', michael@0: 'nsTableEditor.cpp', michael@0: 'nsWSRunObject.cpp', michael@0: 'TextEditorTest.cpp', michael@0: 'TypeInState.cpp', michael@0: ] michael@0: michael@0: FAIL_ON_WARNINGS = True michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '../base', michael@0: '../text', michael@0: '/content/base/src', michael@0: '/editor/txmgr/src', michael@0: '/layout/generic', michael@0: '/layout/style', michael@0: '/layout/tables', michael@0: '/layout/xul', michael@0: ] michael@0: michael@0: FINAL_LIBRARY = 'gklayout'