diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 18:25:48 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 18:25:48 +0000 |
commit | 3c57ca05f196e998f2440e49cc5bf44969b12c37 (patch) | |
tree | f375d4e29c8fb82b85b44f3c9a67861691bc0299 /sdch/sdch.gyp | |
parent | 2e484a5a3a2c597b67bdfbfaf54d8c16bc9b270b (diff) | |
download | chromium_src-3c57ca05f196e998f2440e49cc5bf44969b12c37.zip chromium_src-3c57ca05f196e998f2440e49cc5bf44969b12c37.tar.gz chromium_src-3c57ca05f196e998f2440e49cc5bf44969b12c37.tar.bz2 |
Check in a generated config.h file for SDCH on Linux
(as was done for mac) and add the include directory
to the .gyp file.
Review URL: http://codereview.chromium.org/40101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10897 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r-- | sdch/sdch.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp index 2c5d9b7..f44353b 100644 --- a/sdch/sdch.gyp +++ b/sdch/sdch.gyp @@ -56,6 +56,7 @@ ], }, 'conditions': [ + [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ], [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], ], |