moz.build (901B)
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 7 DIRS += [ 8 "object-inspector", 9 "menu", 10 "reps", 11 "splitter", 12 "tabs", 13 "throttling", 14 "tree", 15 ] 16 17 DevToolsModules( 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 "SearchModifiers.js", 28 "Sidebar.js", 29 "SidebarToggle.js", 30 "SmartTrace.js", 31 "StackTrace.js", 32 "Tree.js", 33 "VirtualizedTree.js", 34 ) 35 36 MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.toml"] 37 BROWSER_CHROME_MANIFESTS += [ 38 "test/browser/browser.toml", 39 ]