Skip to content

Commit

Permalink
use chromium code for url crate
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Mar 1, 2025
1 parent fc22203 commit 055b755
Show file tree
Hide file tree
Showing 64 changed files with 532 additions and 51,074 deletions.
1 change: 1 addition & 0 deletions test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ test("brave_unit_tests") {
"//brave/mojo/brave_ast_patcher:unit_tests",
"//brave/net:unit_tests",
"//brave/third_party/blink/renderer:renderer",
"//brave/third_party/rust/url/v2:lib_url_v2_unittests",
"//brave/vendor/brave_base",
"//chrome:dependencies",
"//chrome:resources",
Expand Down
25 changes: 1 addition & 24 deletions third_party/rust/chromium_crates_io/Cargo.lock

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

4 changes: 4 additions & 0 deletions third_party/rust/chromium_crates_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ zcash = "1"
anonymous-credentials = "0.1"
document-extractor = "0.1"

[patch.crates-io.url_v2]
path = "../url/v2/crate"
package = "url"

[patch.crates-io.futures-retry_v0_5]
path = "../futures_retry/v0_5/crate"
package = "futures-retry"
Expand Down
3 changes: 3 additions & 0 deletions third_party/rust/chromium_crates_io/gnrt_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ license_files = ['../../../../../common/licenses/Apache-2.0']
[crate.unicode-width]
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.url]
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.wasi]
license_files = ['../../../../../common/licenses/Apache-2.0']

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 055b755

Please sign in to comment.