Commit b3844843 by Corentin Wallez Committed by Commit Bot

Remove the now unused _ANGLE targets.

BUG=522967 Change-Id: I9a5c1793b089920273c74ab43fd5464d0aea7adb Reviewed-on: https://chromium-review.googlesource.com/324022Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent a832742d
...@@ -41,21 +41,4 @@ ...@@ -41,21 +41,4 @@
], ],
}, },
], ],
'conditions':
[
['angle_standalone==0 and OS!="win"',
{
'targets':
[
{
'target_name': 'libEGL_ANGLE',
'type': 'loadable_module',
'dependencies':
[
'libEGL',
],
},
],
}],
],
} }
...@@ -826,21 +826,4 @@ ...@@ -826,21 +826,4 @@
], ],
}, },
], ],
'conditions':
[
['angle_standalone==0 and OS!="win"',
{
'targets':
[
{
'target_name': 'libGLESv2_ANGLE',
'type': 'loadable_module',
'dependencies':
[
'libGLESv2',
],
},
],
}],
],
} }
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