Skip to content

Commit 622cb04

Browse files
committed
<third_party/angle> Disable building libEGL.dll and libGLESv2.dll.
This is part of using the ANGLE that is built / installed by Qt. Change-Id: Ib71d47392690dab6cf874aec13db9e98710de684 Reviewed-by: Andras Becsi <[email protected]>
1 parent 6ce870a commit 622cb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/third_party/angle/src/build_angle.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
],
214214
'conditions': [
215-
['OS=="win"', {
215+
['OS=="win" and use_qt==0', {
216216
'targets': [
217217
{
218218
'target_name': 'libGLESv2',

0 commit comments

Comments
 (0)