diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:01:32 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:01:32 -0500 |
commit | 8c3a46bd13a0660a3ff1e0379dbf515873a852d2 (patch) | |
tree | a2f54aceae0e107ba977f105c3109a5f4b95e63f /browser/extensions/formautofill/moz.build | |
parent | 8148615da179fdd60f19018e13b4e94b95609cc6 (diff) | |
download | UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.gz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.lz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.tar.xz UXP-8c3a46bd13a0660a3ff1e0379dbf515873a852d2.zip |
Remove browser tests - Part 2: Build System
Diffstat (limited to 'browser/extensions/formautofill/moz.build')
-rw-r--r-- | browser/extensions/formautofill/moz.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/browser/extensions/formautofill/moz.build b/browser/extensions/formautofill/moz.build index 92577db53..abcc659ee 100644 --- a/browser/extensions/formautofill/moz.build +++ b/browser/extensions/formautofill/moz.build @@ -15,8 +15,4 @@ FINAL_TARGET_PP_FILES.features['formautofill@mozilla.org'] += [ 'install.rdf.in' ] -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] - -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] - JAR_MANIFESTS += ['jar.mn'] |