gecko-dev/devtools/client/framework/components/moz.build
Brian Birtles 2439e9431a Bug 1461522 - Switch meatball menu to a doorhanger; r=jdescottes
MozReview-Commit-ID: BHBJqiwOfHW

--HG--
extra : rebase_source : 88045b6e88e73b3835d14702402bb5dca9b43784
2018-06-28 15:16:09 +09:00

15 lines
418 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(
'MeatballMenu.js',
'ToolboxController.js',
'ToolboxTab.js',
'ToolboxTabs.js',
'ToolboxToolbar.js',
)