File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed
Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 9393/third_party /r8 /lib
9494/third_party /rapidjson /src
9595/third_party /requests /src
96+ /third_party /rust
9697/third_party /rust-toolchain
9798/third_party /six
9899/third_party /spirv-cross /src
Original file line number Diff line number Diff line change 180180 path = third_party/requests/src
181181 url = https://chromium.googlesource.com/external/github.com/kennethreitz/requests
182182 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
183187[submodule "third_party/six "]
184188 path = third_party/six
185189 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 = {
956956 'condition' : 'checkout_android and not build_with_chromium' ,
957957 },
958958
959+ 'third_party/rust' : {
960+ 'url' : Var ('chromium_git' ) + '/chromium/src/third_party/rust@4baa094abc8bd42396bd0d39e3388cd56c37d002' ,
961+ 'condition' : 'not build_with_chromium' ,
962+ },
963+
959964 'third_party/siso/cipd' : {
960965 'packages' : [
961966 {
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ per-file third_party/protobuf=*
7878per-file third_party/Python-Markdown=*
7979per-file third_party/rapidjson/src=*
8080per-file third_party/requests/src=*
81+ per-file third_party/rust=*
8182per-file third_party/six=*
8283per-file third_party/spirv-cross/src=*
8384per-file third_party/spirv-headers/src=*
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ delete_after_codegen_paths=(
181181 " third_party/jdk/current" # subdirs only to keep third_party/jdk/BUILD.gn (not pulled by gclient as it comes from ANGLE repo)
182182 " third_party/jdk/extras"
183183 " third_party/llvm-build"
184+ " third_party/rust"
184185 " third_party/rust-toolchain"
185186 " third_party/zlib" # Replaced by Android's zlib
186187
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ def FindSrcDirPath():
8282 'third_party/r8/cipd' ,
8383 'third_party/r8/d8/cipd' ,
8484 'third_party/requests/src' ,
85+ 'third_party/rust' ,
8586 'third_party/siso/cipd' ,
8687 'third_party/six' ,
8788 'third_party/turbine/cipd' ,
Submodule
rust added at 4baa094
You can’t perform that action at this time.
0 commit comments