summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-10-29 11:36:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 21:02:44 +0100
commit2b9354c5399eeb538f31b1afc20b6d54f455bfcb (patch)
tree88d5d8b3aab9b28dc83b254824a000e62f13d882 /patches/patch-chromium.sh
parentf21cb5bc6fca478541d804d24ca0b60a96d82e8f (diff)
Add patch: Do not forward declare UIResourceRequest, Identity, IdentityKey.
This seems to be necessary to compile for OSX 10.7, and this is the OSX version we currently use in the CI system. Change-Id: I1edcf35baee040328de11801f58ce78ed1f8f6cb Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 74ac4a55b..a1debf416 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -66,6 +66,7 @@ git am $PATCH_DIR/0001-Do-not-warn-for-header-hygiene.patch
git am $PATCH_DIR/0001-Build-files-necessary-for-touch-and-gestures.patch
git am $PATCH_DIR/0001-remove-Wno-deprecated-register-from-common.gypi.patch
git am $PATCH_DIR/0001-Solve-conflicts-when-including-both-QtOpenGL-headers.patch
+git am $PATCH_DIR/0001-Do-not-forward-declare-UIResourceRequest-Identity-an.patch
cd $CHROMIUM_SRC_DIR/third_party/WebKit
echo "Entering $PWD"