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 5DIRS += [ 6 'connect', 7 'debugtarget', 8 'shared', 9 'sidebar', 10] 11 12DevToolsModules( 13 'App.css', 14 'App.js', 15 'CompatibilityWarning.js', 16 'ConnectionPromptSetting.js', 17 'ProfilerDialog.css', 18 'ProfilerDialog.js', 19 'RuntimeActions.css', 20 'RuntimeActions.js', 21 'RuntimeInfo.css', 22 'RuntimeInfo.js', 23 'RuntimePage.js', 24 'ServiceWorkersWarning.js', 25) 26