gtk2/gtk/inspector/meson.build
Matthias Clasen 978c597e94 inspector: Some logging support
Add a way to toggle debug output on and off
from the inspector. For now, we don't add a
log viewer here, since that has the risk of
deadlock until we've the logging completely
separated by display, and also requires us
to install a log writer function, which
libraries are not supposed to do.
2018-01-14 17:05:04 -05:00

39 lines
700 B
Meson

inspector_sources = files(
'action-editor.c',
'actions.c',
'cellrenderergraph.c',
'css-editor.c',
'css-node-tree.c',
'data-list.c',
'general.c',
'gestures.c',
'graphdata.c',
'gtkstackcombo.c',
'gtktreemodelcssnode.c',
'gtktreemodelrendernode.c',
'init.c',
'inspect-button.c',
'logs.c',
'magnifier.c',
'menu.c',
'misc-info.c',
'object-hierarchy.c',
'object-tree.c',
'prop-editor.c',
'prop-list.c',
'recorder.c',
'recording.c',
'renderrecording.c',
'rendernodeview.c',
'resource-list.c',
'selector.c',
'signals-list.c',
'size-groups.c',
'startrecording.c',
'statistics.c',
'strv-editor.c',
'treewalk.c',
'visual.c',
'window.c',
)