mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
473a281ead
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
15 lines
409 B
Python
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'
|
|
]
|