thorium-mirror/infra
Alexander Frick f67e8ee331 add g script
2024-01-19 01:07:32 -06:00
..
APPIMAGE appimage script updates 2024-01-13 18:59:57 -06:00
Arch_Linux fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
DEBUG fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
default_apps fix external extensions 2023-07-08 06:34:06 -05:00
Flatpak/com.alex313031.thorium header fix 2023-06-21 08:28:10 -05:00
portable fix broken cache flag 2024-01-09 23:24:52 -06:00
sfx add close-window-with-last-tab flag 2024-01-18 19:58:47 -06:00
temp Add files via upload 2022-07-21 05:19:42 -07:00
69_release_args.gn Update 69_release_args.gn 2023-01-12 17:47:39 -06:00
arch-prerequisites.sh add libaom script for arm64 2024-01-02 17:54:14 -06:00
args.list update args.list 2023-11-02 06:25:17 -05:00
BRANDING \ 2023-06-23 02:05:13 -05:00
BUGS.md fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
build_dmg_cr.sh post M119 fixups 1 2023-12-30 06:34:37 -06:00
build_polly.sh script fixups 2023-06-23 00:38:08 -05:00
BUILDER M119 stage 8 2023-12-29 06:48:19 -06:00
BUILDING_OLD.md fix more docs 2023-10-10 09:22:03 -05:00
cgpt 111.0.5563.69 Final 2023-03-19 04:02:34 -05:00
chromium-restore-jpeg-xl-support-120.patch add M120 jxl patch 2024-01-04 19:11:38 -06:00
CHROMIUM_LICENSE more docs updates 2023-06-23 02:02:51 -05:00
CMDLINE_FLAGS_LIST.md Update CMDLINE_FLAGS_LIST.md 2022-06-08 13:37:28 -07:00
DEV_CMDLINE_FLAGS.txt Update DEV_CMDLINE_FLAGS.txt 2022-07-15 22:26:02 -05:00
fetch_api_keys.sh modify apikeys fetcher 2023-06-28 00:24:17 -05:00
FFMPEG_DEPS add ffmpeg building deps 2024-01-04 17:50:17 -06:00
fix_libaom.sh add libaom script for arm64 2024-01-02 17:54:14 -06:00
gn_args.list Update gn_args.list 2022-05-21 09:50:35 -05:00
initial_preferences add welcome page 2023-04-28 18:17:47 -05:00
install_deps.sh fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
libpepflashplayer.so 111.0.5563.69 Final 2023-03-19 04:02:34 -05:00
PATCHES.md add close-window-with-last-tab flag 2024-01-18 19:58:47 -06:00
README.md fix more docs 2023-10-10 09:22:03 -05:00
set_exec.sh add g script 2024-01-19 01:07:32 -06:00
thor_compat_mode.bat Add files via upload 2022-05-15 07:00:33 -05:00
THOR_PREREQUISITES_22.04.md Update THOR_PREREQUISITES_22.04.md 2022-09-12 08:50:08 -05:00
thor_ver correct thor_ver files 2023-10-09 23:26:15 -05:00
THORIUM_DEV_BOOKMARKS.html add close-window-with-last-tab flag 2024-01-18 19:58:47 -06:00
thorium_strings.grd fix strings 2023-12-29 01:40:04 -06:00
ulimit.conf M119 pre-stage 2023-12-28 20:31:46 -06:00
vdpau-va-driver_0.7.4-dmo8_amd64.deb Add files via upload 2022-05-15 07:00:33 -05:00
VERSIONS_LIST.txt Add files via upload 2022-07-22 21:53:18 -07:00
widevine_versions.txt update widevine versions 2023-10-29 08:42:30 -05:00
win_args.list Update win_args.list 2022-05-21 09:50:06 -05:00

Thorium Infrastructure (Infra)

  This dir contains .gn files, scripts, and other artifacts like vdpau-va-driver and flash player and the BUILDER file which contains notes (generally only usable by me, but feel free to ask what the info inside is for).
  The args.list file shows all possible build arguments, and the gn_args.list shows all possible build args after the Thorium args have been added, and the win_args.list shows all possible build arguments for Windows builds.
  The *.gn files contain what you should use in the args.gn for platforms other than the normal Linux release (which is here in the root of this repo.)

 – See the Docs dir for more instructions on building for a particular platform.
 – The DEV_CMDLINE_FLAGS.txt has usefule command line flags for Debugging, Web Development, and Thorium development. The CMDLINE_FLAGS_LIST.md contains a list of all possible cmdline flags for Chromium. It is borrowed from > https://peter.sh/experiments/chromium-command-line-switches/
 – The THORIUM_DEV_BOOKMARKS.html file contain the bookmarks I use for Thorium development and rebasing the files it uses.