File tree 7 files changed +14
-0
lines changed
7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 93
93
/third_party /r8 /lib
94
94
/third_party /rapidjson /src
95
95
/third_party /requests /src
96
+ /third_party /rust
96
97
/third_party /rust-toolchain
97
98
/third_party /six
98
99
/third_party /spirv-cross /src
Original file line number Diff line number Diff line change 180
180
path = third_party/requests/src
181
181
url = https://chromium.googlesource.com/external/github.com/kennethreitz/requests
182
182
gclient-condition = checkout_android and not build_with_chromium
183
+ [submodule "third_party/rust "]
184
+ path = third_party/rust
185
+ url = https://chromium.googlesource.com/chromium/src/third_party/rust
186
+ gclient-condition = not build_with_chromium
183
187
[submodule "third_party/six "]
184
188
path = third_party/six
185
189
url = https://chromium.googlesource.com/chromium/src/third_party/six
Original file line number Diff line number Diff line change @@ -956,6 +956,11 @@ deps = {
956
956
'condition' : 'checkout_android and not build_with_chromium' ,
957
957
},
958
958
959
+ 'third_party/rust' : {
960
+ 'url' : Var ('chromium_git' ) + '/chromium/src/third_party/rust@4baa094abc8bd42396bd0d39e3388cd56c37d002' ,
961
+ 'condition' : 'not build_with_chromium' ,
962
+ },
963
+
959
964
'third_party/siso/cipd' : {
960
965
'packages' : [
961
966
{
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ per-file third_party/protobuf=*
78
78
per-file third_party/Python-Markdown=*
79
79
per-file third_party/rapidjson/src=*
80
80
per-file third_party/requests/src=*
81
+ per-file third_party/rust=*
81
82
per-file third_party/six=*
82
83
per-file third_party/spirv-cross/src=*
83
84
per-file third_party/spirv-headers/src=*
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ delete_after_codegen_paths=(
181
181
" third_party/jdk/current" # subdirs only to keep third_party/jdk/BUILD.gn (not pulled by gclient as it comes from ANGLE repo)
182
182
" third_party/jdk/extras"
183
183
" third_party/llvm-build"
184
+ " third_party/rust"
184
185
" third_party/rust-toolchain"
185
186
" third_party/zlib" # Replaced by Android's zlib
186
187
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ def FindSrcDirPath():
82
82
'third_party/r8/cipd' ,
83
83
'third_party/r8/d8/cipd' ,
84
84
'third_party/requests/src' ,
85
+ 'third_party/rust' ,
85
86
'third_party/siso/cipd' ,
86
87
'third_party/six' ,
87
88
'third_party/turbine/cipd' ,
Submodule
rust added at 4baa094
You can’t perform that action at this time.
0 commit comments