From abaf4d9fb47928e409a23eaf45b553f8c83ab250 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 18 Apr 2020 02:37:07 -0400 Subject: Issue #80 - De-unify dom/mathml --- dom/mathml/moz.build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dom') diff --git a/dom/mathml/moz.build b/dom/mathml/moz.build index 307c1603e..d483008aa 100644 --- a/dom/mathml/moz.build +++ b/dom/mathml/moz.build @@ -4,7 +4,7 @@ # 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/. -UNIFIED_SOURCES += [ +SOURCES += [ 'nsMathMLElement.cpp', 'nsMathMLElementFactory.cpp', ] @@ -12,6 +12,5 @@ UNIFIED_SOURCES += [ include('/ipc/chromium/chromium-config.mozbuild') FINAL_LIBRARY = 'xul' -LOCAL_INCLUDES += [ - '/dom/base', -] + +LOCAL_INCLUDES += ['/dom/base'] -- cgit v1.2.3