]> git.armaanb.net Git - asd-repo.git/blob - extra/chromium/patches/wyverkiss-rip-gzip.patch
Switch browser to Chromium
[asd-repo.git] / extra / chromium / patches / wyverkiss-rip-gzip.patch
1 --- a/tools/grit/grit/format/gzip_string.py
2 +++ b/tools/grit/grit/format/gzip_string.py
3 @@ -18,8 +18,7 @@
4    # Instead, --rsyncable breaks the file into small chunks, so that one doesn't
5    # affect the other in compression, and then only that chunk will have to be
6    # updated.
7 -  gzip_proc = subprocess.Popen(['gzip', '--stdout', '--rsyncable',
8 -                                '--best', '--no-name'],
9 +  gzip_proc = subprocess.Popen(['gzip', '--rsyncable'],
10                                 stdin=subprocess.PIPE,
11                                 stdout=subprocess.PIPE,
12                                 stderr=subprocess.PIPE)