Index: adblockplus.gyp |
=================================================================== |
--- 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', |
+ ], |
+ }, |
}, |
{ |