diff options
Diffstat (limited to 'toolkit/components/formautofill/moz.build')
-rw-r--r-- | toolkit/components/formautofill/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/components/formautofill/moz.build b/toolkit/components/formautofill/moz.build index 4a358a6c85..61e03c09ab 100644 --- a/toolkit/components/formautofill/moz.build +++ b/toolkit/components/formautofill/moz.build @@ -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', |