summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/libEGL.gypi
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /gfx/angle/src/libEGL.gypi
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/angle/src/libEGL.gypi')
-rwxr-xr-xgfx/angle/src/libEGL.gypi40
1 files changed, 40 insertions, 0 deletions
diff --git a/gfx/angle/src/libEGL.gypi b/gfx/angle/src/libEGL.gypi
new file mode 100755
index 000000000..86158a6e9
--- /dev/null
+++ b/gfx/angle/src/libEGL.gypi
@@ -0,0 +1,40 @@
+# Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ # Everything below this is duplicated in the GN build. If you change
+ # anything also change angle/BUILD.gn
+ 'targets':
+ [
+ {
+ 'target_name': 'libEGL',
+ 'type': '<(angle_gl_library_type)',
+ 'dependencies':
+ [
+ 'libANGLE',
+ 'libGLESv2',
+ ],
+ 'includes':
+ [
+ '../gyp/common_defines.gypi',
+ ],
+ 'include_dirs':
+ [
+ '.',
+ '../include',
+ ],
+ 'sources':
+ [
+ '<@(libegl_sources)',
+ ],
+ 'conditions':
+ [
+ ['angle_build_winrt==1',
+ {
+ 'msvs_requires_importlibrary' : 'true',
+ }],
+ ],
+ },
+ ],
+}