thorium-mirror/infra/DEBUG
Alexander David Frick 3dac23f096
Add files via upload
2022-06-06 19:23:31 -05:00
..
ABOUT_GN_ARGS.txt Add files via upload 2022-06-06 18:33:09 -05:00
build_debug.sh Update build_debug.sh 2022-06-06 17:21:51 -07:00
build_debug_shell.sh Add files via upload 2022-06-06 19:22:21 -05:00
build_win_debug.sh Update build_win_debug.sh 2022-06-06 17:21:05 -07:00
debug_args.gn Add files via upload 2022-06-06 18:08:53 -05:00
DEBUG_SHELL_README.md Update DEBUG_SHELL_README.md 2022-06-06 16:44:39 -07:00
icon_256.png Add files via upload 2022-06-06 19:23:31 -05:00
README.md Update README.md 2022-06-06 16:49:00 -07:00
thorium_debug_shell.ico Add files via upload 2022-06-06 19:23:31 -05:00
Thorium_Debug_Shell.sh Update Thorium_Debug_Shell.sh 2022-06-06 16:45:07 -07:00
win_debug_args.gn Add files via upload 2022-06-06 18:08:53 -05:00

Thorium Debugging Infra

  • This contains .gn files and scripts for generating DEBUG builds of Thorium for debugging, testing, and inspection.
  • The ABOUT_GN_ARGS.txt describes what each line in the args *.gn files do, also useful for the regular build args *.gn files.
       NOTE: You cannot build installers for any platform with a debug build. Running the clean.sh script in the root of the repo is highly reccomended to get your //out/thorium dir from ~6-7 GB to something reasonable, like ~1-2 GB.
  • Running the build_debug.sh or build_win_debug.sh will build the Thorium UI Debug Shell (views_examples_with_content) target as well as the rest of Thorium.
  • Running build_debug_shell.sh can be used for any platform, and will build the standalone Thorium UI Debug Shell.
       NOTE: Running either of the above will make a directory in //out/thorium called Thorium_UI_Debug_Shell with all the artifacts and Readme inside, suitable for zipping up and distributing to users.
  • For more information, read the DEBUG_SHELL_README.md file).