summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 03:00:14 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-18 03:00:14 -0400
commit153a4275153a842c48d924df9181f3fbfdf4d0d2 (patch)
treee1fdbe88e28ac2563307c76b0dc5066019c0c713
parentb8b7c3acfb1489bc255f5cd895409bfa2b054ac1 (diff)
downloadUXP-153a4275153a842c48d924df9181f3fbfdf4d0d2.tar
UXP-153a4275153a842c48d924df9181f3fbfdf4d0d2.tar.gz
UXP-153a4275153a842c48d924df9181f3fbfdf4d0d2.tar.lz
UXP-153a4275153a842c48d924df9181f3fbfdf4d0d2.tar.xz
UXP-153a4275153a842c48d924df9181f3fbfdf4d0d2.zip
Issue #80 - De-unify dom/json
-rw-r--r--dom/json/moz.build12
1 files changed, 3 insertions, 9 deletions
diff --git a/dom/json/moz.build b/dom/json/moz.build
index 635dca255..28711b19a 100644
--- a/dom/json/moz.build
+++ b/dom/json/moz.build
@@ -4,17 +4,11 @@
# 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/.
-EXPORTS += [
- 'nsJSON.h',
-]
+EXPORTS += ['nsJSON.h']
-UNIFIED_SOURCES += [
- 'nsJSON.cpp',
-]
+SOURCES += ['nsJSON.cpp']
-LOCAL_INCLUDES += [
- '/dom/base',
-]
+LOCAL_INCLUDES += ['/dom/base']
FINAL_LIBRARY = 'xul'