moz.build (613B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 DIRS += [ 6 "messages", 7 "new-request", 8 "previews", 9 "request-blocking", 10 "request-details", 11 "request-list", 12 "search", 13 ] 14 15 DevToolsModules( 16 "App.js", 17 "CustomRequestPanel.js", 18 "DropHarHandler.js", 19 "MonitorPanel.js", 20 "NetworkActionBar.js", 21 "SecurityState.js", 22 "StatisticsPanel.js", 23 "StatusBar.js", 24 "StatusCode.js", 25 "TabboxPanel.js", 26 "Toolbar.js", 27 )