Chromium Code Reviews| Index: sdch/sdch.gyp |
| =================================================================== |
| --- sdch/sdch.gyp (revision 25977) |
| +++ sdch/sdch.gyp (working copy) |
| @@ -57,7 +57,7 @@ |
| ], |
| }, |
| 'conditions': [ |
| - [ 'OS == "linux"', { 'include_dirs': [ 'linux' ] } ], |
| + [ 'OS == "linux" or OS == "freebsd"', { 'include_dirs': [ 'linux' ] } ], |
| [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], |
| [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], |
| ], |