Bug 1322622 - Define the BMO component for the formautofill extension. r=steveck draft
authorMatthew Noorenberghe <mozilla@noorenberghe.ca>
Thu, 15 Dec 2016 19:00:31 -0500
changeset 450101 9001d5e17fdea20925c08132d09abe54367ae696
parent 450100 e04d74ecb0ffc1ac06cf9bde88dc1b6c3a944848
child 450102 0051430de079ff30532e599eaeed7af2300b677c
child 450221 87e6bee2cb6207138400e2f92f9cf8245394cbb4
push id38755
push usermozilla@noorenberghe.ca
push dateFri, 16 Dec 2016 00:01:47 +0000
reviewerssteveck
bugs1322622
milestone53.0a1
Bug 1322622 - Define the BMO component for the formautofill extension. r=steveck MozReview-Commit-ID: Hd7k1ZyJeZ4
browser/extensions/formautofill/moz.build
--- a/browser/extensions/formautofill/moz.build
+++ b/browser/extensions/formautofill/moz.build
@@ -15,8 +15,11 @@ FINAL_TARGET_PP_FILES.features['formauto
   'install.rdf.in'
 ]
 
 BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
 
 XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
 
 JAR_MANIFESTS += ['jar.mn']
+
+with Files('**'):
+    BUG_COMPONENT = ('Toolkit', 'Form Manager')