mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #80 - De-unify dom/json
This commit is contained in:
parent
2373f28d97
commit
64c4dde520
1 changed files with 3 additions and 9 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue