aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/protoc/ya.make.induced_deps
blob: bc73a807a2d363ea686ff3e1d5f44b7a9a1cf992 (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
INDUCED_DEPS(cpp
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/descriptor.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/generated_message_reflection.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/reflection_ops.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/wire_format.h
)
INDUCED_DEPS(h+cpp
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/arena.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/arenastring.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/arenaz_sampler.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/extension_set.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/generated_enum_reflection.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/generated_message_bases.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/generated_message_util.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/coded_stream.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/map.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/map_entry.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/map_field_inl.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/message.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/metadata_lite.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/port_def.inc
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/port_undef.inc
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/repeated_field.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/stubs/common.h
    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/unknown_field_set.h
)