libsysprof-ui: start on profiler assistant

This commit is contained in:
Christian Hergert
2019-05-17 23:41:16 -07:00
parent 8fd3c46593
commit 11712643b9
8 changed files with 393 additions and 0 deletions

View File

@ -13,6 +13,7 @@ libsysprof_ui_public_sources = [
'sysprof-model-filter.c',
'sysprof-notebook.c',
'sysprof-process-model-row.c',
'sysprof-profiler-assistant.c',
'sysprof-profiler-menu-button.c',
'sysprof-recording-state-view.c',
'sysprof-visualizer-list.c',
@ -49,6 +50,7 @@ libsysprof_ui_public_headers = [
'sysprof-model-filter.h',
'sysprof-notebook.h',
'sysprof-process-model-row.h',
'sysprof-profiler-assistant.h',
'sysprof-profiler-menu-button.h',
'sysprof-recording-state-view.h',
'sysprof-visualizer-list.h',