This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +11
-9
lines changed
build/secondary/flutter/third_party/stb
impeller/typographer/backends/stb Expand file tree Collapse file tree 8 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ deps = {
715
715
'src/third_party/json' :
716
716
Var ('flutter_git' ) + '/third_party/json.git' + '@' + '17d9eacd248f58b73f4d1be518ef649fe2295642' ,
717
717
718
- 'src/third_party/stb' :
718
+ 'src/flutter/ third_party/stb' :
719
719
Var ('flutter_git' ) + '/third_party/stb.git' + '@' + '5736b15f7ea0ffb08dd38af21067c314d6a3aae9' ,
720
720
721
721
'src/third_party/gradle' : {
Original file line number Diff line number Diff line change 2
2
# Use of this source code is governed by a BSD-style license that can be
3
3
# found in the LICENSE file.
4
4
5
- source_root = " //third_party/stb"
5
+ source_root = " //flutter/ third_party/stb"
6
6
7
7
source_set (" stb_truetype" ) {
8
8
testonly = true
@@ -11,5 +11,7 @@ source_set("stb_truetype") {
11
11
12
12
include_dirs = [ " $source_root " ]
13
13
14
- sources = [ " //flutter/build/secondary/third_party/stb/stb_truetype_stub.cc" ]
14
+ sources = [
15
+ " //flutter/build/secondary/flutter/third_party/stb/stb_truetype_stub.cc" ,
16
+ ]
15
17
}
Original file line number Diff line number Diff line change 3
3
// found in the LICENSE file.
4
4
5
5
#define STB_TRUETYPE_IMPLEMENTATION
6
- #include " third_party/stb/stb_truetype.h"
6
+ #include " flutter/ third_party/stb/stb_truetype.h"
Original file line number Diff line number Diff line change 1043
1043
../../../flutter/third_party/sqlite/Makefile
1044
1044
../../../flutter/third_party/sqlite/README.md
1045
1045
../../../flutter/third_party/sqlite/VERSION
1046
+ ../../../flutter/third_party/stb
1046
1047
../../../flutter/third_party/test_shaders
1047
1048
../../../flutter/third_party/tinygltf
1048
1049
../../../flutter/third_party/tonic/.clang-format
3020
3021
../../../third_party/root_certificates/certdata.pem
3021
3022
../../../third_party/root_certificates/certdata.txt
3022
3023
../../../third_party/root_certificates/codereview.settings
3023
- ../../../third_party/stb
3024
3024
../../../third_party/swiftshader
3025
3025
../../../third_party/vulkan-deps/.git
3026
3026
../../../third_party/vulkan-deps/.gitattributes
Original file line number Diff line number Diff line change 1
- Signature: 5dbd06463802f22fb8c461c9bda734b8
1
+ Signature: 8063c36f273a2ca0d4db5f05f9d5991a
2
2
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ impeller_component("typographer_stb_backend") {
20
20
21
21
public_deps = [
22
22
" //flutter/impeller/typographer" ,
23
- " //third_party/stb:stb_truetype" ,
23
+ " //flutter/ third_party/stb:stb_truetype" ,
24
24
]
25
25
}
Original file line number Diff line number Diff line change 6
6
7
7
#include " flutter/fml/macros.h"
8
8
#include " flutter/fml/mapping.h"
9
+ #include " flutter/third_party/stb/stb_truetype.h"
9
10
#include " impeller/base/backend_cast.h"
10
11
#include " impeller/typographer/typeface.h"
11
- #include " third_party/stb/stb_truetype.h"
12
12
13
13
namespace impeller {
14
14
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ final Set<String> skippedPaths = <String>{
90
90
r'flutter/third_party/skia/third_party/lua' , // not linked in
91
91
r'flutter/third_party/skia/third_party/vello' , // not linked in
92
92
r'flutter/third_party/skia/tools' , // contains nothing that ends up in the binary executable
93
+ r'flutter/third_party/stb' ,
93
94
r'flutter/third_party/test_shaders' , // for tests only
94
95
r'flutter/third_party/tinygltf' ,
95
96
r'flutter/third_party/txt/third_party/fonts' ,
@@ -183,7 +184,6 @@ final Set<String> skippedPaths = <String>{
183
184
r'third_party/protobuf' , // build-time dependency only
184
185
r'third_party/root_certificates/certdata.pem' ,
185
186
r'third_party/root_certificates/certdata.txt' ,
186
- r'third_party/stb' ,
187
187
r'third_party/swiftshader' , // only used on hosts for tests
188
188
r'third_party/vulkan-deps/glslang/LICENSE' , // excluded to make sure we don't accidentally apply it as a default license
189
189
r'third_party/vulkan-deps/glslang/src/LICENSE.txt' , // redundant with licenses inside files
You can’t perform that action at this time.
0 commit comments