Bug 1369028 - Add build infrastructure for follow-on search telemetry system add-on. r=Mossop

MozReview-Commit-ID: E3R57DXa57l
This commit is contained in:
Mark Banner 2017-05-31 16:40:52 +01:00
Родитель 20328d4828
Коммит 4002c34391
4 изменённых файлов: 26 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,9 @@ browser/components/sessionstore/test/unit/data/sessionstore_invalid.js
browser/components/tabview/**
# generated & special files in cld2
browser/components/translation/cld2/**
# Screenshots is imported as a system add-on and has its own lint rules currently.
# Screenshots and Follow-on search are imported as a system add-on and have
# their own lint rules currently.
browser/extensions/followonsearch/**
browser/extensions/screenshots/**
browser/extensions/pdfjs/content/build**
browser/extensions/pdfjs/content/web**

Просмотреть файл

@ -0,0 +1,7 @@
# 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/.
[features/followonsearch@mozilla.com] chrome.jar:
% content followonsearch %content/
content/ (content/*)

Просмотреть файл

@ -0,0 +1,15 @@
# -*- 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", "Search")
FINAL_TARGET_FILES.features['followonsearch@mozilla.com'] += [
'bootstrap.js',
'install.rdf',
]
JAR_MANIFESTS += ['jar.mn']

Просмотреть файл

@ -7,6 +7,7 @@
DIRS += [
'aushelper',
'e10srollout',
'followonsearch',
'pdfjs',
'pocket',
'screenshots',