blob: 118d69fbfaa08c7d919278ed74b8f07ad327964d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PY23_LIBRARY()
STYLE_PYTHON()
PY_SRCS(
event.py
import_tracer.py
constants.py
regulator.py
converters/base.py
converters/chrometrace.py
converters/raw.py
)
END()
|