Issue #80 - De-unify dom/json

This commit is contained in:
Matt A. Tobin 2020-04-18 03:00:14 -04:00 committed by Roy Tam
commit 64c4dde520

View file

@ -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'