2014-03-31 15:26:53 -07:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; 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/.
|
|
|
|
|
2014-07-25 10:40:07 -07:00
|
|
|
EXTRA_JS_MODULES.devtools.eyedropper += [
|
2014-04-24 12:39:00 -07:00
|
|
|
'commands.js',
|
2014-11-07 07:46:00 -08:00
|
|
|
'eyedropper-child.js',
|
2014-03-31 15:26:53 -07:00
|
|
|
'eyedropper.js'
|
|
|
|
]
|
2014-04-15 05:03:53 -07:00
|
|
|
|
|
|
|
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
|