1 # vim: set filetype=python:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 '/gfx/angle/checkout/include/',
12 'libepoxy/include/epoxy/common.h',
13 'libepoxy/include/epoxy/egl_generated.h',
14 'libepoxy/include/epoxy/gl_generated.h',
17 # We allow warnings for third-party code that can be updated from upstream.
18 AllowCompilerWarnings()
22 'libepoxy/src/dispatch_common.c',
23 'libepoxy/src/dispatch_egl.c',
24 'libepoxy/src/egl_generated_dispatch.c',
25 'libepoxy/src/gl_generated_dispatch.c',
29 "-fvisibility=hidden",