thorium-mirror/other
Alexander David Frick 123972cec5
Delete BUILD.gn
2022-10-10 22:27:35 -05:00
..
AVX2 Delete BUILD.gn 2022-10-10 22:27:35 -05:00
Mac Update mac_ARM_args.gn 2022-09-11 18:29:38 -05:00
Polly Update and rename other/Polly/SSE4/BUILD.gn to other/Polly/SSE3/BUILD.gn 2022-09-21 11:29:09 -05:00
SSE4 Update BUILD.gn 2022-09-20 00:07:12 -05:00
add-hevc-ffmpeg-decoder-parser.patch H.265 patch copy from https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding 2022-08-22 02:00:10 -05:00
build_polly.sh Add files via upload 2022-08-09 22:32:26 -05:00
README.md Update README.md 2022-08-24 23:01:26 -05:00

Compiler configs for AVX2 and SSE4

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

For SSE4, do the same except from the SSE4 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.