Commit graph

22 commits

Author SHA1 Message Date
klzgrad
539449da43 net/cert: Use builtin verifier on Android and Linux 2025-03-07 20:53:22 +08:00
klzgrad
c383676242 net/cert: Add SystemTrustStoreStaticUnix
It reads CA certificates from:

* The file in environment variable SSL_CERT_FILE
* The first available file of

/etc/ssl/certs/ca-certificates.crt (Debian/Ubuntu/Gentoo etc.)
/etc/pki/tls/certs/ca-bundle.crt (Fedora/RHEL 6)
/etc/ssl/ca-bundle.pem (OpenSUSE)
/etc/pki/tls/cacert.pem (OpenELEC)
/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem (CentOS/RHEL 7)
/etc/ssl/cert.pem (Alpine Linux)

* Files in the directory of environment variable SSL_CERT_DIR
* Files in the first available directory of

/etc/ssl/certs (SLES10/SLES11, https://golang.org/issue/12139)
/etc/pki/tls/certs (Fedora/RHEL)
/system/etc/security/cacerts (Android)
2025-03-07 20:53:22 +08:00
klzgrad
addce93caa libc++: Fix assertion handler 2025-03-07 20:53:22 +08:00
klzgrad
6ca8d1e6b9 libc++: Disable exceptions and RTTI
Except on Mac, where exceptions are required.
And except on Android, where rtti is required.
2025-03-07 20:53:22 +08:00
klzgrad
474eba4c22 base: Don't fix Y2038 problem with icu 2025-03-07 20:53:22 +08:00
klzgrad
48c952d697 net, url: Remove icu 2025-03-07 20:53:22 +08:00
klzgrad
4d73b1121c base, crypto, net: Fix trace stubs 2025-03-07 20:53:22 +08:00
klzgrad
b6d9a1634a build: Minimize sysroot creator script 2025-03-07 20:53:22 +08:00
klzgrad
5168417c4e build: Use thinlto max optimization for everything 2025-03-05 21:12:23 +08:00
klzgrad
5b5ce851d2 build: Never explicitly link clang_rt.builtins
https://chromium-review.googlesource.com/c/chromium/src/+/5723176
2025-03-05 21:12:23 +08:00
klzgrad
e46bc46504 build: Force determinism in official build
Helps build with ccache.
2025-03-05 21:12:23 +08:00
klzgrad
d0f5e36258 build: Disable build_with_chromium
The argument build_with_chromium mainly enables various tests,
data bundling, infra integration, and AFDO profiles.

AFDO can be added by other arguments.
2025-03-05 21:12:23 +08:00
klzgrad
b9e53adfb3 android: base: Fix build adding extra -latomic
We don't use use_sysroot=true, but without it -latomic is added
to is_android.
2025-03-05 21:12:23 +08:00
klzgrad
8272501c16 android: build: Disable Android java templates 2025-03-05 21:12:23 +08:00
klzgrad
7cbadfed44 android: url: Remove Android 2025-03-05 21:12:23 +08:00
klzgrad
f83444ebd7 android: third_party/jni_zero: Remove JNI functions 2025-03-05 21:12:22 +08:00
klzgrad
894b53ff5e android: base: Add Android stubs 2025-03-05 21:10:04 +08:00
klzgrad
83e171a3fe android: net: Add Android stubs 2025-03-05 21:10:04 +08:00
klzgrad
12f08d50ce base: Remove Rust 2025-03-05 21:10:04 +08:00
klzgrad
86e41583bd build: Remove tests and minimize 2025-03-05 21:10:03 +08:00
klzgrad
407df41121 Add .gitignore 2025-03-05 21:09:18 +08:00
importer
a54022e6ca Import chromium-134.0.6998.39 2025-03-05 21:09:18 +08:00