gecko-dev/devtools/client/aboutdebugging/moz.build
Julian Descottes 473a281ead Bug 1258902 - part2: create service-worker-target component;r=janx
Also added a new utility module aboutdebugging/modules/worker.js
to extract the worker related logic that does not belong in components.

MozReview-Commit-ID: LvArq5cdMtT

--HG--
extra : rebase_source : 954e77463e34a6961dd657d796c4e5ea5216aee8
2016-04-06 16:37:43 +02:00

15 lines
409 B
Python

# -*- 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/.
DIRS += [
'components',
'modules',
]
BROWSER_CHROME_MANIFESTS += [
'test/browser.ini'
]