Commit Graph
15 Commits
Author SHA1 Message Date
Aleksey Khoroshilov a896d5474c Remove .pylintrc in favor of Chromium pylintrc. 2023-12-28 14:48:41 +07:00
Aleksey Khoroshilov c65e9044dc Generate INLINE frames and CFI sections in Linux/Android symbols. 2023-07-04 21:01:40 +07:00
Mikhail aaed42b8c8 Fix arm64 mac symbols generation (#14227)
Fix arm64 symbols generation
2022-07-21 13:51:31 +07:00
mkarolin ec520f09ea [cr92 followup] Fixes MacOS signing. 2021-06-30 20:47:28 -04:00
Max Karolinskiy 02c12f1ac9 Fixes buffer size warning for generate_breakpad_symbols.py.
The warning is:
/usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering
(buffering=1) isn't supported in binary mode, the default buffer size
will be used self.stdout = io.open(c2pread, 'rb', bufsize)

Removed bufsize=1 parameter from subprocess.Popen. Also, used
subprocess.DEVNULL param for stderr instead of opening os.devnull
explicitly in the script.
2021-06-29 16:37:38 -04:00
mkarolin 0ba8e778ea [Pylint] Use 'with' syntax for opening files. 2021-06-29 16:37:31 -04:00
mkarolin fdb55066a1 [Pylint] various fixes. 2021-06-29 16:37:31 -04:00
mkarolin a70b15f758 [Pylint] optparse is deprecated -> argparse. 2021-06-29 16:37:30 -04:00
mkarolin 6c479e329e [Pylint] Fixes indent. 2021-06-29 16:37:30 -04:00
mkarolin 64579a42f4 Update headers of scripts transitioned to python3. 2021-06-29 16:37:27 -04:00
mkarolin 99f1577287 Revert "Revert "Adapts several py scripts to python3.""
This reverts commit 5540de29f0.

These script run under python3 again.
2021-06-29 16:37:25 -04:00
AlexeyBarabash 572cb6528f wrapped with try finally to avoid infinite wait on failure 2018-02-14 19:18:03 +02:00
Brian R. Bondy 43c4fcbc94 Add create_dist and symbol build config 2018-02-09 13:45:46 -05:00
AlexeyBarabash 6b2310de87 Revert "Add create_dist and symbol build config"
This reverts commit 10819c1926.
2018-02-08 19:54:27 +02:00
Brian R. Bondy 10819c1926 Add create_dist and symbol build config 2018-02-06 22:20:05 -05:00