mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update README.debug
This commit is contained in:
parent
aba2356bf3
commit
3c5e947364
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Summary
|
||||
This is a special program, built on top of content_shell and incorporating a multitude of options for testing, viewing, and debugging UI resources in Thorium.
|
||||
Run the thorium_debug_shell.exe, and you can select from the menu. Some things are interactive, some load internal resources, and some require loading external resources like viewing .icon files. In that case, you can load a file using its full path in the box towards the bottom.
|
||||
Run the thorium_ui_debug_shell.exe (Windows), or Thorium_Debug_Shell.sh (Linux), and you can select from the menu. Some things are interactive, some load internal resources, and some require loading external resources like viewing .icon files. In that case, you can load a file using its full path in the box towards the bottom.
|
||||
|
||||
## Use in Thorium
|
||||
I built this to view and test native Chromium UI icons in the .icon format.
|
||||
|
@ -16,7 +16,7 @@ These files are in:
|
|||
//chromium/src/chromecast/ui/vector_icons ## For icons specific to ChromeCast.
|
||||
|
||||
## Building
|
||||
To build, use: autoninja -C out/thorium chrome chromedriver thorium_shell setup mini_installer views_examples_with_content or just
|
||||
autoninja -C out/thorium views_examples_with_content to exclude building the rest of Thorium.
|
||||
To build, use: autoninja -C out/thorium chrome chromedriver thorium_shell setup mini_installer thorium_ui_debug_shell or just
|
||||
autoninja -C out/thorium thorium_ui_debug_shell to exclude building the rest of Thorium.
|
||||
|
||||
More info can be found at > https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/components/vector_icons/README.md
|
||||
|
|
Loading…
Reference in a new issue