]> git.pld-linux.org Git - packages/chromium-browser.git/blame - options-support.patch
- add chromium and pld to useragent (patch from unbuntu)
[packages/chromium-browser.git] / options-support.patch
CommitLineData
68163397
ER
1--- chromium-browser-7.0.505.0~svn20100825r57278/src/build/common.gypi~ 2010-08-25 10:57:49.000000000 +0300
2+++ chromium-browser-7.0.505.0~svn20100825r57278/src/build/common.gypi 2010-08-25 10:59:07.552987859 +0300
3@@ -249,6 +249,18 @@
c71dc870
ER
4 # Set this to true to enable SELinux support.
5 'selinux%': 0,
6
7+ # Use system libpng
8+ 'use_system_libpng%': 1,
9+
10+ # Use system bzip2
11+ 'use_system_bzip2%': 1,
12+
13+ # Use system libjpeg
14+ 'use_system_libjpeg%': 1,
15+
16+ # Use system zlib
17+ 'use_system_zlib%': 1,
18+
68163397
ER
19 # Override whether we should use Breakpad on Linux. I.e. for Chrome bot.
20 'linux_breakpad%': 0,
21 # And if we want to dump symbols for Breakpad-enabled builds.
c71dc870
ER
22@@ -215,6 +227,18 @@
23 ['selinux==1', {
24 'defines': ['CHROMIUM_SELINUX=1'],
25 }],
26+ ['use_system_libpng==1', {
27+ 'defines': ['USE_SYSTEM_LIBPNG=1'],
28+ }],
29+ ['use_system_bzip2==1', {
30+ 'defines': ['USE_SYSTEM_LIBBZ2=1'],
31+ }],
32+ ['use_system_libjpeg==1', {
33+ 'defines': ['USE_SYSTEM_LIBJPEG=1'],
34+ }],
35+ ['use_system_zlib==1', {
36+ 'defines': ['USE_SYSTEM_ZLIB=1'],
37+ }],
38 ['coverage!=0', {
39 'conditions': [
40 ['OS=="mac"', {
This page took 0.031559 seconds and 4 git commands to generate.