moz.build (500B)
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 DIRS += [ 6 "connect", 7 "debugtarget", 8 "shared", 9 "sidebar", 10 ] 11 12 DevToolsModules( 13 "App.js", 14 "CompatibilityWarning.js", 15 "ConnectionPromptSetting.js", 16 "ProfilerDialog.js", 17 "RuntimeActions.js", 18 "RuntimeInfo.js", 19 "RuntimePage.js", 20 "ServiceWorkersWarning.js", 21 )