2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 21:19:09 +00:00
|
|
|
# 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/.
|
|
|
|
|
2014-02-06 21:00:20 +00:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|
2013-06-10 15:19:28 +00:00
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'BrowserPageThumbs.manifest',
|
|
|
|
'PageThumbsProtocol.js',
|
|
|
|
]
|
2013-06-17 19:22:56 +00:00
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
2013-10-25 00:17:46 +00:00
|
|
|
'BackgroundPageThumbs.jsm',
|
2013-06-17 19:22:56 +00:00
|
|
|
'PageThumbs.jsm',
|
|
|
|
'PageThumbsWorker.js',
|
2014-10-17 23:13:57 +00:00
|
|
|
'PageThumbUtils.jsm',
|
2013-06-17 19:22:56 +00:00
|
|
|
]
|
2013-12-10 07:18:11 +00:00
|
|
|
|
2014-02-06 21:00:20 +00:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|