diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/external_resources/ya.make | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/external_resources/ya.make')
-rw-r--r-- | build/external_resources/ya.make | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/build/external_resources/ya.make b/build/external_resources/ya.make index ba2ae38588..346a3e42eb 100644 --- a/build/external_resources/ya.make +++ b/build/external_resources/ya.make @@ -1,42 +1,42 @@ -OWNER(g:ymake) - -RECURSE( - antlr3 - antlr4 - gradle - maven +OWNER(g:ymake) + +RECURSE( + antlr3 + antlr4 + gradle + maven swift-demangle -) - -IF (OS_ANDROID) - RECURSE( - android_sdk - mapsmobi_maven_repo - ) -ENDIF() - -IF (OS_IOS) - RECURSE( - mapsmobi_ios_pods - ) -ENDIF() - -IF (OS_LINUX) - RECURSE( - codenavigation - ) -ENDIF() - -IF (OS_DARWIN OR OS_LINUX OR OS_WINDOWS) - RECURSE( - flake8_py2 - flake8_py3 - go_fake_xcrun - go_tools - goyndexer +) + +IF (OS_ANDROID) + RECURSE( + android_sdk + mapsmobi_maven_repo + ) +ENDIF() + +IF (OS_IOS) + RECURSE( + mapsmobi_ios_pods + ) +ENDIF() + +IF (OS_LINUX) + RECURSE( + codenavigation + ) +ENDIF() + +IF (OS_DARWIN OR OS_LINUX OR OS_WINDOWS) + RECURSE( + flake8_py2 + flake8_py3 + go_fake_xcrun + go_tools + goyndexer pnpm typescript - ymake - yolint - ) -ENDIF() + ymake + yolint + ) +ENDIF() |