Commit b655f33d authored by Noemi Erli's avatar Noemi Erli
Browse files

Backed out changeset 3e33c922a480 (bug 1829053) for depanding on Bug 1829050 CLOSED TREE

parent b021722d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,3 +33,7 @@ for k, v in graphite_defines:
AllowCompilerWarnings()

FINAL_LIBRARY = 'gkmedias'

# provide a custom header that overrides malloc() and friends,
# to ensure safe OOM handling. Don't do this in the wasm sandbox.
DEFINES['GRAPHITE2_CUSTOM_HEADER'] = '"MozGrMalloc.h"'
+0 −3
Original line number Diff line number Diff line
@@ -44,9 +44,6 @@ graphite_defines = [
    # tell graphite2 not to export symbols, we'll be linking it directly with
    # thebes
    ('GRAPHITE2_STATIC', True),
    # provide a custom header that overrides malloc() and friends,
    # to ensure safe OOM handling.
    ('GRAPHITE2_CUSTOM_HEADER', '"MozGrMalloc.h"'),
]

# disable features we don't need in the graphite2 code, to reduce code size