summaryrefslogtreecommitdiffstats
path: root/parser/html/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'parser/html/moz.build')
-rw-r--r--parser/html/moz.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/parser/html/moz.build b/parser/html/moz.build
index cd6031abe..3556a0071 100644
--- a/parser/html/moz.build
+++ b/parser/html/moz.build
@@ -19,7 +19,10 @@ EXPORTS += [
'nsHtml5AtomList.h',
'nsHtml5Atoms.h',
'nsHtml5AtomTable.h',
+ 'nsHtml5AttributeEntry.h',
+ 'nsHtml5AttributeName.h',
'nsHtml5ByteReadable.h',
+ 'nsHtml5ContentCreatorFunction.h',
'nsHtml5DependentUTF16Buffer.h',
'nsHtml5DocumentBuilder.h',
'nsHtml5DocumentMode.h',
@@ -34,6 +37,7 @@ EXPORTS += [
'nsHtml5OwningUTF16Buffer.h',
'nsHtml5Parser.h',
'nsHtml5PlainTextUtils.h',
+ 'nsHtml5Portability.h',
'nsHtml5RefPtr.h',
'nsHtml5Speculation.h',
'nsHtml5SpeculativeLoad.h',
@@ -71,8 +75,6 @@ UNIFIED_SOURCES += [
'nsHtml5Parser.cpp',
'nsHtml5PlainTextUtils.cpp',
'nsHtml5Portability.cpp',
- 'nsHtml5ReleasableAttributeName.cpp',
- 'nsHtml5ReleasableElementName.cpp',
'nsHtml5Speculation.cpp',
'nsHtml5SpeculativeLoad.cpp',
'nsHtml5StackNode.cpp',