Commit 31210d1a authored by Nico Weber's avatar Nico Weber
Browse files

[gn build] (manually) merge 24ab9b53 yet more, to fix redef warnings

parent 81ffe897
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ def main():
    args = parser.parse_args()

    output = ''.join(['HANDLE_EXTENSION(%s)\n' % ext for ext in args.exts])
    output += '#undef HANDLE_EXTENSION\n'

    if not os.path.exists(args.output) or open(args.output).read() != output:
        open(args.output, 'w').write(output)