summaryrefslogtreecommitdiff
path: root/dom/html/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 14:58:19 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 14:58:19 +0200
commite3e8face643f03818dd42686eab610d1ef61e342 (patch)
treefcfe404323b9dc4a6a738fc48e2ec21a32b7a00a /dom/html/moz.build
parent95850544cdcc808f3b798dfdb860400fc9d361d5 (diff)
downloaduxp-e3e8face643f03818dd42686eab610d1ef61e342.tar.gz
Issue mcp-graveyard/UXP#80 - De-unify dom/html
Diffstat (limited to 'dom/html/moz.build')
-rw-r--r--dom/html/moz.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/dom/html/moz.build b/dom/html/moz.build
index 342b027a5d..1fd5caebcf 100644
--- a/dom/html/moz.build
+++ b/dom/html/moz.build
@@ -121,7 +121,7 @@ EXPORTS.mozilla.dom += [
'ValidityState.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'HTMLAllCollection.cpp',
'HTMLAnchorElement.cpp',
'HTMLAreaElement.cpp',
@@ -204,6 +204,7 @@ UNIFIED_SOURCES += [
'nsIConstraintValidation.cpp',
'nsRadioVisitor.cpp',
'nsTextEditorState.cpp',
+ 'PluginDocument.cpp',
'RadioNodeList.cpp',
'TextTrackManager.cpp',
'TimeRanges.cpp',
@@ -211,11 +212,6 @@ UNIFIED_SOURCES += [
'VideoDocument.cpp',
]
-SOURCES += [
- # Includes npapi.h.
- 'PluginDocument.cpp',
-]
-
EXTRA_COMPONENTS += [
'htmlMenuBuilder.js',
'htmlMenuBuilder.manifest'