Bug 1409056. Allow webcompat-reporter addon to ride the trains. r?florian draft
authorMike Taylor <miket@mozilla.com>
Mon, 09 Apr 2018 16:48:34 -0500
changeset 779458 414e4e166d04e951a9b62732818339afc08eb254
parent 779456 1b91e11c60912e9d1e944645dbff0d522cd6ac8c
push id105775
push userbmo:miket@mozilla.com
push dateMon, 09 Apr 2018 21:56:25 +0000
reviewersflorian
bugs1409056
milestone61.0a1
Bug 1409056. Allow webcompat-reporter addon to ride the trains. r?florian (Note: this is still disabled by default for non-DevEdition and non-Nightly) MozReview-Commit-ID: FVgZD3IQSHW
browser/extensions/moz.build
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -9,30 +9,25 @@ DIRS += [
     'aushelper',
     'followonsearch',
     'formautofill',
     'onboarding',
     'pdfjs',
     'pocket',
     'screenshots',
     'webcompat',
+    'webcompat-reporter'
 ]
 
 # Only include the following system add-ons if building Aurora or Nightly
 if not CONFIG['RELEASE_OR_BETA']:
     DIRS += [
         'presentation',
     ]
 
-# Only include the following system add-ons if building DevEdition or Nightly
-if CONFIG['MOZ_DEV_EDITION'] or CONFIG['NIGHTLY_BUILD']:
-    DIRS += [
-        'webcompat-reporter',
-    ]
-
 # Only include mortar system add-ons if we locally enable it
 if CONFIG['MOZ_MORTAR']:
     DIRS += [
         'mortar',
     ]
 
 # Add ASan reporter system add-on if requested
 if CONFIG['MOZ_ASAN_REPORTER']: