moz.build (462B)
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 "debug-target-listener.js", 7 "error-logging.js", 8 "event-recording.js", 9 "extension-component-data.js", 10 "process-component-data.js", 11 "simple-console-logger.js", 12 "tab-component-data.js", 13 "worker-component-data.js", 14 )