Bug 1480610 - Add minimal stub for fxmonitor add-on into build system. r=johannh

--HG--
extra : rebase_source : c029c0f7aa4e165d49e77ebced68fec94a9a82a2
This commit is contained in:
Nihanth Subramanya 2018-08-08 19:07:25 +02:00
parent 4a3f7af1ea
commit 30046206a2
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"manifest_version": 2,
"name": "Firefox Monitor",
"version": "2.0",
"applications": {
"gecko": {
"id": "fxmonitor@mozilla.org",
"strict_min_version": "62.0"
}
}
}

View File

@ -0,0 +1,12 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# 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/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "Firefox Monitor")
FINAL_TARGET_FILES.features['fxmonitor@mozilla.org'] += [
'manifest.json'
]

View File

@ -7,6 +7,7 @@
DIRS += [
'aushelper',
'formautofill',
'fxmonitor',
'onboarding',
'pdfjs',
'pocket',