aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/handlers/dump/ya.make
blob: adbc66ad9fadf919fb299479731143473c4ac51c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
PY23_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    NAMESPACE handlers.dump
    __init__.py
    gen_conf_docs.py
)

PEERDIR(
    contrib/python/pathlib2
    contrib/python/six
    contrib/python/toml
    devtools/ya/app
    devtools/ya/build
    devtools/ya/build/build_facade
    devtools/ya/build/build_opts
    devtools/ya/build/genconf
    devtools/ya/build/ymake2
    devtools/ya/core
    devtools/ya/core/config
    devtools/ya/core/imprint
    devtools/ya/core/yarg
    devtools/ya/exts
    devtools/ya/test/dartfile
    devtools/ya/test/explore
    devtools/ya/yalibrary/debug_store
    devtools/ya/yalibrary/debug_store/processor
    devtools/ya/yalibrary/debug_store/store
    devtools/ya/yalibrary/tools
    devtools/ya/yalibrary/vcs
    devtools/ya/yalibrary/vcs/vcsversion
    devtools/ya/yalibrary/yandex/sandbox/misc
    library/python/fs
    library/python/func
    library/python/tmp
)

IF (NOT YA_OPENSOURCE)
    PEERDIR(
        devtools/ya/handlers/dump/arcadia_specific
        devtools/ya/handlers/dump/debug
    )
ENDIF()

END()

RECURSE_FOR_TESTS(
    bin
    tests
)