moz.build (457B)
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 DevToolsModules( 6 "batching.js", 7 "filters.js", 8 "http-custom-request.js", 9 "index.js", 10 "messages.js", 11 "request-blocking.js", 12 "requests.js", 13 "search.js", 14 "selection.js", 15 "sort.js", 16 "timing-markers.js", 17 "ui.js", 18 )