mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 936927 - Build the HTML parser in unified mode; r=hsivonen
This commit is contained in:
parent
5a724dd3a8
commit
b36f465a9d
@ -47,7 +47,7 @@ EXPORTS += [
|
||||
'nsParserUtils.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsHtml5Atom.cpp',
|
||||
'nsHtml5Atoms.cpp',
|
||||
'nsHtml5AtomTable.cpp',
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "mozilla/Likely.h"
|
||||
#include "nsTextNode.h"
|
||||
|
||||
namespace dom = mozilla::dom;
|
||||
using namespace mozilla;
|
||||
|
||||
static NS_DEFINE_CID(kFormProcessorCID, NS_FORMPROCESSOR_CID);
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
MODULE = 'htmlparser'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'CNavDTD.cpp',
|
||||
'CParserContext.cpp',
|
||||
'nsElementTable.cpp',
|
||||
|
Loading…
Reference in New Issue
Block a user