You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-breakpad-dev
Hi,
Currently there are two ways to build Breakpad, `./configure && make` and gn build from chromium project. And some unittests are only available using configure and make. Switching breakpad from configure to gn build would make building and testing much easier.
Zequan Wu
Benjamin Sergeant
unread,
Feb 2, 2022, 12:36:13 AM2/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Breakpad Development
make is a very common build system while gn isn't, so for ease of use with outside projects it wouldn't be ideal.