Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / crashreporter / mozannotation_client / moz.build
blob7d5597390a5b3c0bfd518d840eb901171c56d309
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 if CONFIG["COMPILE_ENVIRONMENT"]:
8     # This tells mach to run cbindgen and that this header-file should be created
9     CbindgenHeader(
10         "mozannotation_client_ffi_generated.h",
11         inputs=["/toolkit/crashreporter/mozannotation_client"],
12     )
14     # This tells mach to copy that generated file to obj/dist/include/mozilla/toolkit/crashreporter
15     EXPORTS.mozilla.toolkit.crashreporter += [
16         "!mozannotation_client_ffi_generated.h",
17     ]