Use pre-built files for packaging
[platform/upstream/connectedhomeip.git] / out / host / python / gen / third_party / pigweed / repo / pw_console / py / py / package_metadata.json
1 {
2   "gn_target_name": "//third_party/pigweed/repo/pw_console/py/py:py",
3   "inputs": [
4     "../../third_party/pigweed/repo/pw_console/py/pw_console/templates/keybind_list.jinja",
5     "../../third_party/pigweed/repo/pw_console/py/pw_console/templates/repl_output.jinja"
6   ],
7   "setup_sources": [
8     "../../third_party/pigweed/repo/pw_console/py/pyproject.toml",
9     "../../third_party/pigweed/repo/pw_console/py/setup.cfg",
10     "../../third_party/pigweed/repo/pw_console/py/setup.py"
11   ],
12   "sources": [
13     "../../third_party/pigweed/repo/pw_console/py/pw_console/__init__.py",
14     "../../third_party/pigweed/repo/pw_console/py/pw_console/__main__.py",
15     "../../third_party/pigweed/repo/pw_console/py/pw_console/console_app.py",
16     "../../third_party/pigweed/repo/pw_console/py/pw_console/console_prefs.py",
17     "../../third_party/pigweed/repo/pw_console/py/pw_console/embed.py",
18     "../../third_party/pigweed/repo/pw_console/py/pw_console/filter_toolbar.py",
19     "../../third_party/pigweed/repo/pw_console/py/pw_console/get_pw_console_app.py",
20     "../../third_party/pigweed/repo/pw_console/py/pw_console/help_window.py",
21     "../../third_party/pigweed/repo/pw_console/py/pw_console/key_bindings.py",
22     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_filter.py",
23     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_line.py",
24     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_pane.py",
25     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_pane_saveas_dialog.py",
26     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_pane_selection_dialog.py",
27     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_pane_toolbars.py",
28     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_screen.py",
29     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_store.py",
30     "../../third_party/pigweed/repo/pw_console/py/pw_console/log_view.py",
31     "../../third_party/pigweed/repo/pw_console/py/pw_console/mouse.py",
32     "../../third_party/pigweed/repo/pw_console/py/pw_console/pigweed_code_style.py",
33     "../../third_party/pigweed/repo/pw_console/py/pw_console/plugin_mixin.py",
34     "../../third_party/pigweed/repo/pw_console/py/pw_console/plugins/__init__.py",
35     "../../third_party/pigweed/repo/pw_console/py/pw_console/plugins/bandwidth_toolbar.py",
36     "../../third_party/pigweed/repo/pw_console/py/pw_console/plugins/calc_pane.py",
37     "../../third_party/pigweed/repo/pw_console/py/pw_console/plugins/clock_pane.py",
38     "../../third_party/pigweed/repo/pw_console/py/pw_console/progress_bar/__init__.py",
39     "../../third_party/pigweed/repo/pw_console/py/pw_console/progress_bar/progress_bar_impl.py",
40     "../../third_party/pigweed/repo/pw_console/py/pw_console/progress_bar/progress_bar_state.py",
41     "../../third_party/pigweed/repo/pw_console/py/pw_console/progress_bar/progress_bar_task_counter.py",
42     "../../third_party/pigweed/repo/pw_console/py/pw_console/pw_ptpython_repl.py",
43     "../../third_party/pigweed/repo/pw_console/py/pw_console/pyserial_wrapper.py",
44     "../../third_party/pigweed/repo/pw_console/py/pw_console/python_logging.py",
45     "../../third_party/pigweed/repo/pw_console/py/pw_console/quit_dialog.py",
46     "../../third_party/pigweed/repo/pw_console/py/pw_console/repl_pane.py",
47     "../../third_party/pigweed/repo/pw_console/py/pw_console/search_toolbar.py",
48     "../../third_party/pigweed/repo/pw_console/py/pw_console/style.py",
49     "../../third_party/pigweed/repo/pw_console/py/pw_console/text_formatting.py",
50     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/__init__.py",
51     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/border.py",
52     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/checkbox.py",
53     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/event_count_history.py",
54     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/mouse_handlers.py",
55     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/table.py",
56     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/window_pane.py",
57     "../../third_party/pigweed/repo/pw_console/py/pw_console/widgets/window_pane_toolbar.py",
58     "../../third_party/pigweed/repo/pw_console/py/pw_console/window_list.py",
59     "../../third_party/pigweed/repo/pw_console/py/pw_console/window_manager.py",
60     "../../third_party/pigweed/repo/pw_console/py/pw_console/yaml_config_loader_mixin.py"
61   ],
62   "tests": [
63     "../../third_party/pigweed/repo/pw_console/py/console_app_test.py",
64     "../../third_party/pigweed/repo/pw_console/py/console_prefs_test.py",
65     "../../third_party/pigweed/repo/pw_console/py/help_window_test.py",
66     "../../third_party/pigweed/repo/pw_console/py/log_filter_test.py",
67     "../../third_party/pigweed/repo/pw_console/py/log_store_test.py",
68     "../../third_party/pigweed/repo/pw_console/py/log_view_test.py",
69     "../../third_party/pigweed/repo/pw_console/py/repl_pane_test.py",
70     "../../third_party/pigweed/repo/pw_console/py/table_test.py",
71     "../../third_party/pigweed/repo/pw_console/py/text_formatting_test.py",
72     "../../third_party/pigweed/repo/pw_console/py/window_manager_test.py"
73   ]
74 }