mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Cleanup
This commit is contained in:
parent
140efd6cfd
commit
610c051e38
@ -69,7 +69,7 @@ objc_library(
|
||||
"DctHuffman/Sources/**/*.m",
|
||||
"DctHuffman/Sources/**/*.mm",
|
||||
"DctHuffman/Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
copts = [],
|
||||
hdrs = glob([
|
||||
"DctHuffman/PublicHeaders/**/*.h",
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
4
submodules/AsyncDisplayKit/BUILD
vendored
4
submodules/AsyncDisplayKit/BUILD
vendored
@ -4,7 +4,7 @@ public_headers = glob([
|
||||
|
||||
private_headers = glob([
|
||||
"Source/*.h",
|
||||
])
|
||||
], allow_empty=True)
|
||||
|
||||
objc_library(
|
||||
name = "AsyncDisplayKit",
|
||||
@ -13,7 +13,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Source/**/*.m",
|
||||
"Source/**/*.mm",
|
||||
]) + private_headers,
|
||||
], allow_empty=True) + private_headers,
|
||||
copts = [
|
||||
"-Werror",
|
||||
],
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
copts = [
|
||||
"-Werror",
|
||||
],
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty = True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -3,9 +3,7 @@ objc_library(
|
||||
name = "EncryptionProvider",
|
||||
enable_modules = True,
|
||||
module_name = "EncryptionProvider",
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
]),
|
||||
srcs = [],
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"Public/**/*.h",
|
||||
]),
|
||||
|
@ -17,7 +17,7 @@ objc_library(
|
||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.c",
|
||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.cpp",
|
||||
"lottiecpp/PlatformSpecific/Darwin/Sources/**/*.hpp",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
copts = [
|
||||
"-Werror",
|
||||
"-I{}/lottiecpp/Sources".format(package_name()),
|
||||
@ -44,7 +44,7 @@ cc_library(
|
||||
hdrs = glob([
|
||||
"lottiecpp/PublicHeaders/**/*.h",
|
||||
"lottiecpp/PlatformSpecific/Darwin/PublicHeaders/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
includes = [
|
||||
"PublicHeaders",
|
||||
],
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/*.m",
|
||||
"Sources/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/*.m",
|
||||
"Sources/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -7,7 +7,7 @@ objc_library(
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.mm",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"Public/**/*.h",
|
||||
]),
|
||||
|
@ -5,7 +5,6 @@ objc_library(
|
||||
module_name = "OpenSSLEncryptionProvider",
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -7,7 +7,7 @@ objc_library(
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.c",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -44,7 +44,7 @@ filegroup(
|
||||
name = "FullScreenEffectViewResources",
|
||||
srcs = glob([
|
||||
"Resources/**/*",
|
||||
], exclude = ["Resources/**/.*"]),
|
||||
], allow_empty=True, exclude = ["Resources/**/.*"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -24,7 +24,7 @@ sources = glob([
|
||||
"tgcalls/tgcalls/**/*.cpp",
|
||||
"tgcalls/tgcalls/**/*.mm",
|
||||
"tgcalls/tgcalls/**/*.m",
|
||||
], exclude = [
|
||||
], allow_empty=True, exclude = [
|
||||
"tgcalls/tgcalls/legacy/**",
|
||||
"tgcalls/tgcalls/platform/tdesktop/**",
|
||||
"tgcalls/tgcalls/platform/android/**",
|
||||
@ -60,7 +60,7 @@ sources = glob([
|
||||
"tgcalls/tgcalls/platform/darwin/**/*.c",
|
||||
"tgcalls/tgcalls/third-party/**/*.cpp",
|
||||
"tgcalls/tgcalls/utils/**/*.cpp",
|
||||
], exclude = [
|
||||
], allow_empty=True, exclude = [
|
||||
"tgcalls/tgcalls/legacy/**",
|
||||
"tgcalls/tgcalls/platform/tdesktop/**",
|
||||
"tgcalls/tgcalls/platform/android/**",
|
||||
@ -218,7 +218,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"tests/*.m",
|
||||
"tests/*.mm",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
deps = [
|
||||
":TgVoipWebrtc"
|
||||
],
|
||||
|
@ -8,7 +8,7 @@ objc_library(
|
||||
"Sources/**/*.mm",
|
||||
"Sources/**/*.h",
|
||||
"Sources/**/*.cpp",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -8,7 +8,7 @@ objc_library(
|
||||
"Sources/**/*.mm",
|
||||
"Sources/**/*.h",
|
||||
"Sources/**/*.cpp",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -7,7 +7,7 @@ objc_library(
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.mm",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -6,7 +6,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
@ -5,7 +5,6 @@ objc_library(
|
||||
module_name = "WebPBinding",
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
|
2
submodules/sqlcipher/BUILD
vendored
2
submodules/sqlcipher/BUILD
vendored
@ -10,7 +10,7 @@ objc_library(
|
||||
srcs = glob([
|
||||
"Sources/*.c",
|
||||
"Sources/*.h",
|
||||
], exclude = public_headers),
|
||||
], exclude = public_headers, allow_empty=True),
|
||||
hdrs = public_headers,
|
||||
includes = [
|
||||
"PublicHeaders",
|
||||
|
4
third-party/boost_regex/BUILD
vendored
4
third-party/boost_regex/BUILD
vendored
@ -8,10 +8,10 @@ objc_library(
|
||||
"Sources/**/*.cpp",
|
||||
"Sources/**/*.h",
|
||||
"Sources/**/*.hpp",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"include/boost_regex/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
includes = [
|
||||
"include",
|
||||
],
|
||||
|
2
third-party/libprisma/BUILD
vendored
2
third-party/libprisma/BUILD
vendored
@ -50,7 +50,7 @@ objc_library(
|
||||
"Sources/**/*.mm",
|
||||
"Sources/**/*.h",
|
||||
"Sources/**/*.hpp",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"include/libprisma/*.h",
|
||||
]),
|
||||
|
2
third-party/libyuv/BUILD
vendored
2
third-party/libyuv/BUILD
vendored
@ -118,7 +118,7 @@ objc_library(
|
||||
"LibYuvBinding/Sources/**/*.m",
|
||||
"LibYuvBinding/Sources/**/*.c",
|
||||
"LibYuvBinding/Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"LibYuvBinding/PublicHeaders/**/*.h",
|
||||
]),
|
||||
|
4
third-party/openh264/BUILD
vendored
4
third-party/openh264/BUILD
vendored
@ -244,8 +244,8 @@ all_sources = arch_specific_sources + [
|
||||
cc_library(
|
||||
name = "openh264",
|
||||
srcs = all_sources,
|
||||
hdrs = glob([
|
||||
]),
|
||||
hdrs = [
|
||||
],
|
||||
textual_hdrs = arch_specific_textual_hdrs,
|
||||
includes = [
|
||||
],
|
||||
|
2
third-party/recaptcha/BUILD
vendored
2
third-party/recaptcha/BUILD
vendored
@ -8,6 +8,8 @@ load(
|
||||
apple_static_xcframework_import(
|
||||
name = "RecaptchaEnterprise",
|
||||
xcframework_imports = glob(["RecaptchaEnterprise.xcframework/**"]),
|
||||
features = [
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
2
third-party/td/BUILD
vendored
2
third-party/td/BUILD
vendored
@ -128,7 +128,7 @@ objc_library(
|
||||
"TdBinding/Sources/**/*.m",
|
||||
"TdBinding/Sources/**/*.mm",
|
||||
"TdBinding/Sources/**/*.h",
|
||||
]),
|
||||
], allow_empty=True),
|
||||
hdrs = glob([
|
||||
"TdBinding/Public/**/*.h",
|
||||
]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user