mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #80 - De-unify dom/url
This commit is contained in:
parent
0ad9b56a31
commit
0a21348c8c
1 changed files with 2 additions and 4 deletions
|
|
@ -9,14 +9,12 @@ EXPORTS.mozilla.dom += [
|
|||
'URLSearchParams.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'URL.cpp',
|
||||
'URLSearchParams.cpp',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../workers',
|
||||
]
|
||||
LOCAL_INCLUDES += ['../workers']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
|
||||
MOCHITEST_CHROME_MANIFESTS += [ 'tests/chrome.ini' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue