gecko-dev/devtools/client/responsive.html/browser/moz.build
J. Ryan Stinnett 8dcfa93bc6 Bug 1305777 - Move RDM frame script to new RDM. r=ochameau
MozReview-Commit-ID: LJhKdurBVzt

--HG--
rename : devtools/client/responsivedesign/responsivedesign-child.js => devtools/client/responsive.html/browser/content.js
extra : rebase_source : 893a37595a72c96e5c1051df330d2a1c5f9b612b
2017-09-26 18:24:32 -05:00

13 lines
383 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(
'content.js',
'swap.js',
'tunnel.js',
'web-navigation.js',
)