Skip to content

Commit 24a37c6

Browse files
committed
<third_party/WebKit> Add missing dependency to khronos_headers
This is needed since https://codereview.chromium.org/106503003 and because of our chromium patch that fixes the build with a GL ES2 configured Qt. Change-Id: I2dfa1afe1bb58227656fee798a5d2549f88c3f9d Reviewed-by: Zeno Albisser <[email protected]>
1 parent 2d555f3 commit 24a37c6

File tree

1 file changed

+2
-0
lines changed
  • chromium/third_party/WebKit/Source/core

1 file changed

+2
-0
lines changed

chromium/third_party/WebKit/Source/core/core.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@
821821
'webcore_derived',
822822
'../wtf/wtf.gyp:wtf',
823823
'<(DEPTH)/skia/skia.gyp:skia',
824+
'<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
824825
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
825826
'<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
826827
'<(DEPTH)/url/url.gyp:url_lib',
@@ -830,6 +831,7 @@
830831
'../wtf/wtf.gyp:wtf',
831832
'webcore_derived',
832833
'<(DEPTH)/skia/skia.gyp:skia',
834+
'<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
833835
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
834836
'<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
835837
'<(DEPTH)/url/url.gyp:url_lib',

0 commit comments

Comments
 (0)