1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2# vim: set filetype=python: 3# This Source Code Form is subject to the terms of the Mozilla Public 4# License, v. 2.0. If a copy of the MPL was not distributed with this 5# file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7DIRS += [ 8 "object-inspector", 9 "menu", 10 "reps", 11 "splitter", 12 "tabs", 13 "throttling", 14 "tree", 15] 16 17DevToolsModules( 18 "Accordion.js", 19 "AppErrorBoundary.js", 20 "Frame.js", 21 "HSplitBox.js", 22 "List.js", 23 "MdnLink.js", 24 "NotificationBox.js", 25 "SearchBox.js", 26 "SearchBoxAutocompletePopup.js", 27 "Sidebar.js", 28 "SidebarToggle.js", 29 "SmartTrace.js", 30 "StackTrace.js", 31 "Tree.js", 32 "VirtualizedTree.js", 33 "VisibilityHandler.js", 34) 35 36MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.ini"] 37BROWSER_CHROME_MANIFESTS += [ 38 "test/browser/browser.ini", 39 "test/node/stubs/reps/stubs.ini", 40] 41