gecko-dev/devtools/shared/platform/content/moz.build
Tom Tromey e25aa64b18 Bug 1290230 - move clipboard helper to new devtools platform module; r=gregtatum
MozReview-Commit-ID: 53tOehW9kxo

--HG--
extra : rebase_source : 3feb127498bf78607e5836d53739ac15226a6ed4
2016-08-12 12:52:40 -06:00

16 lines
449 B
Python

# -*- 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/.
DevToolsModules(
'clipboard.js',
'stack.js',
)
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']
MOCHITEST_MANIFESTS += [
'test/mochitest.ini',
]