gecko-dev/devtools/client/responsive.html/components/moz.build
J. Ryan Stinnett 0b62c18843 Bug 1321675 - Add form to device modal for adding devices. r=gl
MozReview-Commit-ID: 2CejxW5VuqK

--HG--
extra : rebase_source : 42fa45ea8f837762be8757fc6eaf694c2ffc93aa
2017-01-30 18:26:12 -06:00

21 lines
608 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(
'browser.js',
'device-adder.js',
'device-modal.js',
'device-selector.js',
'dpr-selector.js',
'global-toolbar.js',
'network-throttling-selector.js',
'resizable-viewport.js',
'viewport-dimension.js',
'viewport-toolbar.js',
'viewport.js',
'viewports.js',
)