gecko-dev/devtools/client/inspector/fonts/reducers/moz.build
Razvan Caliman 07521a682a Bug 1443846 - Part 2: Add skeleton for font editor panel. r=gl
- Implement basic React component & Redux store and actions for font editor.
- Move font overview rendering from FontsApp into its own component: FontOverview. FontsApp remains just a wrapper for FontEditor and FontOverview.
- Listen to rule selection events to toggle the display of the font editor and font overview panels.

MozReview-Commit-ID: 496LHPqpnKL
2018-03-13 21:15:52 +01:00

12 lines
369 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DevToolsModules(
'font-editor.js',
'font-options.js',
'fonts.js',
)