@@ -6,12 +6,12 @@ import("//build/rust/cargo_crate.gni")
6
6
7
7
cargo_crate (" addr2line" ) {
8
8
crate_type = " rlib"
9
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs"
9
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs"
10
10
no_std = true
11
11
12
12
# Unit tests skipped. Generate with --with-tests to include them.
13
13
build_native_rust_unit_tests = false
14
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs" ]
14
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.19.0/src/lib.rs" ]
15
15
edition = " 2015"
16
16
cargo_pkg_version = " 0.19.0"
17
17
cargo_pkg_name = " addr2line"
@@ -45,12 +45,12 @@ cargo_crate("addr2line") {
45
45
}
46
46
cargo_crate (" adler" ) {
47
47
crate_type = " rlib"
48
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs"
48
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs"
49
49
no_std = true
50
50
51
51
# Unit tests skipped. Generate with --with-tests to include them.
52
52
build_native_rust_unit_tests = false
53
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs" ]
53
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/adler-1.0.2/src/lib.rs" ]
54
54
edition = " 2015"
55
55
cargo_pkg_version = " 1.0.2"
56
56
cargo_pkg_authors = " Jonas Schievink <[email protected] >"
@@ -107,12 +107,12 @@ cargo_crate("alloc") {
107
107
}
108
108
cargo_crate (" cfg_if" ) {
109
109
crate_type = " rlib"
110
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/cfg-if-1.0.0/src/lib.rs"
110
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/cfg-if-1.0.0/src/lib.rs"
111
111
no_std = true
112
112
113
113
# Unit tests skipped. Generate with --with-tests to include them.
114
114
build_native_rust_unit_tests = false
115
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/cfg-if-1.0.0/src/lib.rs" ]
115
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/cfg-if-1.0.0/src/lib.rs" ]
116
116
edition = " 2018"
117
117
cargo_pkg_version = " 1.0.0"
118
118
cargo_pkg_authors = " Alex Crichton <[email protected] >"
@@ -142,14 +142,14 @@ cargo_crate("cfg_if") {
142
142
}
143
143
cargo_crate (" compiler_builtins" ) {
144
144
crate_type = " rlib"
145
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.91 /src/lib.rs"
145
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.92 /src/lib.rs"
146
146
no_std = true
147
147
148
148
# Unit tests skipped. Generate with --with-tests to include them.
149
149
build_native_rust_unit_tests = false
150
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.91 /src/lib.rs" ]
150
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.92 /src/lib.rs" ]
151
151
edition = " 2015"
152
- cargo_pkg_version = " 0.1.91 "
152
+ cargo_pkg_version = " 0.1.92 "
153
153
cargo_pkg_authors = " Jorge Aparicio <[email protected] >"
154
154
cargo_pkg_name = " compiler_builtins"
155
155
cargo_pkg_description = " Compiler intrinsics used by the Rust compiler. Also available for other targets if necessary!"
@@ -172,8 +172,8 @@ cargo_crate("compiler_builtins") {
172
172
" core" ,
173
173
" rustc-dep-of-std" ,
174
174
]
175
- build_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.91 /build.rs"
176
- build_sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.91 /build.rs" ]
175
+ build_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.92 /build.rs"
176
+ build_sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/compiler_builtins-0.1.92 /build.rs" ]
177
177
rustflags = [ " -Zforce-unstable-if-unmarked" ]
178
178
output_dir =
179
179
" $root_out_dir /local_rustc_sysroot/lib/rustlib/$rust_abi_target /lib/"
@@ -209,12 +209,12 @@ cargo_crate("core") {
209
209
}
210
210
cargo_crate (" getopts" ) {
211
211
crate_type = " rlib"
212
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/getopts-0.2.21/src/lib.rs"
212
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/getopts-0.2.21/src/lib.rs"
213
213
no_std = true
214
214
215
215
# Unit tests skipped. Generate with --with-tests to include them.
216
216
build_native_rust_unit_tests = false
217
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/getopts-0.2.21/src/lib.rs" ]
217
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/getopts-0.2.21/src/lib.rs" ]
218
218
edition = " 2015"
219
219
cargo_pkg_version = " 0.2.21"
220
220
cargo_pkg_authors = " The Rust Project Developers"
@@ -246,12 +246,12 @@ cargo_crate("getopts") {
246
246
}
247
247
cargo_crate (" gimli" ) {
248
248
crate_type = " rlib"
249
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/gimli-0.27.2/src/lib.rs"
249
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/gimli-0.27.2/src/lib.rs"
250
250
no_std = true
251
251
252
252
# Unit tests skipped. Generate with --with-tests to include them.
253
253
build_native_rust_unit_tests = false
254
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/gimli-0.27.2/src/lib.rs" ]
254
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/gimli-0.27.2/src/lib.rs" ]
255
255
edition = " 2018"
256
256
cargo_pkg_version = " 0.27.2"
257
257
cargo_pkg_name = " gimli"
@@ -286,12 +286,12 @@ cargo_crate("gimli") {
286
286
}
287
287
cargo_crate (" hashbrown" ) {
288
288
crate_type = " rlib"
289
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/hashbrown-0.13.2/src/lib.rs"
289
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/hashbrown-0.13.2/src/lib.rs"
290
290
no_std = true
291
291
292
292
# Unit tests skipped. Generate with --with-tests to include them.
293
293
build_native_rust_unit_tests = false
294
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/hashbrown-0.13.2/src/lib.rs" ]
294
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/hashbrown-0.13.2/src/lib.rs" ]
295
295
edition = " 2021"
296
296
cargo_pkg_version = " 0.13.2"
297
297
cargo_pkg_authors = " Amanieu d'Antras <[email protected] >"
@@ -326,12 +326,12 @@ cargo_crate("hashbrown") {
326
326
}
327
327
cargo_crate (" libc" ) {
328
328
crate_type = " rlib"
329
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/src/lib.rs"
329
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/src/lib.rs"
330
330
no_std = true
331
331
332
332
# Unit tests skipped. Generate with --with-tests to include them.
333
333
build_native_rust_unit_tests = false
334
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/src/lib.rs" ]
334
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/src/lib.rs" ]
335
335
edition = " 2015"
336
336
cargo_pkg_version = " 0.2.144"
337
337
cargo_pkg_authors = " The Rust Project Developers"
@@ -353,8 +353,8 @@ cargo_crate("libc") {
353
353
" rustc-dep-of-std" ,
354
354
" rustc-std-workspace-core" ,
355
355
]
356
- build_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/build.rs"
357
- build_sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/build.rs" ]
356
+ build_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/build.rs"
357
+ build_sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/libc-0.2.144/build.rs" ]
358
358
rustflags = [
359
359
" -Zlink-directives=false" ,
360
360
" -Zforce-unstable-if-unmarked" ,
@@ -364,12 +364,12 @@ cargo_crate("libc") {
364
364
}
365
365
cargo_crate (" memchr" ) {
366
366
crate_type = " rlib"
367
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/src/lib.rs"
367
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/src/lib.rs"
368
368
no_std = true
369
369
370
370
# Unit tests skipped. Generate with --with-tests to include them.
371
371
build_native_rust_unit_tests = false
372
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/src/lib.rs" ]
372
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/src/lib.rs" ]
373
373
edition = " 2018"
374
374
cargo_pkg_version = " 2.5.0"
375
375
cargo_pkg_authors = " Andrew Gallant <[email protected] >, bluss"
@@ -393,20 +393,20 @@ cargo_crate("memchr") {
393
393
" core" ,
394
394
" rustc-dep-of-std" ,
395
395
]
396
- build_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/build.rs"
397
- build_sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/build.rs" ]
396
+ build_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/build.rs"
397
+ build_sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/memchr-2.5.0/build.rs" ]
398
398
rustflags = [ " -Zforce-unstable-if-unmarked" ]
399
399
output_dir =
400
400
" $root_out_dir /local_rustc_sysroot/lib/rustlib/$rust_abi_target /lib/"
401
401
}
402
402
cargo_crate (" miniz_oxide" ) {
403
403
crate_type = " rlib"
404
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/miniz_oxide-0.6.2/src/lib.rs"
404
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/miniz_oxide-0.6.2/src/lib.rs"
405
405
no_std = true
406
406
407
407
# Unit tests skipped. Generate with --with-tests to include them.
408
408
build_native_rust_unit_tests = false
409
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/miniz_oxide-0.6.2/src/lib.rs" ]
409
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/miniz_oxide-0.6.2/src/lib.rs" ]
410
410
edition = " 2018"
411
411
cargo_pkg_version = " 0.6.2"
412
412
cargo_pkg_authors = " Frommi <[email protected] >, oyvindln <[email protected] >"
@@ -440,12 +440,12 @@ cargo_crate("miniz_oxide") {
440
440
}
441
441
cargo_crate (" object" ) {
442
442
crate_type = " rlib"
443
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/object-0.30.3/src/lib.rs"
443
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/object-0.30.3/src/lib.rs"
444
444
no_std = true
445
445
446
446
# Unit tests skipped. Generate with --with-tests to include them.
447
447
build_native_rust_unit_tests = false
448
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/object-0.30.3/src/lib.rs" ]
448
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/object-0.30.3/src/lib.rs" ]
449
449
edition = " 2018"
450
450
cargo_pkg_version = " 0.30.3"
451
451
cargo_pkg_name = " object"
@@ -597,12 +597,12 @@ cargo_crate("profiler_builtins") {
597
597
}
598
598
cargo_crate (" rustc_demangle" ) {
599
599
crate_type = " rlib"
600
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/rustc-demangle-0.1.21/src/lib.rs"
600
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/rustc-demangle-0.1.21/src/lib.rs"
601
601
no_std = true
602
602
603
603
# Unit tests skipped. Generate with --with-tests to include them.
604
604
build_native_rust_unit_tests = false
605
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/rustc-demangle-0.1.21/src/lib.rs" ]
605
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/rustc-demangle-0.1.21/src/lib.rs" ]
606
606
edition = " 2015"
607
607
cargo_pkg_version = " 0.1.21"
608
608
cargo_pkg_authors = " Alex Crichton <[email protected] >"
@@ -851,12 +851,12 @@ cargo_crate("test") {
851
851
}
852
852
cargo_crate (" unicode_width" ) {
853
853
crate_type = " rlib"
854
- crate_root = " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/unicode-width-0.1.10/src/lib.rs"
854
+ crate_root = " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/unicode-width-0.1.10/src/lib.rs"
855
855
no_std = true
856
856
857
857
# Unit tests skipped. Generate with --with-tests to include them.
858
858
build_native_rust_unit_tests = false
859
- sources = [ " //build/rust/std/fake_root/../../../../ third_party/rust-toolchain/lib/rustlib/src/rust/vendor/unicode-width-0.1.10/src/lib.rs" ]
859
+ sources = [ " //third_party/rust-toolchain/lib/rustlib/src/rust/vendor/unicode-width-0.1.10/src/lib.rs" ]
860
860
edition = " 2015"
861
861
cargo_pkg_version = " 0.1.10"
862
862
cargo_pkg_authors =
0 commit comments