diff --git a/srcpkgs/chromium/patches/chromium-depot-tools-r0.patch b/srcpkgs/chromium/patches/chromium-depot-tools-r0.patch new file mode 100644 index 0000000000..19b92ce40d --- /dev/null +++ b/srcpkgs/chromium/patches/chromium-depot-tools-r0.patch @@ -0,0 +1,11 @@ +--- build/gyp_chromium.orig 2014-01-29 01:22:52.527247671 +0000 ++++ build/gyp_chromium 2014-01-29 01:23:49.857623290 +0000 +@@ -38,8 +38,6 @@ + sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', + 'Source', 'build', 'scripts')) + +-import find_depot_tools +- + # On Windows, Psyco shortens warm runs of build/gyp_chromium by about + # 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70 + # seconds. Conversely, memory usage of build/gyp_chromium with Psyco diff --git a/srcpkgs/chromium/patches/chromium-gn-r0.patch b/srcpkgs/chromium/patches/chromium-gn-r0.patch deleted file mode 100644 index 6b0b44ecdb..0000000000 --- a/srcpkgs/chromium/patches/chromium-gn-r0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ld/gyp_chromium.orig 2013-12-11 03:07:03.941915587 +0000 -+++ build/gyp_chromium 2013-12-11 03:07:29.812073301 +0000 -@@ -221,9 +221,6 @@ - - supplemental_includes = GetSupplementalFiles() - -- if not RunGN(supplemental_includes): -- sys.exit(1) -- - args.extend( - ['-I' + i for i in additional_include_files(supplemental_includes, args)]) diff --git a/srcpkgs/chromium/patches/chromium-gn-r1.patch b/srcpkgs/chromium/patches/chromium-gn-r1.patch new file mode 100644 index 0000000000..9d3071de56 --- /dev/null +++ b/srcpkgs/chromium/patches/chromium-gn-r1.patch @@ -0,0 +1,11 @@ +--- build/gyp_chromium.orig 2014-01-16 22:55:50.292718339 +0000 ++++ build/gyp_chromium 2014-01-16 23:15:17.890248708 +0000 +@@ -370,8 +370,6 @@ + args.append('--check') + + supplemental_includes = GetSupplementalFiles() +- if not RunGN(supplemental_includes): +- sys.exit(1) + args.extend( + ['-I' + i for i in additional_include_files(supplemental_includes, args)]) +