DescriptionAdd chrome crash service to GN build on Windows.
This adds a chrome crash_service target that matches the target arch, and a *_win64 version when compiling 32-bit targets.
Previosly we had a crash_service.exe target that was actually the content_shell one with the wrong name. Various code referred to this target when some meant the chrome one, and some meant the content one. This patch fixes the naming and updates the references to use the correct one.
Fixes cross-compiling of generated buildflag headers. It was computing the output directory incorrectly.
BUG=537009
Committed: https://crrev.com/0d3b1dfc7ad173af97ca0f897319ab137d4cf634
Cr-Commit-Position: refs/heads/master@{#362826}
Patch Set 1 #
Total comments: 1
Patch Set 2 : add is_win #
Messages
Total messages: 16 (7 generated)
|