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 | |
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')
-rw-r--r-- | browser/extensions/formautofill/moz.build | 4 | ||||
-rw-r--r-- | browser/extensions/pdfjs/moz.build | 2 | ||||
-rw-r--r-- | browser/extensions/pocket/moz.build | 2 | ||||
-rw-r--r-- | browser/extensions/webcompat/moz.build | 2 |
4 files changed, 0 insertions, 10 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'] diff --git a/browser/extensions/pdfjs/moz.build b/browser/extensions/pdfjs/moz.build index a1d2634da..aac3a838c 100644 --- a/browser/extensions/pdfjs/moz.build +++ b/browser/extensions/pdfjs/moz.build @@ -4,6 +4,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] - JAR_MANIFESTS += ['jar.mn'] diff --git a/browser/extensions/pocket/moz.build b/browser/extensions/pocket/moz.build index 495e48a62..52227bb8b 100644 --- a/browser/extensions/pocket/moz.build +++ b/browser/extensions/pocket/moz.build @@ -17,6 +17,4 @@ FINAL_TARGET_PP_FILES.features['firefox@getpocket.com'] += [ 'install.rdf.in' ] -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] - JAR_MANIFESTS += ['jar.mn'] diff --git a/browser/extensions/webcompat/moz.build b/browser/extensions/webcompat/moz.build index 2423511b4..7d592013b 100644 --- a/browser/extensions/webcompat/moz.build +++ b/browser/extensions/webcompat/moz.build @@ -14,5 +14,3 @@ FINAL_TARGET_FILES.features['webcompat@mozilla.org'] += [ FINAL_TARGET_PP_FILES.features['webcompat@mozilla.org'] += [ 'install.rdf.in' ] - -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] |