Commit dca77cf
committed
File tree
40 files changed
+1165
-236
lines changed- .github/workflows
- examples
- src
- tests
- compile_fail
- third_party
- libunwind
- llvm-libc
- tools
40 files changed
+1165
-236
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
294 | | - | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- android/gyp/compile_resources.py+9-11
- android/gyp/create_app_bundle.py+37-35
- android/gyp/proguard.py+24-26
- android/gyp/util/resource_utils.py+5-3
- android/java/src/org/chromium/build/NullUtil.java+4-3
- android/pylib/constants/__init__.py+21-24
- android/pylib/gtest/gtest_test_instance.py+13-2
- android/pylib/instrumentation/instrumentation_test_instance.py+9
- android/pylib/junit/junit_test_instance.py+10
- android/pylib/local/device/local_device_environment.py+2-1
- android/pylib/local/machine/local_machine_junit_test_run.py+26-4
- android/pylib/results/report_results.py+15-22
- android/pylib/utils/logging_utils.py+27-13
- android/stacktrace/java/org/chromium/build/FlushingReTrace.java+10-3
- android/stacktrace/java_deobfuscate_java.jar
- android/test_runner.py+26-18
- apple/tweak_info_plist.py+41
- buildflag_header.gni+74-23
- config/BUILDCONFIG.gn+1-4
- config/android/BUILD.gn+3-14
- config/android/config.gni+3-3
- config/android/internal_rules.gni+1-1
- config/android/rules.gni+20-6
- config/apple/group.modulemap.jinja+22
- config/apple/group_modulemap_helper.py+36
- config/apple/swift_source_set.gni+221-24
- config/chromeos/rules.gni+1-1
- config/clang/BUILD.gn+4
- config/compiler/BUILD.gn+2-2
- config/compiler/compiler.gni+10-8
- config/fuchsia/BUILD.gn+1-6
- config/ios/BUILD.gn+8-3
- config/rust.gni+15-2
- config/sanitizers/BUILD.gn+91-1
- config/sanitizers/ignorelist_stdlib_and_absl.txt+6
- config/sanitizers/sanitizers.gni+22
- config/siso/blink_all.star+1
- config/siso/clang_all.star+17-10
- config/siso/grit.star+28
- config/siso/main.star+2-20
- config/siso/mojo.star+4
- config/unsafe_buffers_paths.txt+1
- fuchsia/test/run_test.py+1
- linux/chrome.map+37
- print_python_deps.py+3-1
- private_code_test/private_code_test.gni+1-1
- rust/BUILD.gn+8
- rust/allocator/BUILD.gn+3-6
- rust/allocator/lib.rs+4-4
- rust/cargo_crate.gni+1
- rust/gni_impl/cpp_api_from_rust.gni+179
- rust/gni_impl/cpp_api_from_rust_wrapper.py+45
- rust/gni_impl/rust_target.gni+74-31
- rust/gni_impl/rustc_wrapper.py+44-6
- rust/rust_static_library.gni+14
- rust/rust_unit_test.gni+3-6
- rust/std/fake_root/Cargo.toml.template-2
- rust/std/rules/BUILD.gn+359-247
- rust/tests/test_buildflag_header/BUILD.gn+33
- rust/tests/test_buildflag_header/lib.rs+43
- rust/tests/test_cpp_api_from_rust/BUILD.gn+25
- rust/tests/test_cpp_api_from_rust/lib.rs+10
- rust/tests/test_cpp_api_from_rust/unittests.cc+12
- rust/tests/test_cpp_including_rust/BUILD.gn+7-2
- rust/tests/test_cpp_including_rust/shared_unittest.cc
- rust/tests/test_cpp_including_rust/static_unittest.cc
- rust/tests/test_cxx_cfg/BUILD.gn+13-1
- rust/tests/test_cxx_cfg/cxx_cfg_lib.rs+16
- rust/tests/test_cxx_cfg/cxx_cfg_unittest.cc+11-1
- toolchain/apple/toolchain.gni+15-10
- toolchain/gcc_toolchain.gni+15-10
- toolchain/kythe.gni+4
- toolchain/toolchain.gni+1-1
- toolchain/win/toolchain.gni+15-10
- util/lib/proto/metric.py+11-8
- util/lib/proto/metric_unittests.py+2-3
- util/lib/proto/test_script_metrics.proto+6
- util/lib/proto/test_script_metrics_pb2.py+6-6
- vs_toolchain.py+7-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
636 | 638 | | |
637 | 639 | | |
638 | 640 | | |
639 | | - | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
640 | 665 | | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | 666 | | |
653 | | - | |
| 667 | + | |
654 | 668 | | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
662 | 673 | | |
663 | | - | |
664 | | - | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
665 | 695 | | |
666 | 696 | | |
667 | 697 | | |
| |||
Submodule buildtools updated from 4dc32b3 to 6a18683
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments