ya.make 599 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(Apache-2.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. PEERDIR(
  6. library/cpp/sanitizer/include
  7. )
  8. ADDINCL(
  9. GLOBAL contrib/restricted/abseil-cpp-tstring
  10. )
  11. NO_COMPILER_WARNINGS()
  12. SRCS(
  13. internal/cycleclock.cc
  14. internal/low_level_alloc.cc
  15. internal/raw_logging.cc
  16. internal/scoped_set_env.cc
  17. internal/spinlock.cc
  18. internal/spinlock_wait.cc
  19. internal/strerror.cc
  20. internal/sysinfo.cc
  21. internal/thread_identity.cc
  22. internal/throw_delegate.cc
  23. internal/unscaledcycleclock.cc
  24. log_severity.cc
  25. )
  26. END()