Skip to content

Commit

Permalink
gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 8, 2023
1 parent 041afa4 commit 9eb712d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ffi/gn/Cargo.lock

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

30 changes: 30 additions & 0 deletions ffi/gn/icu4x/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ rust_library("icu-v1_2_0") {

deps = []
deps += [ ":icu_calendar-v1_2_0" ]
deps += [ ":icu_casemap-v1_2_0" ]
deps += [ ":icu_collator-v1_2_0" ]
deps += [ ":icu_collections-v1_2_0" ]
deps += [ ":icu_datetime-v1_2_1" ]
Expand Down Expand Up @@ -237,6 +238,7 @@ rust_library("icu_capi-v1_2_2") {
deps += [ ":diplomat-runtime-v0_5_2" ]
deps += [ ":fixed_decimal-v0_5_3" ]
deps += [ ":icu_calendar-v1_2_0" ]
deps += [ ":icu_casemap-v1_2_0" ]
deps += [ ":icu_collator-v1_2_0" ]
deps += [ ":icu_collections-v1_2_0" ]
deps += [ ":icu_datetime-v1_2_1" ]
Expand Down Expand Up @@ -267,6 +269,7 @@ rust_library("icu_capi-v1_2_2") {
"-Cextra-filename=-7fdd0dfbc90c4949",
"--cfg=feature=\"default_components\"",
"--cfg=feature=\"icu_calendar\"",
"--cfg=feature=\"icu_casemap\"",
"--cfg=feature=\"icu_collator\"",
"--cfg=feature=\"icu_datetime\"",
"--cfg=feature=\"icu_decimal\"",
Expand All @@ -282,6 +285,33 @@ rust_library("icu_capi-v1_2_2") {
visibility = [ ":*" ]
}

rust_library("icu_casemap-v1_2_0") {
crate_name = "icu_casemap"
crate_root = "//components/casemap/src/lib.rs"
output_name = "icu_casemap-14fac046168d59e4"

deps = []
deps += [ ":displaydoc-v0_2_4($host_toolchain)" ]
deps += [ ":icu_collections-v1_2_0" ]
deps += [ ":icu_locid-v1_2_0" ]
deps += [ ":icu_properties-v1_2_0" ]
deps += [ ":icu_provider-v1_2_0" ]
deps += [ ":writeable-v0_5_2" ]
deps += [ ":yoke-v0_7_1" ]
deps += [ ":zerovec-v0_9_4" ]

rustenv = []

rustflags = [
"--cap-lints=allow",
"--edition=2021",
"-Cmetadata=14fac046168d59e4",
"-Cextra-filename=-14fac046168d59e4",
]

visibility = [ ":*" ]
}

rust_library("icu_collator-v1_2_0") {
crate_name = "icu_collator"
crate_root = "//components/collator/src/lib.rs"
Expand Down

0 comments on commit 9eb712d

Please sign in to comment.