| Index: adblockplus.gyp | 
| =================================================================== | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -38,7 +38,12 @@ | 
| 'src/shared/Communication.cpp', | 
| 'src/shared/Dictionary.cpp', | 
| 'src/shared/Utils.cpp', | 
| - ] | 
| + 'src/shared/ContentType.h', | 
| + 'src/shared/ContentType.cpp', | 
| + ], | 
| + 'include_dirs': [ | 
| + 'libadblockplus/include', | 
| + ], | 
| }, | 
| { | 
| @@ -142,6 +147,7 @@ | 
| 'src/plugin/SinkPolicy.inl', | 
| ], | 
| 'include_dirs': [ | 
| + 'libadblockplus/include', | 
| '$(WindowsSDK_IncludePath)', | 
| '$(VCInstallDir)atlmfc/include', | 
| '$(WINDDKDIR)/inc/atl71', |