summaryrefslogtreecommitdiff
path: root/dom/html/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/moz.build')
-rw-r--r--dom/html/moz.build8
1 files changed, 6 insertions, 2 deletions
diff --git a/dom/html/moz.build b/dom/html/moz.build
index 9cf22144a8..8233f886c3 100644
--- a/dom/html/moz.build
+++ b/dom/html/moz.build
@@ -120,7 +120,7 @@ EXPORTS.mozilla.dom += [
'ValidityState.h',
]
-SOURCES += [
+UNIFIED_SOURCES += [
'HTMLAllCollection.cpp',
'HTMLAnchorElement.cpp',
'HTMLAreaElement.cpp',
@@ -203,7 +203,6 @@ SOURCES += [
'nsIConstraintValidation.cpp',
'nsRadioVisitor.cpp',
'nsTextEditorState.cpp',
- 'PluginDocument.cpp',
'RadioNodeList.cpp',
'TextTrackManager.cpp',
'TimeRanges.cpp',
@@ -211,6 +210,11 @@ SOURCES += [
'VideoDocument.cpp',
]
+SOURCES += [
+ # Includes npapi.h.
+ 'PluginDocument.cpp',
+]
+
EXTRA_COMPONENTS += [
'htmlMenuBuilder.js',
'htmlMenuBuilder.manifest'