1234567891011121314151617181920212223242526272829303132333435363738 |
- OWNER(
- g:ymake
- somov
- )
- NEED_CHECK()
- PY2_LIBRARY()
- PY_SRCS(
- ymake_conf.py
- )
- PEERDIR(
- library/cpp/deprecated/enum_codegen
- library/cpp/deprecated/split
- library/cpp/string_utils/scan
- )
- END()
- RECURSE(
- conf_fatal_error
- config
- docs/empty
- external_resources
- platform/java
- platform/local_so
- platform/perl
- platform/python
- platform/python/ldflags
- plugins
- prebuilt
- scripts
- tests
- tests_slow
- yandex_specific/config
- )
|