thorium-mirror/infra
2022-08-18 09:20:25 -05:00
..
APPIMAGE Update thorium-shell 2022-08-06 05:24:31 -05:00
DEBUG Update build_debug_shell_win.sh 2022-08-18 09:20:25 -05:00
temp Add files via upload 2022-07-21 05:19:42 -07:00
69_release_args.gn Add files via upload 2022-05-15 07:00:33 -05:00
android_args.gn Update android_args.gn 2022-06-06 21:06:28 -07: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 Update build_polly.sh 2022-08-07 23:13:49 -05:00
BUILDER Update BUILDER 2022-07-07 22:19:32 -05:00
BUILDING.md Update BUILDING.md 2022-07-18 23:19:00 -05:00
cdm_registration.cc add file for macos 2022-07-30 22:09:02 -05:00
cgpt add tip o tree cros cgpt 2022-05-28 17:37:46 -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 2022-06-06 21:06:49 -07:00
DEV_CMDLINE_FLAGS.txt Update DEV_CMDLINE_FLAGS.txt 2022-07-15 22:26:02 -05:00
gn_args.list Update gn_args.list 2022-05-21 09:50:35 -05:00
install_deps.sh Update install_deps.sh 2022-07-25 06:00:10 -05:00
libpepflashplayer.so Add files via upload 2022-05-15 07:00:33 -05:00
mac_args.gn Update mac_args.gn 2022-07-31 23:05:48 -05:00
mac_args.list Add files via upload 2022-06-17 10:56:35 -05:00
mac_ARM_args.gn Update mac_ARM_args.gn 2022-07-31 23:05:28 -05:00
PATCHES.md Update PATCHES.md 2022-08-12 11:00:52 -05:00
PKGBUILD Update PKGBUILD 2022-07-15 23:10:05 -05:00
raspi_args.gn Add files via upload 2022-06-17 11:53:30 -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-08-10 13:55:48 -05:00
thorium_devel_bookmarks.html Update thorium_devel_bookmarks.html 2022-08-12 12:51:14 -05:00
thorium_strings.grd Update thorium_strings.grd 2022-08-12 11:47:53 -05:00
vdpau-va-driver_0.7.4-dmo8_amd64.deb Add files via upload 2022-05-15 07:00:33 -05:00
VERSION 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 Update win_args.gn 2022-08-09 22:08:29 -05:00
win_args.list Update win_args.list 2022-05-21 09:50:06 -05:00
win_args_MINIMAL.gn Add files via upload 2022-06-30 09:58:30 -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.