moz.build (668B)
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 "firefox", 8 ] 9 10 DevToolsModules( 11 "context-menu-utils.js", 12 "doc-utils.js", 13 "filter-autocomplete-provider.js", 14 "filter-predicates.js", 15 "filter-text-utils.js", 16 "format-utils.js", 17 "headers-provider.js", 18 "l10n.js", 19 "open-request-in-tab.js", 20 "powershell.js", 21 "prefs.js", 22 "request-blocking.js", 23 "request-utils.js", 24 "sort-predicates.js", 25 "sort-utils.js", 26 "tooltips.js", 27 )