thorium-mirror/infra
Alexander Frick 9d27771cb8 fix args.gn
2023-03-29 08:15:26 -05:00
..
APPIMAGE args updates 2023-03-19 02:51:47 -05:00
Arch_Linux cmdline commit 2023-03-02 06:23:45 -06:00
DEBUG logging branding and debug args 2023-03-20 14:57:12 -05:00
default_apps Add files via upload 2023-01-25 07:00:56 -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 Update arch-prerequisites.sh 2023-01-14 19:21:16 -06:00
args.list Update args.list 2022-05-21 09:51:02 -05:00
BRANDING Add files via upload 2022-05-15 07:00:33 -05:00
BUGS.md Update BUGS.md 2022-07-17 21:04:45 -05:00
build_dmg_cr.sh Update build_dmg_cr.sh 2022-06-17 08:13:30 -07:00
build_polly.sh raspi fixes 2023-03-05 15:05:47 -06:00
BUILDER Update BUILDER 2022-07-07 22:19:32 -05:00
BUILDING.md convert to stable 2023-03-02 06:12:29 -06:00
cgpt 111.0.5563.69 Final 2023-03-19 04:02:34 -05:00
CHROMIUM_LICENSE.txt Add files via upload 2022-05-25 14:01:52 -05:00
CMDLINE_FLAGS_LIST.md Update CMDLINE_FLAGS_LIST.md 2022-06-08 13:37:28 -07:00
cros_args.gn Update cros_args.gn 2023-01-05 08:15:40 -06:00
DEV_CMDLINE_FLAGS.txt Update DEV_CMDLINE_FLAGS.txt 2022-07-15 22:26:02 -05:00
fetch_api_keys.sh cmdline commit 2023-02-22 03:42:43 -06:00
gn_args.list Update gn_args.list 2022-05-21 09:50:35 -05:00
install_deps.sh cmdline commit 2022-08-23 04:45:30 -05:00
libpepflashplayer.so 111.0.5563.69 Final 2023-03-19 04:02:34 -05:00
PATCHES.md FIXcommit 2023-03-25 06:22:29 -05:00
README.md Update README.md 2022-06-24 02:38:01 -05: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
THORIUM_DEV_BOOKMARKS.html ui 2023-03-22 21:40:28 -05:00
thorium_strings.grd M111 staging 2023-03-18 13:57:39 -05:00
TODO.md Update TODO.md 2023-02-18 18:33:18 -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
win_args.gn fix args.gn 2023-03-29 08:15:26 -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.)

 – The WIN_INSTRUCTIONS.txt and WIN_CROSS_BUILD_INSTRUCTIONS.txt are for how to build Thorium for Windows natively and on Linux, respectively.
 – 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_devel_bookmarks.html file contain the bookmarks I use for Thorium development and rebasing the files it uses.