thorium-mirror/other
Alexander Frick 4bd6d01eac M120 stage 7
2024-01-22 15:21:54 -06:00
..
AVX2 M120 stage 6 2024-01-22 14:27:02 -06:00
CrOS M120 stage 7 2024-01-22 15:21:54 -06:00
Mac M120 stage 6 2024-01-22 14:27:02 -06:00
SSE2 M120 stage 6 2024-01-22 14:27:02 -06:00
SSE3 M120 stage 6 2024-01-22 14:27:02 -06:00
WIN7 fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
add-hevc-ffmpeg-decoder-parser.patch M120 FFMPEG 2024-01-22 06:45:17 -06:00
build_ffmpeg.py M114 stage 1 2023-06-17 13:35:53 -05:00
build_polly.sh M120 stage 7 2024-01-22 15:21:54 -06:00
chromium_options.reg add chromium reg file 2024-01-06 19:12:28 -06:00
README.md Update README.md 2022-10-14 22:49:54 -05:00
Remove-discovery-module-from-NTP.patch [Android] Update NTP patch 2024-01-06 18:01:04 +08:00
test_build_args.gn fix webui images 2023-07-13 00:30:06 -05:00

Compiler configs for AVX2 and SSE3

To build for AVX2, copy the build directory in the AVX2 folder over //chromium/src/build.

For SSE3, do the same except from the SSE3 folder.

For Polly, run build_polly.sh first, and then use the appropriate BUILD.gn for your build type from the Polly folder.

For Android arm64 builds, use the Android folder, including its android_args.gn for your args.gn, and the build_android.sh from the root of the repo for building the main apk and system webview apk.