moz.build (458B)
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 "actions", 7 "components", 8 "connector", 9 "har", 10 "middleware", 11 "reducers", 12 "selectors", 13 "utils", 14 "widgets", 15 "workers", 16 ] 17 18 DevToolsModules( 19 "api.js", 20 "app.js", 21 "constants.js", 22 "create-store.js", 23 )