summaryrefslogtreecommitdiffstats
path: root/sdch/sdch.gyp
diff options
context:
space:
mode:
authorrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:20:41 +0000
committerrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:20:41 +0000
commit91c17697615cce91a4a43140a7910cef6494c565 (patch)
tree60dee2570029285f34b8e1f1ad3ae14e8a64f8c9 /sdch/sdch.gyp
parentef8c9ed9bab2db876c8a1b9e712842c5e07f66ed (diff)
downloadchromium_src-91c17697615cce91a4a43140a7910cef6494c565.zip
chromium_src-91c17697615cce91a4a43140a7910cef6494c565.tar.gz
chromium_src-91c17697615cce91a4a43140a7910cef6494c565.tar.bz2
Adds SDCH config files for iOS.
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10803053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r--sdch/sdch.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 6efe4f5..d84be58 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -55,6 +55,7 @@
'conditions': [
[ 'OS == "linux" or OS == "android"', { 'include_dirs': [ 'linux' ] } ],
[ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
+ [ 'OS == "ios"', { 'include_dirs': [ 'ios' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
],