moz.build 404 B

12345678910111213141516171819
  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. DIRS += [
  5. 'actions',
  6. 'components',
  7. 'reducers',
  8. ]
  9. DevToolsModules(
  10. 'constants.js',
  11. 'dom-decorator.js',
  12. 'dom-view.css',
  13. 'dom-view.js',
  14. 'grip-provider.js',
  15. 'utils.js',
  16. )