mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
70f1ad55e1
With `ac_add_options --enable-project=tools/crashreporter` in a mozconfig, `./mach build` builds minidump_stackwalk, dump_syms and fileid. One caveat is that due to limitation in how the build system works currently, it's cumbersome to keep dump_syms as a host program for Gecko, and to make it a target program for this project. For now, keep it as a host program. We're not going to use it on automation, but it's still convenient to have for quick local builds (I've had to resort to awful hacks downstream). Differential Revision: https://phabricator.services.mozilla.com/D16299 --HG-- extra : moz-landing-system : lando
27 lines
827 B
INI
27 lines
827 B
INI
[flake8]
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741
|
|
max-line-length = 99
|
|
exclude =
|
|
browser/extensions/mortar/ppapi/,
|
|
browser/moz.configure,
|
|
build/moz.configure/*.configure,
|
|
build/pymake/,
|
|
dom/canvas/test/webgl-conf/checkout/closure-library/,
|
|
editor/libeditor/tests/browserscope/,
|
|
intl/icu/,
|
|
ipc/chromium/src/third_party/,
|
|
gfx/angle/,
|
|
gfx/harfbuzz,
|
|
glx/skia/,
|
|
js/*.configure,
|
|
memory/moz.configure,
|
|
mobile/android/*.configure,
|
|
node_modules,
|
|
security/nss/,
|
|
testing/mochitest/pywebsocket,
|
|
tools/lint/test/files,
|
|
build/build-infer/build-infer.py,
|
|
tools/infer/test/*.configure, tools/infer/test/*.configure,
|
|
tools/crashreporter/*.configure,
|