Index: adblockplus.gyp |
=================================================================== |
--- a/adblockplus.gyp |
+++ b/adblockplus.gyp |
@@ -31,7 +31,7 @@ |
}, |
'targets': [{ |
- 'target_name': 'utils', |
+ 'target_name': 'shared', |
'type': 'static_library', |
'sources': [ |
'src/shared/AutoHandle.cpp', |
@@ -45,7 +45,7 @@ |
'target_name': 'AdblockPlusEngine', |
'type': 'executable', |
'dependencies': [ |
- 'utils', |
+ 'shared', |
'libadblockplus/libadblockplus.gyp:libadblockplus', |
], |
'sources': [ |
@@ -74,7 +74,7 @@ |
'target_name': 'AdblockPlus', |
'type': 'shared_library', |
'dependencies': [ |
- 'utils' |
+ 'shared' |
], |
'sources': [ |
'src/plugin/AdblockPlusClient.cpp', |
@@ -158,7 +158,7 @@ |
'target_name': 'tests', |
'type': 'executable', |
'dependencies': [ |
- 'utils', |
+ 'shared', |
'libadblockplus/third_party/googletest.gyp:googletest_main', |
], |
'sources': [ |