| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index 0abb2cfd075781020fa9cd2313d5e0e4dbf05f6f..db11d6d3d0bfb961188ada3bbac3fe320f3048e3 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -42,7 +42,18 @@ | 
| 'src/shared/Registry.cpp', | 
| 'src/shared/IE_version.h', | 
| 'src/shared/IE_version.cpp', | 
| -      ] | 
| +      'src/shared/ContentType.h', | 
| +      'src/shared/ContentType.cpp', | 
| +    ], | 
| +    'include_dirs': [ | 
| +      'libadblockplus/include', | 
| +    ], | 
| +   'direct_dependent_settings': | 
| +   { | 
| +      'include_dirs': [ | 
| +        'libadblockplus/include', | 
| +      ], | 
| +   }, | 
| }, | 
|  | 
| { | 
|  |