mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
No issue - Stop pre-processing some files that don't have preprocessor statements in them.
This commit is contained in:
parent
f801bd1847
commit
800090d0c0
3 changed files with 4 additions and 5 deletions
|
|
@ -8,12 +8,11 @@ XPIDL_SOURCES += ['nsIFormAutofillContentService.idl']
|
|||
XPIDL_MODULE = 'toolkit_formautofill'
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'formautofill.manifest',
|
||||
'FormAutofillContentService.js',
|
||||
'FormAutofillStartup.js',
|
||||
]
|
||||
|
||||
EXTRA_PP_COMPONENTS += ['formautofill.manifest']
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'content/RequestAutocompleteUI.jsm',
|
||||
'FormAutofill.jsm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue