2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:24 +04: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/.
|
|
|
|
|
2013-03-12 21:17:46 +04:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIParserUtils.idl',
|
|
|
|
'nsIScriptableUnescapeHTML.idl',
|
|
|
|
]
|
|
|
|
|
2013-11-19 06:47:43 +04:00
|
|
|
XPIDL_MODULE = 'html5'
|
2013-03-19 22:47:00 +04:00
|
|
|
|
2013-04-16 23:24:43 +04:00
|
|
|
EXPORTS += [
|
|
|
|
'jArray.h',
|
|
|
|
'nsAHtml5TreeBuilderState.h',
|
|
|
|
'nsAHtml5TreeOpSink.h',
|
|
|
|
'nsHtml5ArrayCopy.h',
|
|
|
|
'nsHtml5AtomList.h',
|
|
|
|
'nsHtml5Atoms.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsHtml5AtomTable.h',
|
2017-04-13 11:14:48 +03:00
|
|
|
'nsHtml5AttributeEntry.h',
|
|
|
|
'nsHtml5AttributeName.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5ByteReadable.h',
|
|
|
|
'nsHtml5DependentUTF16Buffer.h',
|
2014-03-05 23:38:49 +04:00
|
|
|
'nsHtml5DocumentBuilder.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5DocumentMode.h',
|
|
|
|
'nsHtml5HtmlAttributes.h',
|
|
|
|
'nsHtml5Macros.h',
|
|
|
|
'nsHtml5MetaScanner.h',
|
|
|
|
'nsHtml5MetaScannerHSupplement.h',
|
|
|
|
'nsHtml5Module.h',
|
|
|
|
'nsHtml5NamedCharacters.h',
|
|
|
|
'nsHtml5NamedCharactersAccel.h',
|
2014-03-05 23:38:50 +04:00
|
|
|
'nsHtml5OplessBuilder.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5OwningUTF16Buffer.h',
|
|
|
|
'nsHtml5Parser.h',
|
|
|
|
'nsHtml5PlainTextUtils.h',
|
2014-04-16 09:41:39 +04:00
|
|
|
'nsHtml5RefPtr.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5Speculation.h',
|
|
|
|
'nsHtml5SpeculativeLoad.h',
|
2014-04-16 09:41:39 +04:00
|
|
|
'nsHtml5StreamListener.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5StreamParser.h',
|
2017-03-20 15:45:15 +03:00
|
|
|
'nsHtml5String.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5StringParser.h',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsHtml5SVGLoadDispatcher.h',
|
|
|
|
'nsHtml5TreeOperation.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsHtml5TreeOpExecutor.h',
|
|
|
|
'nsHtml5TreeOpStage.h',
|
|
|
|
'nsHtml5UTF16Buffer.h',
|
|
|
|
'nsHtml5UTF16BufferHSupplement.h',
|
|
|
|
'nsHtml5ViewSourceUtils.h',
|
2014-03-05 23:38:49 +04:00
|
|
|
'nsIContentHandle.h',
|
2013-04-16 23:24:43 +04:00
|
|
|
'nsParserUtils.h',
|
|
|
|
]
|
|
|
|
|
2013-11-11 18:07:50 +04:00
|
|
|
UNIFIED_SOURCES += [
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5Atom.cpp',
|
|
|
|
'nsHtml5Atoms.cpp',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsHtml5AtomTable.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5AttributeName.cpp',
|
|
|
|
'nsHtml5DependentUTF16Buffer.cpp',
|
2014-03-05 23:38:49 +04:00
|
|
|
'nsHtml5DocumentBuilder.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5ElementName.cpp',
|
|
|
|
'nsHtml5Highlighter.cpp',
|
|
|
|
'nsHtml5HtmlAttributes.cpp',
|
|
|
|
'nsHtml5MetaScanner.cpp',
|
|
|
|
'nsHtml5Module.cpp',
|
|
|
|
'nsHtml5NamedCharacters.cpp',
|
|
|
|
'nsHtml5NamedCharactersAccel.cpp',
|
2014-03-05 23:38:50 +04:00
|
|
|
'nsHtml5OplessBuilder.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5OwningUTF16Buffer.cpp',
|
|
|
|
'nsHtml5Parser.cpp',
|
|
|
|
'nsHtml5PlainTextUtils.cpp',
|
|
|
|
'nsHtml5Portability.cpp',
|
|
|
|
'nsHtml5Speculation.cpp',
|
|
|
|
'nsHtml5SpeculativeLoad.cpp',
|
|
|
|
'nsHtml5StackNode.cpp',
|
|
|
|
'nsHtml5StateSnapshot.cpp',
|
2014-04-16 09:41:39 +04:00
|
|
|
'nsHtml5StreamListener.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5StreamParser.cpp',
|
2017-03-20 15:45:15 +03:00
|
|
|
'nsHtml5String.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5StringParser.cpp',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsHtml5SVGLoadDispatcher.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5Tokenizer.cpp',
|
|
|
|
'nsHtml5TreeBuilder.cpp',
|
2013-10-24 03:05:43 +04:00
|
|
|
'nsHtml5TreeOperation.cpp',
|
2013-04-24 01:54:15 +04:00
|
|
|
'nsHtml5TreeOpExecutor.cpp',
|
|
|
|
'nsHtml5TreeOpStage.cpp',
|
|
|
|
'nsHtml5UTF16Buffer.cpp',
|
|
|
|
'nsHtml5ViewSourceUtils.cpp',
|
|
|
|
'nsParserUtils.cpp',
|
|
|
|
]
|
|
|
|
|
2014-07-23 03:37:51 +04:00
|
|
|
FINAL_LIBRARY = 'xul'
|
2013-11-27 17:55:07 +04:00
|
|
|
|
|
|
|
# DEFINES['ENABLE_VOID_MENUITEM'] = True
|
2013-12-31 13:06:11 +04:00
|
|
|
|
|
|
|
LOCAL_INCLUDES += [
|
2014-10-25 21:25:22 +04:00
|
|
|
'/dom/base',
|
2013-12-31 13:06:11 +04:00
|
|
|
]
|
2015-12-25 10:00:36 +03:00
|
|
|
|
2016-05-11 10:00:01 +03:00
|
|
|
if CONFIG['GNU_CXX']:
|
|
|
|
CXXFLAGS += ['-Wno-error=shadow']
|
|
|
|
if CONFIG['CLANG_CXX']:
|
|
|
|
CXXFLAGS += ['-Wno-implicit-fallthrough']
|