summaryrefslogtreecommitdiffstats
path: root/dom/svg/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/moz.build')
-rw-r--r--dom/svg/moz.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/svg/moz.build b/dom/svg/moz.build
index 3bbb26dd8..7c05513e3 100644
--- a/dom/svg/moz.build
+++ b/dom/svg/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# 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/.
@@ -14,6 +13,7 @@ EXPORTS += [
'SVGContentUtils.h',
'SVGPreserveAspectRatio.h',
'SVGStringList.h',
+ 'SVGTagList.h',
]
EXPORTS.mozilla.dom += [
@@ -39,6 +39,7 @@ EXPORTS.mozilla.dom += [
'SVGDefsElement.h',
'SVGDescElement.h',
'SVGDocument.h',
+ 'SVGElementFactory.h',
'SVGEllipseElement.h',
'SVGFEBlendElement.h',
'SVGFEColorMatrixElement.h',