summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-02 22:39:52 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-03 17:52:23 +0200
commit6933621d6967a516f4800f27a71d45f088af3089 (patch)
treecc346a54582b09bc0dd64013e8d3d553e1f326a0 /patches/patch-chromium.sh
parent3513626dbd2f4d3a4bccf801cae5c9f8f005ba13 (diff)
Allow excluding source files from the chromium build
Use a gypi files for that with target defaults with our file exclusion patterns. Another patch bites the dust !
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index ce8a6c716..cb74fecc1 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -21,7 +21,6 @@ fi
echo "Applying patches..."
git am $PATCH_DIR/0001-My-local-fixes.patch
-git am $PATCH_DIR/0001-Exclude-some-Gtk-files-from-the-chromium-build.patch
cd tools/gyp
echo "Entering $PWD"