Commit e1a5518e by Corentin Wallez

Fix defines being exported outside of ANGLE

This should fix a build failure on a GPU try bot so we can Roll ANGLE BUG=angleproject:892 Change-Id: I86cb0135dc71b003f691633e339d5d0527eaace4 Reviewed-on: https://chromium-review.googlesource.com/280396Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 62342590
......@@ -10,8 +10,15 @@
{
'target_name': 'libEGL',
'type': 'shared_library',
'dependencies': [ 'libGLESv2', ],
'includes': [ '../build/common_defines.gypi', ],
'dependencies':
[
'libANGLE',
'libGLESv2',
],
'includes':
[
'../build/common_defines.gypi',
],
'include_dirs':
[
'.',
......
......@@ -743,10 +743,6 @@
'type': 'shared_library',
'dependencies': [ 'libANGLE' ],
'includes': [ '../build/common_defines.gypi', ],
'export_dependent_settings':
[
'libANGLE',
],
'sources':
[
'<@(libglesv2_sources)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment