summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-11 16:19:13 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-16 15:22:49 +0000
commit8b4a66143be7a0ad3abd685aae2200d0c6071c71 (patch)
treef426adbd88486bc0bee0152bfd1c7465def4c4c0 /src
parentbe546884d6de4b9fed290fcb12cf1ee9b6f6df94 (diff)
Include blink image resources
Chromium now places the icons used by blink in a different resource that we need to include. Change-Id: I0af79c1888482b23716fa634efdb38ed2114ec1b Task-number: QTBUG-50671 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/resources/resources.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/resources/resources.gyp b/src/core/resources/resources.gyp
index 143f21f9d..2a58449f8 100644
--- a/src/core/resources/resources.gyp
+++ b/src/core/resources/resources.gyp
@@ -47,6 +47,7 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_resources_100_percent.pak',
],
'pak_outputs': [
'<(SHARED_INTERMEDIATE_DIR)/repack/qtwebengine_resources_100p.pak'
@@ -61,6 +62,7 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_200_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_200_percent.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_image_resources_200_percent.pak',
],
'pak_outputs': [
'<(SHARED_INTERMEDIATE_DIR)/repack/qtwebengine_resources_200p.pak'