File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
submodules/TelegramUI/Components
SubcodecAnimationCacheImpl
SubcodecMultiAnimationRendererImpl Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ load ("@build_bazel_rules_swift//swift:swift.bzl" , "swift_library" )
2+
3+ swift_library (
4+ name = "SubcodecAnimationCacheImpl" ,
5+ module_name = "SubcodecAnimationCacheImpl" ,
6+ srcs = glob ([
7+ "Sources/**/*.swift" ,
8+ ]),
9+ copts = [
10+ "-warnings-as-errors" ,
11+ ],
12+ deps = [
13+ "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit" ,
14+ "//submodules/CryptoUtils:CryptoUtils" ,
15+ "//submodules/ManagedFile:ManagedFile" ,
16+ "//submodules/TelegramUI/Components/AnimationCache:AnimationCache" ,
17+ "//third-party/subcodec:SubcodecObjC" ,
18+ ],
19+ visibility = [
20+ "//visibility:public" ,
21+ ],
22+ )
Original file line number Diff line number Diff line change 1+ load ("@build_bazel_rules_swift//swift:swift.bzl" , "swift_library" )
2+
3+ swift_library (
4+ name = "SubcodecMultiAnimationRendererImpl" ,
5+ module_name = "SubcodecMultiAnimationRendererImpl" ,
6+ srcs = glob ([
7+ "Sources/**/*.swift" ,
8+ ]),
9+ copts = [
10+ "-warnings-as-errors" ,
11+ ],
12+ deps = [
13+ "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit" ,
14+ "//submodules/Display:Display" ,
15+ "//submodules/TelegramUI/Components/AnimationCache:AnimationCache" ,
16+ "//submodules/TelegramUI/Components/MultiAnimationRenderer:MultiAnimationRenderer" ,
17+ "//submodules/TelegramUI/Components/SubcodecAnimationCacheImpl:SubcodecAnimationCacheImpl" ,
18+ "//third-party/subcodec:SubcodecObjC" ,
19+ ],
20+ visibility = [
21+ "//visibility:public" ,
22+ ],
23+ )
You can’t perform that action at this time.
0 commit comments