moz.build (650B)
1 # vim: set filetype=python: 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 DIRS += [] 7 8 CompiledModules( 9 "breakOnNext.js", 10 "commands.js", 11 "continueToHere.js", 12 "expandScopes.js", 13 "fetchFrames.js", 14 "fetchScopes.js", 15 "index.js", 16 "inlinePreview.js", 17 "mapFrames.js", 18 "mapScopes.js", 19 "paused.js", 20 "pauseOnDebuggerStatement.js", 21 "pauseOnExceptions.js", 22 "resetBreakpointsPaneState.js", 23 "resumed.js", 24 "selectFrame.js", 25 "skipPausing.js", 26 )