Browse Source

Intermediate changes

robot-piglet 9 months ago
parent
commit
e00b78ed4d

+ 0 - 30
contrib/tools/protoc_old/ya.make.induced_deps

@@ -1,30 +0,0 @@
-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/stubs/common.h
-    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/stubs/once.h
-    ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/stubs/port.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/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_table_driven.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
-)

+ 0 - 3
contrib/tools/protoc_old/ya.make.prebuilt

@@ -9,12 +9,9 @@ IF (SANDBOX_RESOURCE_URI != "")
 
     PRIMARY_OUTPUT(${PROTOC_RESOURCE_GLOBAL}/protoc${MODULE_SUFFIX})
 
-    INCLUDE(ya.make.induced_deps)
-
     END()
 ELSE()
     PROGRAM(protoc)
     SRCS(main.c)
-    INCLUDE(ya.make.induced_deps)
     END()
 ENDIF()