summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 02:37:07 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-18 02:37:07 -0400
commitbf73b360a56952d9a8dac3c5efbb195d35aabb50 (patch)
tree750082a54d2e4d78dc4b90ff9f14c4d684eab20d
parent1c6b659b74a4e92f67e22a66877aefa62f41cbb4 (diff)
downloadUXP-bf73b360a56952d9a8dac3c5efbb195d35aabb50.tar
UXP-bf73b360a56952d9a8dac3c5efbb195d35aabb50.tar.gz
UXP-bf73b360a56952d9a8dac3c5efbb195d35aabb50.tar.lz
UXP-bf73b360a56952d9a8dac3c5efbb195d35aabb50.tar.xz
UXP-bf73b360a56952d9a8dac3c5efbb195d35aabb50.zip
Issue #80 - De-unify dom/mathml
-rw-r--r--dom/mathml/moz.build7
1 files changed, 3 insertions, 4 deletions
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']