summaryrefslogtreecommitdiffstats
path: root/sdch
diff options
context:
space:
mode:
authorjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 08:44:56 +0000
committerjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 08:44:56 +0000
commitdc510524de71411c79cae4bf47684be32a0514a0 (patch)
treef1f01fcc58ee3f76b7a5bf79cbd3eb317e63c34a /sdch
parentc061545ca42440933101bcba640f786f43d4b59f (diff)
downloadchromium_src-dc510524de71411c79cae4bf47684be32a0514a0.zip
chromium_src-dc510524de71411c79cae4bf47684be32a0514a0.tar.gz
chromium_src-dc510524de71411c79cae4bf47684be32a0514a0.tar.bz2
Reuse linux's config.h to build sdch on android.
BUG= TEST= Review URL: http://codereview.chromium.org/7835026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch')
-rw-r--r--sdch/sdch.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 6050ab2..82e65a1 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -53,7 +53,7 @@
],
},
'conditions': [
- [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ],
+ [ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ],
[ 'OS == "freebsd" or OS == "openbsd" or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],