summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-06-27 14:02:47 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-06-27 20:35:16 +0200
commit9d5c3ff62103708266d8bdc3a8fb02b07283d6b7 (patch)
treed323ab54bd0aac99f5aa01d81118c4ee830e7ae4 /patches/patch-chromium.sh
parentb2a20d9c65b35b33634f290cea2c038ed1801a6f (diff)
Add Mac support.
Adding several patches to the repository that need to be applied to the chromium sources in order to allow building on Mac. Change-Id: Ie06250a828b3533e2f48563ce374e63fc25d16cf Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 64893d6e4..f671d847c 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -61,9 +61,18 @@ git submodule update --recursive
cd $CHROMIUM_SRC_DIR
echo "Entering $PWD"
-git am $PATCH_DIR/0001-My-local-fixes.patch $PATCH_DIR/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
+git am $PATCH_DIR/0001-My-local-fixes.patch
+git am $PATCH_DIR/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
+git am $PATCH_DIR/0001-Mac-Use-libc-instead-of-stdlibc.patch
+git am $PATCH_DIR/0002-Clang-libc-does-not-support-incomplete-types-in-temp.patch
-cd tools/gyp
+cd $CHROMIUM_SRC_DIR/third_party/WebKit
+echo "Entering $PWD"
+
+git am $PATCH_DIR/0001-Remove-leftovers-from-WebKitSystemInterface.patch
+
+cd $CHROMIUM_SRC_DIR/tools/gyp
echo "Entering $PWD"
git am $PATCH_DIR/0001-GYP-Fix-build-with-toplevel-dir.patch
+git am $PATCH_DIR/0001-Add-support-for-libc-to-xcode_emulation.py.patch