Process symbols provided by NV Access

Change-Id: I862905a164370298ca2f21d2030a0aab860cc08c
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5204606
Reviewed-by: Nelson Billing <nbilling@google.com>
This commit is contained in:
Greg Thompson 2024-01-17 12:15:06 +00:00 committed by Nelson Billing
parent 2481554490
commit 38365ae4ec
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,7 @@ google_converter.exe ^
-n https://download.amd.com/dir/bin ^
-n https://driver-symbols.nvidia.com ^
-n https://software.intel.com/sites/downloads/symbols ^
-n https://www.nvaccess.org/files/nvda/symbols ^
-l %SYMBOL_DIR% ^
-s https://clients2.google.com/cr/staging_symbol ^
-m https://clients2.google.com/cr/staging_symbol/missingsymbols ^
@ -58,6 +59,7 @@ google_converter.exe ^
-n https://download.amd.com/dir/bin ^
-n https://driver-symbols.nvidia.com ^
-n https://software.intel.com/sites/downloads/symbols ^
-n https://www.nvaccess.org/files/nvda/symbols ^
-l %SYMBOL_DIR% ^
-s https://clients2.google.com/cr/symbol ^
-m https://clients2.google.com/cr/symbol/missingsymbols ^

View file

@ -37,6 +37,7 @@ google_converter.exe ^
-n https://download.amd.com/dir/bin ^
-n https://driver-symbols.nvidia.com ^
-n https://software.intel.com/sites/downloads/symbols ^
-n https://www.nvaccess.org/files/nvda/symbols ^
-l %SYMBOL_DIR% ^
-s https://clients2.google.com/cr/staging_symbol ^
-mf %SCRIPT_LOCATION%missing_symbols_test.txt ^
@ -56,6 +57,7 @@ google_converter.exe ^
-n https://download.amd.com/dir/bin ^
-n https://driver-symbols.nvidia.com ^
-n https://software.intel.com/sites/downloads/symbols ^
-n https://www.nvaccess.org/files/nvda/symbols ^
-l %SYMBOL_DIR% ^
-s https://clients2.google.com/cr/symbol ^
-mf %SCRIPT_LOCATION%missing_symbols_test.txt ^