summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-13 16:11:59 +0100
committerAndras Becsi <andras.becsi@digia.com>2014-06-04 18:17:13 +0200
commit24a37c64db99ff4507c1c767f775b67970072fc9 (patch)
tree156d6883ddd2ae846143c535f344f949bddbbe0d
parent2d555f3cc2daa7bd81c01feab38caebd396f870f (diff)
downloadqtwebengine-chromium-24a37c64db99ff4507c1c767f775b67970072fc9.tar.gz
<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 <zeno.albisser@digia.com>
-rw-r--r--chromium/third_party/WebKit/Source/core/core.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/core.gyp b/chromium/third_party/WebKit/Source/core/core.gyp
index 882565dec88..8b8a8b589c5 100644
--- a/chromium/third_party/WebKit/Source/core/core.gyp
+++ b/chromium/third_party/WebKit/Source/core/core.gyp
@@ -821,6 +821,7 @@
'webcore_derived',
'../wtf/wtf.gyp:wtf',
'<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
'<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
'<(DEPTH)/url/url.gyp:url_lib',
@@ -830,6 +831,7 @@
'../wtf/wtf.gyp:wtf',
'webcore_derived',
'<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers',
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
'<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
'<(DEPTH)/url/url.gyp:url_lib',