gecko-dev/devtools/shared/specs/moz.build
yulia 61f0eee6f3 Bug 1450960 - Convert AddonConsoleActor to protocol.js; r=ochameau
MozReview-Commit-ID: I3JE1xDQv97

--HG--
extra : rebase_source : fab1a052ec47ca84c34cc3682aa27b6ec7a6626e
2018-05-09 13:07:12 +02:00

54 lines
1.2 KiB
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(
'accessibility.js',
'actor-registry.js',
'addons.js',
'animation.js',
'breakpoint.js',
'call-watcher.js',
'canvas.js',
'css-properties.js',
'csscoverage.js',
'device.js',
'emulation.js',
'environment.js',
'frame.js',
'framerate.js',
'gcli.js',
'heap-snapshot-file.js',
'highlighters.js',
'index.js',
'inspector.js',
'layout.js',
'memory.js',
'node.js',
'perf.js',
'performance-recording.js',
'performance.js',
'preference.js',
'promises.js',
'property-iterator.js',
'reflow.js',
'script.js',
'source.js',
'storage.js',
'string.js',
'styles.js',
'stylesheets.js',
'symbol-iterator.js',
'symbol.js',
'tab.js',
'timeline.js',
'webaudio.js',
'webconsole.js',
'webextension-inspected-window.js',
'webextension-parent.js',
'webgl.js',
'worker.js'
)