Bug 1700051: part 46) Const-qualify `mozInlineSpellStatus::mAnchorRange`. r=smaug
[gecko.git] / media / libwebp / moz.build
blob78a2d6e7850855f1c3819c230677e1c183746417
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 with Files('**'):
8     BUG_COMPONENT = ('Core', 'ImageLib')
10 EXPORTS.webp += [
11     'src/webp/decode.h',
12     'src/webp/demux.h',
13     'src/webp/mux_types.h',
14     'src/webp/types.h',
17 DIRS += [
18     'src/dec',
19     'src/demux',
20     'src/dsp',
21     'src/moz',
22     'src/utils',
25 FINAL_LIBRARY = 'gkmedias'
27 # We allow warnings for third-party code that can be updated from upstream.
28 AllowCompilerWarnings()