diff options
Diffstat (limited to '')
-rw-r--r-- | tools/crashreporter/app.mozbuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/crashreporter/app.mozbuild b/tools/crashreporter/app.mozbuild new file mode 100644 index 0000000000..e44591f174 --- /dev/null +++ b/tools/crashreporter/app.mozbuild @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DIRS += [ + '/config/external/zlib', + '/toolkit/crashreporter/google-breakpad/src/processor', + '/tools/crashreporter/minidump_stackwalk', +] |