Skip to content

Commit

Permalink
Merge pull request #19320 from brave/rust-dep-cleanup-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver authored and mkarolin committed Aug 3, 2023
1 parent 857d8c7 commit f27b203
Show file tree
Hide file tree
Showing 81 changed files with 7,041 additions and 261 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ patches/**/*.patchinfo
/third_party/bip39wally-core-native/
/third_party/ethash/src
/third_party/bitcoin-core/src
/third_party/constellation/crate
/third_party/playlist_component/src
/third_party/rapidjson/src
/third_party/rust/adblock/v0_7/crate
/third_party/sta_rs/crate/
/third_party/rust/challenge_bypass_ristretto/v1/crate
/third_party/rust/kuchiki/v0_8/crate
/third_party/rust/futures_retry/v0_5/crate
/third_party/rust/star_constellation/v0_2/crate
*.xcodeproj
*.swp
*.pyc
Expand Down Expand Up @@ -58,3 +57,4 @@ venv/
.storybook-out
test_get_pkgs
build/config/gclient_args.gni
third_party/rust/target
3 changes: 1 addition & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ deps = {
'dep_type': 'cipd',
},
"third_party/playlist_component/src": "https://github.com/brave/playlist-component.git@5434730bf7342f1ba5c057f1640882bb38604a85",
"third_party/constellation/crate": "https://github.com/brave/constellation.git@b6b8396abd98cc87a187e051c32a291c9faa43f7",
"third_party/sta_rs/crate" : "https://github.com/brave/sta-rs.git@85b27bfbcc810966b6dba80604598bcb44e37497",
"third_party/rust/star_constellation/v0_2/crate": "https://github.com/brave/constellation.git@b6b8396abd98cc87a187e051c32a291c9faa43f7",
"third_party/rust/challenge_bypass_ristretto/v1/crate": "https://github.com/brave-intl/challenge-bypass-ristretto.git@a1da4641734adc8312215b38a8221962d2c8e045",
"third_party/rust/futures_retry/v0_5/crate": "https://github.com/brave-intl/futures-retry.git@2aaaafbc3d394661534d4dbd14159d164243c20e",
"third_party/rust/kuchiki/v0_8/crate": "https://github.com/brave/kuchiki.git@589eadca2c1d06ddda2919354590bfe1ace88a43",
Expand Down
6 changes: 1 addition & 5 deletions components/p3a/constellation/rs/cxx/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@ rust_static_library("rust_lib") {

cxx_bindings = [ "src/lib.rs" ]

deps = [ "//brave/third_party/constellation:rust_lib" ]

aliased_deps = {
star_constellation = "//brave/third_party/constellation:rust_lib__rlib"
}
deps = [ "//brave/third_party/rust/star_constellation/v0_2:lib" ]
}
19 changes: 0 additions & 19 deletions third_party/constellation/BUILD.gn

This file was deleted.

87 changes: 77 additions & 10 deletions third_party/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f27b203

Please sign in to comment.