Index: adblockplus.gyp |
diff --git a/adblockplus.gyp b/adblockplus.gyp |
index 0abb2cfd075781020fa9cd2313d5e0e4dbf05f6f..196b7924dbd2cff2fdb62ba3f2c09eb61db934d6 100644 |
--- a/adblockplus.gyp |
+++ b/adblockplus.gyp |
@@ -42,7 +42,12 @@ |
'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', |
+ ], |
}, |
{ |
@@ -78,7 +83,8 @@ |
'target_name': 'AdblockPlus', |
'type': 'shared_library', |
'dependencies': [ |
- 'shared' |
+ 'shared', |
+ 'libadblockplus/libadblockplus.gyp:libadblockplus', |
], |
'sources': [ |
'src/plugin/abp.h', |
@@ -228,6 +234,7 @@ |
'type': 'executable', |
'dependencies': [ |
'shared', |
+ 'libadblockplus/libadblockplus.gyp:libadblockplus', |
'libadblockplus/third_party/googletest.gyp:googletest_main', |
], |
'sources': [ |