ya.make.inc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. PY_SRCS(
  2. TOP_LEVEL
  3. google/__init__.py
  4. google/protobuf/__init__.py
  5. google/protobuf/compiler/__init__.py
  6. google/protobuf/descriptor.py
  7. google/protobuf/descriptor_database.py
  8. google/protobuf/descriptor_pool.py
  9. google/protobuf/internal/__init__.py
  10. google/protobuf/internal/_parameterized.py
  11. google/protobuf/internal/api_implementation.py
  12. google/protobuf/internal/builder.py
  13. google/protobuf/internal/containers.py
  14. google/protobuf/internal/decoder.py
  15. google/protobuf/internal/encoder.py
  16. google/protobuf/internal/enum_type_wrapper.py
  17. google/protobuf/internal/extension_dict.py
  18. google/protobuf/internal/field_mask.py
  19. google/protobuf/internal/message_listener.py
  20. google/protobuf/internal/python_message.py
  21. google/protobuf/internal/testing_refleaks.py
  22. google/protobuf/internal/type_checkers.py
  23. google/protobuf/internal/well_known_types.py
  24. google/protobuf/internal/wire_format.py
  25. google/protobuf/json_format.py
  26. google/protobuf/message.py
  27. google/protobuf/message_factory.py
  28. google/protobuf/proto_builder.py
  29. google/protobuf/pyext/__init__.py
  30. google/protobuf/pyext/cpp_message.py
  31. google/protobuf/reflection.py
  32. google/protobuf/service.py
  33. google/protobuf/service_reflection.py
  34. google/protobuf/symbol_database.py
  35. google/protobuf/text_encoding.py
  36. google/protobuf/text_format.py
  37. google/protobuf/unknown_fields.py
  38. google/protobuf/util/__init__.py
  39. )
  40. SRCS(
  41. google/protobuf/internal/api_implementation.cc
  42. google/protobuf/internal/python_protobuf.cc
  43. google/protobuf/pyext/descriptor.cc
  44. google/protobuf/pyext/descriptor_containers.cc
  45. google/protobuf/pyext/descriptor_database.cc
  46. google/protobuf/pyext/descriptor_pool.cc
  47. google/protobuf/pyext/extension_dict.cc
  48. google/protobuf/pyext/field.cc
  49. google/protobuf/pyext/map_container.cc
  50. google/protobuf/pyext/message.cc
  51. google/protobuf/pyext/message_factory.cc
  52. google/protobuf/pyext/message_module.cc
  53. google/protobuf/pyext/repeated_composite_container.cc
  54. google/protobuf/pyext/repeated_scalar_container.cc
  55. google/protobuf/pyext/unknown_field_set.cc
  56. google/protobuf/pyext/unknown_fields.cc
  57. )