moz.build (1405B)
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2 # vim: set filetype=python: 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 DIRS += [ 8 "addon", 9 "descriptors", 10 "style", 11 "targets", 12 "worker", 13 ] 14 15 DevToolsModules( 16 "accessibility.js", 17 "animation.js", 18 "array-buffer.js", 19 "blackboxing.js", 20 "breakpoint-list.js", 21 "compatibility.js", 22 "css-properties.js", 23 "device.js", 24 "environment.js", 25 "frame.js", 26 "heap-snapshot-file.js", 27 "highlighters.js", 28 "index.js", 29 "inspector.js", 30 "layout.js", 31 "manifest.js", 32 "memory.js", 33 "network-content.js", 34 "network-event.js", 35 "network-parent.js", 36 "node.js", 37 "object.js", 38 "objects-manager.js", 39 "page-style.js", 40 "perf.js", 41 "preference.js", 42 "private-properties-iterator.js", 43 "property-iterator.js", 44 "reflow.js", 45 "responsive.js", 46 "root.js", 47 "screenshot-content.js", 48 "screenshot.js", 49 "source.js", 50 "storage.js", 51 "string.js", 52 "style-rule.js", 53 "style-sheets.js", 54 "symbol-iterator.js", 55 "symbol.js", 56 "target-configuration.js", 57 "thread-configuration.js", 58 "thread.js", 59 "tracer.js", 60 "walker.js", 61 "watcher.js", 62 "webconsole.js", 63 )