summaryrefslogtreecommitdiffstats
path: root/layout/style/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/moz.build')
-rw-r--r--layout/style/moz.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/style/moz.build b/layout/style/moz.build
index bdc86ee99..7f08fc236 100644
--- a/layout/style/moz.build
+++ b/layout/style/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/.
@@ -87,6 +86,7 @@ EXPORTS.mozilla += [
'CSSVariableValues.h',
'DeclarationBlock.h',
'DeclarationBlockInlines.h',
+ 'DocumentStyleRootIterator.h',
'HandleRefPtr.h',
'IncrementalClearCOMRuleArray.h',
'LayerAnimationInfo.h',
@@ -150,6 +150,7 @@ SOURCES += [
'CSSVariableResolver.cpp',
'CSSVariableValues.cpp',
'Declaration.cpp',
+ 'DocumentStyleRootIterator.cpp',
'ErrorReporter.cpp',
'FontFace.cpp',
'FontFaceSet.cpp',