moz.build (807B)
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 "ast.js", 10 "breakpointAtLocation.js", 11 "breakpoints.js", 12 "breakpointSources.js", 13 "event-listeners.js", 14 "exceptions.js", 15 "expressions.js", 16 "index.js", 17 "isLineInScope.js", 18 "isSelectedFrameVisible.js", 19 "pause.js", 20 "pending-breakpoints.js", 21 "quick-open.js", 22 "source-actors.js", 23 "source-blackbox.js", 24 "sources-tree.js", 25 "sources-content.js", 26 "sources.js", 27 "tabs.js", 28 "threads.js", 29 "tracer.js", 30 "visibleBreakpoints.js", 31 "visibleColumnBreakpoints.js", 32 "ui.js", 33 )