Skip to content

Commit 8cfe74b

Browse files
jingyun19copybara-github
authored andcommitted
[LiteRT-LM][ConversationAPI] Update indexmap to be usable from 1st party code.
Indexmap will be used by ANTLR parser to construct ordered json. ATL discussion thread: https://groups.google.com/a/google.com/g/chrome-atls-discuss/c/o6MBsEjjky8/m/1uX2rd-zDwAJ Bug: 467777835 Change-Id: Id3ed5f7b96e7df76f39ec28768db8fd71a67b36e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7396687 Commit-Queue: Jingyun Liu <jingyun@google.com> Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1565091} NOKEYCHECK=True GitOrigin-RevId: 9459cbd7145124c63d3b67e727c2226382e8930e
1 parent 2f2e9b6 commit 8cfe74b

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

chromium_crates_io/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chromium_crates_io/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fend-core = "1"
2626
font-types = "0.10"
2727
hex = "0.4"
2828
hmac-sha256 = "1.1.12"
29+
indexmap = "2.12.1"
2930
jxl = "0.2.2"
3031
lazy_static = "1"
3132
libc = "0.2"

indexmap/v2/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ cargo_crate("lib") {
6262
"std",
6363
]
6464

65-
# Only for usage from third-party crates. Add the crate to
66-
# //third_party/rust/chromium_crates_io/Cargo.toml to use
67-
# it from first-party code.
68-
visibility = [ "//third_party/rust/*" ]
69-
7065
#####################################################################
7166
# Tweaking which GN `config`s apply to this target.
7267

0 commit comments

Comments
 (0)