forked from mirrors/gecko-dev
MozReview-Commit-ID: 7Pfu7sSOE1i --HG-- rename : browser/components/uitour/ContentUITour.jsm => browser/components/uitour/UITourChild.jsm extra : rebase_source : 9669a73172d4ae6cb84fddff2541e5bfbba7c7e3
15 lines
382 B
Text
15 lines
382 B
Text
# 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/.
|
|
|
|
EXTRA_JS_MODULES += [
|
|
'UITour.jsm',
|
|
'UITourChild.jsm',
|
|
]
|
|
|
|
BROWSER_CHROME_MANIFESTS += [
|
|
'test/browser.ini',
|
|
]
|
|
|
|
with Files('**'):
|
|
BUG_COMPONENT = ('Firefox', 'Tours')
|