No issue - Stop pre-processing some files that don't have preprocessor statements in them.

This commit is contained in:
Moonchild 2022-09-12 08:05:25 +00:00 • committed by roytam1
commit 800090d0c0
3 changed files with 4 additions and 5 deletions

View file

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